/* ----------------------------------
	
	1. Header
	
	2. Sliders
	
	3. Tabs,Accordions,toggles
	
	4. Carousels
	
	5. Twitter Feed
	
	6. Lists and navigations
	
	7. Buttons
	
	8. Tables
	
	9. Icons
	
	10. Main content elements
	
	11. Forms
	
	12. Footer
	
	13. Animations
	
	14. Responsive changes
	
	15. Retina ready
	
-------------------------------------*/



/* important */

@import "reset.css";

@import "font-awesome.min.css?v=2";

@import "theme_config.css?v=1";



/* 1. Header */

body{
	background-color: #fff;
}

header.w_inherit{
	background: #fff;
}

.header_top_part,.htp_offset{
	
	padding:6px 0 7px;
	
}

@media (min-width: 1200px){
	.container {
		width: 98%;
		max-width: 100%;
	}
}

@media (min-width: 1300px){
	.container {
		width: 1300px;
		max-width: 100%;
	}
}

.header_top_part{
	padding: 9px 0 10px;
    background: #fff;
}

.header_top_part .container .bbottom_top{
	border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 10px;
}

.header_middle_part{
	background:#232323;
	padding:20px 0;
	
}


.thisislogo img{
	max-height: 76px;
	width: auto;
	max-width: 330px;
}

.photoShop{
    margin-top:10px;
    float:left;
    width:100%;
}
.photoShop span{
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 260px;
    overflow: hidden;
}


.photoShop span img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.photoShop span:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

 
.gmap{
    float:left;
    width:100%;
}

.photoShop span img{
    /* height: 100%; */
    min-width: 100%;
    	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_middle_part.type_2{
	
	padding:28px 0 29px;
	
}

.header_bottom_part{
	
	padding-bottom:0px;
	
	z-index:6;
	
	-webkit-backface-visibility:hidden;
	background: #fff;
}

.header_bottom_part.type_2{
	
	padding:2px 0 29px;
	
}

.header_bottom_part.fixed{
	
	position:fixed;
	
	top:0;
	
	padding-bottom:2px;
	width:100%;
	
}
.main_menu{
	text-align:center;
}
.main_menu li{
	
	position:relative;
	float: none;
	z-index:4;
	display: inline-block;
	
}

.main_menu li a{
	
	display:block;
	
}

.main_menu > li > a{
	
	padding:20px;
	font-size: 15px;
        font-weight:300;
}

.main_menu > li > a > i[class^="fa "]{
	
	font-size:10px;
	
	color:#bdbebf;
	
}

.main_menu.type_2 > li > a{
	
	padding-left:13px;
	
	padding-right:13px;
	
}

.sub_menu,.mega_menu{
	
	position:absolute;
	
	top:100%;
	
	min-width:146px;
	
}

.sub_menu li a,

.options_list li{
	
	display:block;
	
	padding:7px 20px;
	
}

.sub_menu li:not(:first-child),

.options_list li:not(:first-child){
	
	border-top:1px solid #fff;
	
}

[role="navigation"] .sub_menu,.mega_menu{
	
	margin-top:2px;
	
	left:0;
	
	white-space:nowrap;
	
	min-width:115px;
	
	-webkit-transform:translateY(15px);
	
	-moz-transform:translateY(15px);
	
	-o-transform:translateY(15px);
	
	-ms-transform:translateY(15px);
	
	transform:translateY(15px);
	
	opacity:0;
	
	visibility: hidden;
	
}

[role="navigation"] .sub_menu li a{
	
	padding-top:10.5px;
	
	padding-bottom:10.5px;
	
}

[role="navigation"] .sub_menu .sub_menu{
	
	top:0;
	
	left:100%;
	
	margin:0 0 0 2px;
	
}

[role="navigation"] .sub_menu .sub_menu::before{
	
	content:"";
	
	position:absolute;
	
	top:0;
	
	left:-2px;
	
	display: block;
	
	width:2px;
	
	height:100%;
	
}

.mega_menu{
	
	padding:23px 20px 10px;
	
	margin-bottom:2px;
	
}

.main_menu > li > .sub_menu::before,

.main_menu > li > .mega_menu::before{
	
	content:"";
	
	display:block;
	
	height:2px;
	
	width:100%;
	
	position:absolute;
	
	left:0;
	
	top:-2px;
	
}

.md_no-touch .main_menu li:hover > .sub_menu,

.md_no-touch .main_menu li:hover > .mega_menu,

.md_touch .main_menu .touch_open_sub > .sub_menu,

.md_touch .main_menu .touch_open_sub > .mega_menu,

.layerslider_video.ls-container:hover [class*="ls-nav-"]{
	
	-webkit-transform:translate(0px,0px);
	
	-moz-transform:translate(0px,0px);
	
	-o-transform:translate(0px,0px);
	
	-ms-transform:translate(0px,0px);
	
	transform:translate(0px,0px);
	
	opacity:1;
	
	visibility: visible;
	
}



/* 2. Sliders */



.r_slider .slider_button,

.flexslider .slider_button,

.royalslider .slider_button{
	
	padding:17px 31px;
	
}

.revolution_slider{
	
	z-index:2;
	
}

.slider_label{
	
	width:120px;
	
	height:120px;
	
}

.ls-shadow{
	
	visibility: hidden !important;
	
}

.layerslider_video [class^="ls-nav-"]{
	
	background-image:none !important;
	
	opacity:0;
	
	visibility: hidden;
	
	margin-top:-25px !important;
	
}

.layerslider_video .ls-nav-prev{
	
	left:20px !important;
	
	-webkit-transform:translateX(-40px);
	
	-moz-transform:translateX(-40px);
	
	-o-transform:translateX(-40px);
	
	-ms-transform:translateX(-40px);
	
	transform:translateX(-40px);
	
}

.layerslider_video .ls-nav-next{
	
	right:20px !important;
	
	-webkit-transform:translateX(40px);
	
	-moz-transform:translateX(40px);
	
	-o-transform:translateX(40px);
	
	-ms-transform:translateX(40px);
	
	transform:translateX(40px);
	
}

.slider_fs_1{
	
	font-size:4.285em;
	
}

.slider_fs_2{
	
	font-size:1.428em;
	
}

.slider_fs_3{
	
	font-size:1.285em;
	
}

.slider_fs_4{
	
	font-size:3.5em;
	
}



/* 4. Carousels */



.owl-carousel .owl-stage-outer{
	
	padding-top:15px;
	
	padding-bottom:15px;
	
}

.dotd_carousel .owl-item{
	
	padding-left:20px;
	
	padding-right:20px;
	
}

.dotd_carousel .owl-dots{
	
	position:absolute;
	
	bottom:25px;
	
	left:17px;
	
	overflow: hidden;
	
}

.dotd_carousel .owl-dot {
	
	float:left;
	
	margin:0 2.5px;
	
}

.dotd_carousel .owl-dot > span{
	
	display:block;
	
	width:10px;
	
	height:10px;
	
	border-width:1px;
	
	border-style:solid;
	
	-webkit-transition:background-color .4s ease;
	
	-moz-transition:background-color .4s ease;
	
	-o-transition:background-color .4s ease;
	
	transition:background-color .4s ease;
	
}



/* 5. Twitter Feed */



.tweet_list .owl-item > li{
	
	padding-left:70px;
	
}

.tweet_list .owl-item > li::before{
	
	content:"\f099";
	
	font-family: FontAwesome;
	
	position:absolute;
	
	color:#97d0e8;
	
	font-size:3.4em;
	
	top:17px;
	
	left:0;
	
}



/* 6. Lists */



.si_list > li:not(:last-child)::after{
	
	content:"";
	
	display:inline-block;
	
	height:11px;
	
	border-left:1px solid #222226;
	
	-webkit-transform:translateY(1px);
	
	-moz-transform:translateY(1px);
	
	-o-transform:translateY(1px);
	
	-ms-transform:translateY(1px);
	
	transform:translateY(1px);
	
	margin:0px 6px 0 7px;
	
}

.si_list.shop_list > li:not(:last-child)::after{
	
	border-color:#e5e5e5;
	
	height:30px;
	
	margin:8px 0 0;
	
}

.shop_list li > a,

.shop_list li > button{
	
	display: inline-block;
	
	height:48px;
	
	padding-left:14px;
	
	padding-right:14px;
	
}

.shop_list [class^="fa "],

.button_type_6 > i[class^="fa "],

.button_type_10 > i[class^="fa "]{
	
	margin-top:0;
	
}

.shopping_cart_list > li{
	
	padding:15px 0 0;
	
}

.tabs_list{
	
	padding-bottom:1px;
	
}

.rating_list > li{
	
	width:13px;
	
	height:13px;
	
	cursor:pointer;
	
	line-height: 13px;
	
	padding-top:2px;
	
}

.rating_list.without_offset > li{
	
	padding-top:0;
	
}

.rating_list > li > [class^="fa "]{
	
	font-size:13.4px;
	
}

.rating_list > li:not(.color_lbrown){
	
	color:#e5e5e5;
	
}

[class*="vr_list"] li[class*="m_"]:last-child{
	
	margin-bottom:0 !important;
	
}

[class*="vr_list"].with_links > li > a,

[class*="vr_list"]:not(.with_links) li{
	
	padding-left:15px;
	
	position:relative;
	
}

.vr_list_type_2.with_links > li > a,

.vr_list_type_2:not(.with_links) li{
	
	padding-left:20px;
	
}

[class*="vr_list"].with_links > li > a > i[class^="fa "],

[class*="vr_list"]:not(.with_links) > li > i[class^="fa "]{
	
	display:block;
	
	position:absolute;
	
	left:0;
	
	top:9px;
	
	line-height: .75em;
	
	font-size:.88em;
	
}

.tags_list > li > a{
	
	padding-left:9px;
	
	padding-right:9px;
	
}

.numbered_list{
	
	counter-reset: list;
	
}

.numbered_list li{
	
	counter-increment: list;
	
}

.numbered_list li::before{
	
	content:counter(list)". ";
	
	font-weight:400;
	
}

.categories_list > li a{
	display: block!important;
}

.categories_list li > a{
	
	padding: 7px 15px;
	
}

.categories_list li > a:hover, .categories_list li > a:focus{
	text-decoration: none;	
}

.categories_third_level_list > li > a{
	
	display:block;
	
	padding:7px 30px;
	
}

.flickr_list{
	
	margin:0 -5px;
	
}

.mega_menu_list a{
	
	padding:11px 0 10px;
	
}

.mega_menu_list li:not(:first-child){
	
	border-top:1px solid #fff;
	
}



/* 7. Buttons */



[class*="button_type"]{
	
	border-width:1px;
	
	border-style:solid;
	
	padding-left:19px;
	
	padding-right:19px;
	
}

.button_type_1{
	
	/*padding:3px 19px 4px;*/
	
	padding-top:3px;
	
	padding-bottom:4px;
	
}

.button_type_2{
	
	/*padding:7.5px 10px;*/
	
	padding-top:7.5px;
	
	padding-bottom: 7.5px;
	
}

.button_type_3{
	
	padding-top:12.5px;
	
	padding-bottom:12.5px;
	
}

.button_type_4{
	
	width:30px;
	
	height:30px;
	
}

.button_type_5{
	
	border-width:2px;
	
	padding:13px 27px;
	
}

.button_type_6{
	
	width:40px;
	
	height:40px;
	
}

.button_type_7{
	
	padding:6px 20px;
	
}

.button_type_8{
	
	width:38px;
	
	height:38px;
	
}

.button_type_9{
	
	border-width:2px;
	
	padding-top:16.5px;
	
	padding-bottom:16.5px;
	
}

.button_type_10{
	
	width:60px;
	
	height:60px;
	
}

.button_type_11{
	
	width:50px;
	
	height:50px;
	
}

.button_type_4,

.button_type_8,

.button_type_6,

.button_type_10,

.button_type_11{
	
	padding-left:0;
	
	padding-right:0;
	
}

[data-open-dropdown]:not(.type_2){
	
	padding:7px 15px;
	
	min-height:38px;
	
}

[data-open-dropdown="#language"],

[data-open-dropdown="#currency"]{
	
	padding-left:10px;
	
	padding-right:10px;
	
}

[data-open-dropdown].type_2{
	
	padding:6px 13px;
	
	min-height: 34px;
	
}

.slider_button{
	
	border-top-color:#fff;
	
	border-left-color:transparent;
	
	border-right-color:transparent;
	
	border-bottom-color:transparent;
	
	-webkit-transition:border-color .4s ease !important;
	
	-moz-transition:border-color .4s ease !important;
	
	-o-transition:border-color .4s ease !important;
	
	transition:border-color .4s ease !important;
	
}

.slider_button:hover{
	
	border-color:#fff;
	
}

.open_mini_shopping_cart{
	
	z-index:4;
	
}
.back_to_top{
	position:fixed;
	top: 85%;
	-webkit-backface-visibility:hidden;
	opacity:0;
	visibility: hidden;
	background-color: #666 !important;
	color: #fff !important;
	border: 0px;
	border-radius: 5px;
}

.back_to_top i {
	color: #fff !important;
	font-size: 26px !important;
	font-weight: bold;
}

.back_to_top:hover{
    background-color:#000;
}



#mobile_menu_button{
	
	border-width:1px;
	
	border-style:solid;
	
	width:50px;
	
	height:40px;
	
}

.open_sub_categories{
	
	position:absolute;
	
	right:10px;
	
	top:7px;
	
	height:20px;
	
	width:10px;
	
}

.open_sub_categories::after,.open_sub_categories::before{
	
	position:absolute;
	
	top:0;
	
	left:2px;
	
	-webkit-backface-visibility:hidden;
	
}

.open_sub_categories::after{
	
	content:"-";
	
}

.open_sub_categories::before{
	
	content:"+";
	
}

.reply_button{
	
	position:absolute;
	
	right:0;
	
	top:-6px;
	
}

.addthis_toolbox a[class*="addthis_button"]{
	
	float:none !important;
	
	padding:0 !important;
	
	margin-left:auto;
	
	margin-right: auto;
	
	width:32px;
	
	height:32px;
	
}

.color_button{
	
	background-clip:content-box;
	
	padding:3px;
	
	border:1px solid #e5e5e5;
	
	width:26px;
	
	height:26px;
	
}

.compare_button{
	
	min-width:180px;
	
}

.quick_view{
	
	position:absolute;
	
	bottom:10px;
	
	left:10px;
	
	right:10px;
	
	-webkit-transform:scale(.6) rotate(-360deg);
	
	-moz-transform:scale(.6) rotate(-360deg);
	
	-o-transform:scale(.6) rotate(-360deg);
	
	-ms-transform:scale(.6) rotate(-360deg);
	
	transform:scale(.6) rotate(-360deg);
	
	opacity:0;
	
	z-index:2;
	
}

.qv_container:hover .quick_view{
	
	-webkit-transform:scale(1) rotate(0deg);
	
	-moz-transform:scale(1) rotate(0deg);
	
	-o-transform:scale(1) rotate(0deg);
	
	-ms-transform:scale(1) rotate(0deg);
	
	transform:scale(1) rotate(0deg);
	
	opacity:1;
	
}

.qv_style_button{
	
	background:rgba(34,34,38,.8);
	
	padding:8px 10px 7px;
	
}

.qv_style_button:hover{
	
	background:rgba(39,102,88,.8);
	
}

.product_button{
	
	min-width:175px;
	
}

[class^="thumbnails_product_"]{
	
	position:absolute;
	
	right:0;
	
	z-index:3;
	
	height:45px;
	
}

.thumbnails_product_prev.type_2{
	
	top:66px;
	
}

.thumbnails_product_next{
	
	top:15px;
	
}

.thumbnails_product_prev{
	
	top:70px;
	
}



/* 8. Tables */



table th,table td{
	
	border-width:1px;
	
	border-style: solid;
	
}

table th{
	
	padding:14px 17px 14px 19px;
	
}

table td{
	
	padding:10px 17px 10px 19px;
	
}

.size_1 th,.represent_wrap > .item_represent{
	
	width:33.333%;
	
}

.pt_container{
	
	margin:0 -1px;
	
}

.pt_column{
	
	width:25%;
	
	padding:0 1px;
	
}

.pricing_table > header:not([class*="border_"]),

.pt_list > li:not(:last-child){
	
	border-width:1px 1px 0 1px;
	
	border-style:solid;
	
	border-color:#e5e5e5;
	
}

.pricing_table.type_2 .pt_list > li:first-child{
	
	border-top:none;
	
}

.pricing_table > header{
	
	padding:9px 10px;
	
}

.pricing_table.type_2 > header{
	
	padding:10px;
	
}

.pt_price dt{
	
	font-size:2.53em;
	
}

.pt_list > li:not(:last-child){
	
	padding:12px 30px 10px;
	
}

.pt_list > li:nth-last-child(2){
	
	padding-bottom:11px;
	
}

.pt_price{
	
	padding:23px 10px 15px 10px !important;
	
}

.pt_list > li i[class^="fa "]{
	
	position:absolute;
	
	left:9px;
	
	margin-top:1px;
	
}

.pricing_table.active{
	
	margin:-20px -5px 0;
	
	z-index:1;
	
	-webkit-box-shadow:0 0 18px 0 rgba(0,0,0,.12);
	
	-moz-box-shadow:0 0 18px 0 rgba(0,0,0,.12);
	
	-o-box-shadow:0 0 18px 0 rgba(0,0,0,.12);
	
	-ms-box-shadow:0 0 18px 0 rgba(0,0,0,.12);
	
	box-shadow:0 0 18px 0 rgba(0,0,0,.12);
	
}

.pricing_table.active > header{
	
	padding-top:20px;
	
	padding-bottom:18px;
	
}

.pricing_table.type_2.active > header{
	
	padding-top:21px;
	
	padding-bottom:19px;
	
}

.pricing_table.active .pt_price{
	
	padding:27px 10px 21px 10px !important;
	
}

.pricing_table.active [class*="button_type_"]{
	
	padding-top:17px;
	
	padding-bottom:18px;
	
}

.active_stripe{
	
	position:absolute;
	
	right:-2px;
	
	top:7px;
	
	padding:0px 6px 1px;
	
	-webkit-transform:rotate(45deg);
	
	-moz-transform:rotate(45deg);
	
	-o-transform:rotate(45deg);
	
	-ms-transform:rotate(45deg);
	
	transform:rotate(45deg);
	
	-webkit-backface-visibility:hidden;
	
}

.angle_left,.angle_right{
	
	position:absolute;
	
	right:100%;
	
	width:0;
	
	margin-right:-1px;
	
	height:0;
	
	border-left:22px solid transparent;
	
	border-bottom:22px solid #d6a916;
	
}

.angle_right{
	
	left:100%;
	
	right:auto;
	
	margin-right: 0px;
	
	margin-left:-1px;
	
	border-left:none;
	
	border-right:22px solid transparent;
	
}

.angle_left::before,

.angle_right::before{
	
	content:"";
	
	position:absolute;
	
	top:22px;
	
	left:-22px;
	
	width:0;
	
	height:0;
	
	border-bottom:5px solid transparent;
	
}

.angle_left::before{
	
	border-left:5px solid #B99621;
	
}

.angle_right::before{
	
	border-left:none;
	
	right:-22px;
	
	left:auto;
	
	border-right:5px solid #B99621;
	
}

.orders_list_table th:first-child{width:17%;}

.orders_list_table th:nth-child(2){width:14.167%;}

.orders_list_table th:nth-child(3){width:43.039%;}

.orders_info_table td:first-child{width:23.25%;}

.bs_to_table td:first-child{width:48.729%;}

.order_items_table{
	
	table-layout: fixed;
	
}

.order_items_table th:first-child{width:8.510%;}

.order_items_table th:nth-child(2){width:22.522%;}

.order_items_table th:nth-child(3){width:16.021%;}

.order_items_table th:nth-child(4){width:11.820%;}

.order_items_table th:nth-child(5){width:7.265%;}

.order_items_table th:nth-child(6){width:8.265%;}

.order_items_table th:nth-child(7){width:10.992%;}

.order_items_table th:nth-child(8){width:14.820%;}

.order_items_table tbody td:not([colspan]){
	
	padding-top:20px;
	
	padding-bottom:20px;
	
}

.order_review_table tbody td:not([colspan]){
	
	padding-top:18px;
	
	padding-bottom:21px;
	
}

.order_review_table tfoot td:not(:last-child)[colspan],

.order_items_table tfoot td[colspan]{
	
	padding-top:16px;
	
	padding-bottom:16px;
	
}

.wishlist_table td,

.shopping_cart_table tbody td{
	
	padding-top:20px;
	
	padding-bottom: 20px;
	
}

.order_review_table th:first-child{width:60.96%;}

.order_review_table th:nth-child(2){width:7.86%;}

.order_review_table th:nth-child(3){width:10.52%;}

.order_review_table th:nth-child(4){width:6.14%;}

.shopping_cart_table th:first-child{width:12.280%;}

.shopping_cart_table th:nth-child(2){width:38.219%;}

.shopping_cart_table th:nth-child(3){width:7.894%;}

.shopping_cart_table th:nth-child(4){width:11.403%;}

.shopping_cart_table th:nth-child(6){width:11.842%;}

.compare_table td:first-child{width:12.28%;}

.compare_table td:not(:first-child){width:29.23%;}

.small_offset_row td{
	
	padding-top:7px;
	
	padding-bottom:7px;
	
}

.compare_table tr{
	
	counter-reset: product;
	
}

.compare_table td{
	
	counter-increment: product;
	
}

.wishlist_table th:first-child{width:16.52%;}

.wishlist_table th:nth-child(2){width:28%;}

.wishlist_table th:nth-child(3){width:14.37%;}

.wishlist_table th:nth-child(4){width:15.94%;}



/* 9. Icons */



.icon_wrap_1{
	
	width: 60px;
	
	height: 60px;
	
}

.icon_wrap_1 i[class^="fa "]{
	
	font-size:2.6em;
	
}

[class*="button_type_"]:not([data-open-dropdown]) [class^="fa fa-angle-"]{
	
	font-size:1.5em;
	
}

.button_type_2 > i[class^="fa "]:not([class*="fs_"]),

.button_type_6 > i[class^="fa "]{
	
	font-size:1.25em;
	
}

.button_type_3 > i[class^="fa "]{
	
	font-size:1.3em;
	
}

.button_type_10 > i[class^="fa "]{
	
	font-size:1.7em;
	
}

.flex-direction-nav a i[class^="fa "]{
	
	font-size:2.1em !important;
	
}

[class*="vr_list"].with_links > li > a > [class^="fa "].fa-check,

[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-check,

[class*="vr_list"].with_links > li > a > [class^="fa "].fa-plus,

[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-plus,

[class*="vr_list"].with_links > li > a > [class^="fa "].fa-star,

[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-star{
	
	font-size:.8em;
	
}

[class*="vr_list"].with_links > li > a > [class^="fa "].fa-circle,

[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-circle{
	
	font-size:.5em;
	
}

.glyphicon_item > i[class^="fa "]{
	
	font-size:11.42em;
	
	position:absolute;
	
	left:-45px;
	
	bottom:27px;
	
	z-index:0;
	
	opacity:.06;
	
}

.glyphicon_item > .fa.fa-group{
	
	left:-60px;
	
}

.glyphicon_item > .fa.fa-tablet{
	
	left:-25px;
	
}

[class^="thumbnails_product_"] i[class^="fa "]{
	
	font-size:1.2em !important;
	
}



/* 10. Main content elements */



.dropdown{
	
	position:absolute;
	
	top:100%;
	
	right:0;
	
	margin-top:2px;
	
	opacity:0;
	
	visibility: hidden;
	
	-webkit-transform-origin:0 0;
	
	-moz-transform-origin:0 0;
	
	-o-transform-origin:0 0;
	
	-ms-transform-origin:0 0;
	
	transform-origin:0 0;
	
	-webkit-backface-visibility:hidden;
	
}

.dropdown.type_2{
	
	right:auto;
	
	left:0;
	
}

.login_dropdown,#shopping_cart{
	
	padding:15px 20px 20px;
	
	width:262px;
	
}

.dropdown hr,

.product_options hr{
	
	margin-left:-20px;
	
	margin-right:-20px;
	
}

#shopping_cart{
	
	padding-top:0;
	
}

.sc_header{
	
	padding:7px 0 5px;
	
}

.total_title{
	
	width:70px;
	
}

[class*="close"]:not(.jackbox-close){
	
	position:absolute;
	
	top: 18px;
    right: 19px;
	cursor:pointer;
	
	-webkit-transform:scaleX(1.3);
	
	-moz-transform:scaleX(1.3);
	
	-o-transform:scaleX(1.3);
	
	-ms-transform:scaleX(1.3);
	
	transform:scaleX(1.3);
	
}

[class*="close"].close_widget{
	
	top:-1px;
	
	right:10px;
	
}

.scale_image_container{
	
	-webkit-backface-visibility:hidden;
	
}

.scale_image_container:hover .scale_image{
	
	-webkit-transform:scale(1.1);
	
	-moz-transform:scale(1.1);
	
	-o-transform:scale(1.1);
	
	-ms-transform:scale(1.1);
	
	transform:scale(1.1);
	
}

.caption_type_1{
	
	position:absolute;
	
	left:10px;
	
	bottom:0;
	
	-webkit-transform:translateY(10px);
	
	-moz-transform:translateY(10px);
	
	-o-transform:translateY(10px);
	
	-ms-transform:translateY(10px);
	
	transform:translateY(10px);
	
	width:calc(100% - 20px);
	
}

.caption_type_1.pos_2{
	
	bottom:10px;
	
}

.caption_title{
	
	padding:4px 10px 5px;
	
}

.caption_inner{
	
	background:rgba(34,34,38,.8);
	
	padding:17px 20px 25px;
	
}

.caption_type_1.pos_2 .caption_inner{
	
	padding-bottom:15px;
	
}

.banner_type_2{
	
	border-width:1px;
	
	border-style:solid;
	
	padding:4px;
	
}

.banner_type_2 .inner{
	
	/*padding:25px 30px 31px;*/
	
	padding:30px 30px 26px;
	
}

.labelyprodukt{
	position: absolute;
	width: 122px;
	left: -10px;
	top: 34px;
	text-align: right;
}

.product_label{
	background: violet;
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0px 22px;
	font-size: 12px;
	height: 26px;
	z-index: 3;
	border-radius: 0px;
	margin-bottom: 5px;
	-webkit-backface-visibility:hidden;
	float:left;
	font-weight:bold;
}



.product_label.label_skladem{background: #276658;}
.product_label.label_novinka{ background: #9f47b5;  }
.product_label.label_doprava{ background: #3498db;  }
.product_label.label_dopo{ background: #e74c3c;}
.product_label.label_akce{background: #efed6a; color:#000; }


.product_label i{
	font-style: normal;
}

.product_item figcaption{
	
	padding:16px 0 10px;
	min-height:130px;
	z-index:3;
	
}

[class*="_isotope_item"] .product_item figcaption{
	
	z-index:0;
	
}

.product_item.type_2 .rating_list{
	
	position: absolute;
	
	top:50%;
	
	margin-top:-6px;
	
	left:0;
	
	opacity:0;
	
}

.frame_container::before{
	
	content:"";
	
	display:block;
	
	position: absolute;
	
	border:1px solid #e5e5e5;
	
	right:-10px;
	
	left:-10px;
	
	top:-10px;
	
	bottom: -10px;
	
	opacity: 0;
	
	-webkit-backface-visibility:hidden;
	
	-webkit-transition:opacity .5s ease;
	
	-moz-transition:opacity .5s ease;
	
	-o-transition:opacity .5s ease;
	
	transition:opacity .5s ease;
	display: none;
}

.frame_container.mini::before{
	
	top:-5px;
	
	left:-5px;
	
	right:-5px;
	
	bottom:-5px;
	
}

.manufacturer_widget{
	
	padding:10px;
	
	border:1px solid #e5e5e5;
	
}

.product_buttons_container{
	
	padding-top:20px;
	
	position:absolute;
	
	bottom:-0px;
	
	left:0;
	
	width:100%;
	
	-webkit-transform:translateY(100%);
	
	-moz-transform:translateY(100%);
	
	-o-transform:translateY(100%);
	
	-ms-transform:translateY(100%);
	
	transform:translateY(100%);
	
	z-index:2;
	
}

.options_list.active,

.caption_type_1.pos_2,

.scale_image_container:hover .caption_type_1,

.product_item:hover .product_buttons_container,

.popup_container:hover .open_buttons_container > li,

.popup_container:hover .item_title_container .item_title{
	
	-webkit-transform:translateY(0px);
	
	-moz-transform:translateY(0px);
	
	-o-transform:translateY(0px);
	
	-ms-transform:translateY(0px);
	
	transform:translateY(0px);
	
}

.scale_image_container:hover .caption_type_1.pos_2{
	
	-webkit-transform:translateY(-5px);
	
	-moz-transform:translateY(-5px);
	
	-o-transform:translateY(-5px);
	
	-ms-transform:translateY(-5px);
	
	transform:translateY(-5px);
	
}

.tooltip_container .tooltip{
	
	position:absolute;
	
	background:rgba(0,0,0,.75);
	
	padding:5px 15px 4px;
	
	white-space: nowrap;
	
	z-index:2;
	
}

.tooltip_container .tooltip::after{
	
	content:"";
	
	position:absolute;
	
	width:0;
	
	height:0;
	
}

.tooltip_container .tooltip.top{
	
	bottom:100%;
	
	left:50%;
	
	margin-bottom:10px;
	
}

.tooltip_container .tooltip.bottom{
	
	top:100%;
	
	left:50%;
	
	margin-top:10px;
	
}

.tooltip_container .tooltip.left{
	
	top:50%;
	
	margin-right:10px;
	
	right:100%;
	
}

.tooltip_container .tooltip.right{
	
	top:50%;
	
	margin-left:10px;
	
	left:100%;
	
}

.tooltip_container .tooltip.top::after{
	
	border-left:8px solid transparent;
	
	border-top:5px solid rgba(0,0,0,.8);
	
	border-right:8px solid transparent;
	
	top:100%;
	
	left:50%;
	
	margin-left:-8px;
	
}

.tooltip_container .tooltip.bottom::after{
	
	border-left:8px solid transparent;
	
	border-bottom:5px solid rgba(0,0,0,.8);
	
	border-right:8px solid transparent;
	
	bottom:100%;
	
	left:50%;
	
	margin-left:-8px;
	
}

.tooltip_container .tooltip.left::after{
	
	border-top:8px solid transparent;
	
	border-left:5px solid rgba(0,0,0,.8);
	
	border-bottom:8px solid transparent;
	
	top:50%;
	
	right:-5px;
	
	margin-top:-8px;
	
}

.tooltip_container .tooltip.right::after{
	
	border-top:8px solid transparent;
	
	border-right:5px solid rgba(0,0,0,.8);
	
	border-bottom:8px solid transparent;
	
	top:50%;
	
	left:-5px;
	
	margin-top:-8px;
	
}

.photoframe{
	
	/*border:10px solid #fff;*/
	
	border-width:10px;
	
	border-style:solid;
	
}

.post_info{
	
	width:50px;
	
}

.post_info.size_2{
	
	width:67px;
	
}

.post_excerpt{
	
	width:288px;
	
	padding-top:3px;
	
}

.post_excerpt.size_2{
	
	width:745px;
	
	padding-top:1px;
	
}

.post_excerpt.size_3{
	
	width:255px;
	
}

.date{
	
	padding:10px 5px 7px;
	
}

.date.size_2{
	
	padding-top:18px;
	
	padding-bottom:15px;
	
}

.date:not(.size_2) b{
	
	font-size:1.428em;
	
	margin-bottom:1px;	
	
}

.date.size_2 b{
	
	font-size:1.7em;
	
}

.item_represent .description{
	
	width:275px;
	
}

.item_represent.type_2 .description{
	
	word-break:break-all;
	
}

.item_represent.with_divider::before{
	
	content:"";
	
	display: block;
	
	position:absolute;
	
	width:1px;
	
	height:97%;
	
	left:-15px;
	
	top:-10px;
	
}

.item_represent.type_2{
	
	padding:12px 10px 10px;
	
}

.item_represent.type_3{
	
	padding-top:12px;
	
}

.item_represent.type_3.with_divider::before{
	
	top:-3px;
	
	height:94%;
	
}

.represent_wrap > .item_represent:not(:first-child){
	
	border-left:3px solid #fff;
	
}

.represent_wrap.widget > .item_represent{
	
	width:100%;
	
	border-left:none;
	
}

.represent_wrap.widget > .item_represent .icon_wrap_1{
	
	width:20%;
	
}

.represent_wrap.widget > .item_represent .icon_wrap_1 i[class^="fa "]{
	
	font-size:2em;
	
}

.represent_wrap.widget > .item_represent .description{
	
	width:77.69%;
	
}

.item_represent.type_2:hover{
	
	background:#F0F0F0;
	
}

.breadcrumbs{
	
	padding:7px 0 8px;
	
}

#subscribe_popup > .popup{
	
	width:605px;
	
}

#subscribe_popup .inner{
	
	padding:35px 20px 42px;
	
}

#subscribe_popup .button_type_2{
	
	width:165px;
	
}

#subscribe_popup .close_popup{
	
	top:6px;
	
	right:15px;
	
}

#quick_view > .popup,

#add_to_cart_popup > .popup{
	
	width:840px;
	
	background:#fff;
	
	padding:35px 20px;
	
}

#add_to_cart_popup > .popup{
	
	width:404px;
	
	padding:45px 20px 40px;
	
}

#quick_view .close_popup,

#add_to_cart_popup .close_popup{
	
	top:23px;
	
	right:30px;
	
}

.accordion dt,

.styled_tabs > nav li a{
	
	border-width:1px;
	
	border-style:solid;
	
	padding:7px 40px 8px 19px;
	
}

.styled_tabs > nav li a{
	
	padding-right:18px;
	
	padding-left:18px;
	
}

.styled_tabs.type_3 > nav li:not(.color_dark) a{
	
	border-color:transparent;
	
}

.styled_tabs.type_3 > nav li a{
	
	padding:10px 18px 11px;
	
}

.styled_tabs.type_2 > nav{
	
	z-index:2;
	
	width:35.05%;
	
}

.tabs_content_wrap{
	
	width:64.95%;
	
	z-index:1;
	
	margin-left:-1px;
	
	border-left-width:1px;
	
	border-left-style:solid;
	
	padding:0 10px 0 30px;
	
}

.tabs_content_wrap > div{
	
	padding-top:0px;
	
}

.styled_tabs > nav + hr{
	
	margin-top:-1px;
	
}

.accordion dt::after,

.accordion dt::before{
	
	position:absolute;
	
	font-weight:300;
	
	font-size:.9em;
	
	top:7px;
	
	right:20px;
	
	-webkit-transition:color .2s ease,opacity .2s ease;
	
	-moz-transition:color .2s ease,opacity .2s ease;
	
	-o-transition:color .2s ease,opacity .2s ease;
	
	transition:color .2s ease,opacity .2s ease;
	
}

.accordion dt::after{
	
	content:"-";
	
	opacity:0;
	
}

.accordion dt::before{
	
	content:"+";
	
}

.accordion dd{
	
	padding:21px 0 35px;
	
}

.tab_content{
	
	padding:25px 0;
	
}

.author_quote{
	
	padding-left:35px;
	
}

.alert_box{
	
	padding:15px 55px 15px 20px;
	
}

.alert_box > [class^="fa "]{
	
	position:absolute;
	
	right:18px;
	
	top:50%;
	
	margin-top:-11px;
	
	color:rgba(0,0,0,.3);
	
}

.alert_box.warning{
	
	color:#a68414;
	
	background-color:#f7eed0;
	
}

.alert_box.warning [class^="fa "]:hover{
	
	color:#d6a916;
	
}

.alert_box.error{
	
	color:#952c2c;
	
	background-color:#ead5d5;
	
}

.alert_box.error [class^="fa "]:hover{
	
	color:#952c2c;
	
}

.alert_box.success{
	
	color:#276658;
	
	background-color:#d4e0de;
	
}

.alert_box.success [class^="fa "]:hover{
	
	color:#276658;
	
}

.alert_box.info{
	
	color:#2c6095;
	
	background-color:#d5dfea;
	
}

.alert_box.info [class^="fa "]:hover{
	
	color:#2c6095;
	
}

.progress_bar{
	
	height: 5px;
	
	border-width:1px;
	
	border-style:solid;
	
}

.progress_bar > div{
	
	position:absolute;
	
	left:-1px;
	
	top:-1px;
	
	bottom:-1px;
	
	right:-1px;
	
	width:0%;
	
}

.popup_container::before,

input[type="radio"] + label::after,

input[type="checkbox"] + label::after,

.open_sub_categories::after,.open_sub_categories::before{
	
	opacity: 0;
	
	-webkit-transition:opacity .4s ease;
	
	-moz-transition:opacity .4s ease;
	
	-o-transition:opacity .4s ease;
	
	transition:opacity .4s ease;
	
	-webkit-backface-visibility:hidden;
	
}

.popup_container::before{
	
	content:"";
	
	display:block;
	
	position:absolute;
	
	z-index:1;
	
	width:100%;
	
	height:100%;
	
	background-color:rgba(34,34,38,.6);
	
	top:0;
	
	left:0;
	
}

.open_buttons_container:not(.in_masonry),

.item_title_container{
	
	position:absolute;
	
	z-index:2;
	
	top:50%;
	
	left:50%;
	
}

.item_title_container{
	
	right:20px;
	
	left:20px;
	
	-webkit-transform:translateY(-50%);
	
	-moz-transform:translateY(-50%);
	
	-o-transform:translateY(-50%);
	
	-ms-transform:translateY(-50%);
	
	transform:translateY(-50%);
	
}

.open_buttons_container > li,

.item_title_container .item_title{
	
	-webkit-transform:translateY(20px);
	
	-moz-transform:translateY(20px);
	
	-o-transform:translateY(20px);
	
	-ms-transform:translateY(20px);
	
	transform:translateY(20px);
	
}

.open_buttons_container > li:first-child{
	
	-webkit-transition-delay:.1s;
	
	-moz-transition-delay:.1s;
	
	-o-transition-delay:.1s;
	
	transition-delay:.1s;
	
}

.open_buttons_container > li:nth-child(2){
	
	-webkit-transition-delay:.3s;
	
	-moz-transition-delay:.3s;
	
	-o-transition-delay:.3s;
	
	transition-delay:.3s;
	
}

.open_buttons_container > li:nth-child(3){
	
	-webkit-transition-delay:.5s;
	
	-moz-transition-delay:.5s;
	
	-o-transition-delay:.5s;
	
	transition-delay:.5s;
	
}

.open_buttons_container > li:nth-child(4){
	
	-webkit-transition-delay:.7s;
	
	-moz-transition-delay:.7s;
	
	-o-transition-delay:.7s;
	
	transition-delay:.7s;
	
}

.glyphicon_item{
	
	padding:37px 20px 26px;
	
}

.gi_stats dt{
	
	font-size:3.42em;
	
}

.sort{
	
	width:140px;
	
}

[class*="isotope_container"]{
	
	margin-left:-15px;
	
	margin-right:-15px;
	
	-webkit-transition:height .4s ease;
	
	-moz-transition:height .4s ease;
	
	-o-transition:height .4s ease;
	
	transition:height .4s ease;
	
}

[class*="isotope_item"]{
	
	border-width:15px 15px 20px 15px;
	
	border-style:solid;
	
	border-color:transparent;
	
}

[class*="isotope_item"].masonry{
	
	border-bottom-width:15px;
	
}

.full_width_masonry [class*="isotope_item"].masonry{
	
	border-width:10px;
	
	border-style:solid;
	
	border-color:transparent;
	
}

[class*="isotope_container"].two_columns [class*="isotope_item"]{
	
	width:50%;
	
}

[class*="isotope_container"].three_columns [class*="isotope_item"]{
	
	width:33.3333%;
	
}

[class*="isotope_container"].four_columns [class*="isotope_item"]{
	
	width:25%;
	
}

.project_list_title{
	
	width:100px;
	
}

.full_width_masonry{
	
	margin-left:0;
	
	margin-right: 0;
	
}

.article_rating{
	
	margin-top:-2px;
	
}

.comment_info{
	
	padding-right:40px;
	
}

.author_photo{
	
	width:80px;
	
}

.comment_content{
	
	width:753px;
	
}

.comment_level_2 .comment_content{ /* for each next level -=20px width relative to previous level */
	
	width:733px;
	
}

.numbered_title_init{
	
	counter-reset: numbered-title;
	
}

.numbered_title::before{
	
	content:counter(numbered-title);
	
	counter-increment: numbered-title;
	
	display: inline-block;
	
	vertical-align: middle;
	
	text-align: center;
	
	width:30px;
	
	height:30px;
	
	margin-right:10px;
	
	font-size:.75em;
	
	font-weight: 600;
	
	line-height: 29px;
	
	color:#fff;
	
}

.numbered_title.type_2::before{
	
	color:inherit;
	
}

.quantity > *{
	
	height:58px;
	
}

.quantity.type_2 > *{
	
	min-height: 0px;
	
	height:28px;
	
	line-height: 26px
	
}

.quantity button{
	
	border:1px solid #e5e5e5;
	
	width:28px;
	
	line-height: 36px;
	
}

.quantity input[type="text"]{
	
	width:38px;
	
	text-align: center;
	
	-webkit-box-shadow:none !important;
	
	-moz-box-shadow:none !important;
	
	-o-box-shadow:none !important;
	
	-ms-box-shadow:none !important;
	
	box-shadow:none !important;
	
	border-color:#e5e5e5 !important;
	
	padding-left:5px;
	
	padding-right:5px;
	
	border-left:none;
	
	border-right:none;
	
}

.offer_wrap{
	
	z-index:1;
	
}

.offer{
	
	position:absolute;
	
	top:88px;
	
	right:-147px;
	
	z-index:4;
	
	background-color:rgba(44, 96, 149, .9);
	
	padding:11px 15px;
	
	width:230px;
	
}

.offer::before{
	
	content:"";
	
	width:0;
	
	height:0;
	
	border-top:7px solid transparent;
	
	border-right:5px solid rgba(44, 96, 149, .9);
	
	border-bottom:7px solid transparent;
	
	position:absolute;
	
	left:-5px;
	
	top:50%;
	
	margin-top:-7px;
	
}

.c_image_container .c_image_1{
	
	position: relative;
	
	z-index:1;
	
}

.c_image_container .c_image_2{
	
	position:absolute;
	
	top:0;
	
	left:0;
	
	z-index:2;
	
}



/*isotope change layout*/

[class*="isotope_container"] [class*="isotope_item"].list_view_type{
	
	width:100%;
	
}

.category_isotope_item.list_view_type figure::after{
	
	content:"";
	
	display:block;
	
	clear:both;
	
}

.category_isotope_item.list_view_type figure > .relative:not(figcaption){
	
	float:left;
	
	margin-right:30px;
	
}

.category_isotope_item.list_view_type figcaption{
	
	padding-top:4px;
	
}

.category_isotope_item.list_view_type figcaption [class*="col-"]{
	
	float:none;
	
	width:100%;
	
	text-align:left;
	
}

.category_isotope_item.list_view_type figure .rating_list,

.category_isotope_item.list_view_type figure .category_link{
	
	position: static;
	
	opacity:1 !important;
	
}

.category_isotope_item.list_view_type figure .category_link{
	
	margin-bottom:2px;
	
	display: inline-block;
	
}

.category_isotope_item.list_view_type figure .reviews,

.category_isotope_item.list_view_type figure .rating_list{
	
	display:inline-block;
	
	vertical-align: middle;
	
}

.category_isotope_item.list_view_type figcaption [class*="col-"] b.d_block{
	
	display:inline-block;
	
}

.category_isotope_item.list_view_type figure .rating_list{
	
	padding:5px 5px 0 0;
	
	-webkit-backface-visibility:hidden;
	
}

.category_isotope_item.list_view_type figure .category_link + br,

.category_isotope_item.list_view_type p.d_none,

.category_isotope_item.list_view_type hr.d_none,

.category_isotope_item.list_view_type figcaption .button_type_8{
	
	display: block;
	
}

.category_isotope_item.list_view_type figcaption [class*="col-"]:first-child > a{
	
	font-size:1.145em;
	
}

.category_isotope_item.list_view_type figcaption .button_type_2{
	
	width:auto;
	
	float:left;
	
	margin:0 3px 0 0;
	
}

.category_isotope_item.list_view_type figcaption .row{
	
	margin-bottom:16px;
	
}

.category_isotope_item.list_view_type figcaption .row::after,

.category_isotope_item.list_view_type figcaption > div:last-child{
	
	display:none;
	
}

.category_isotope_item.list_view_type figcaption [class*="col-"] > .relative{
	
	margin-bottom:9px;
	
}



.dotd_carousel{
	
	border-width:1px;
	
	border-style:solid;
	
}

.dotd_image{
	
	width:44.81%;
	
	margin-right:2.35%;
	
}

.dotd_description{
	
	width:52.84%;
	
}

.product_preview{
	
	width:42.45%;
	
	margin-right:3.53%;
	
}

.product_description{
	
	width:54.02%;
	
}

.product_options{
	
	border:1px solid #fff;
	
	padding:0px 19px 0;
	
}

.product_options footer{
	
	padding:18px 0px 19px 0 !important;
	background: #fff;
	margin:0 -19px;
	
}
.product_options .scheme_color{
	
	font-weight: normal;
	font-family: 'osbold';
	color: #666;
	
}

.product_thumbnails_wrap{
	
	margin-top:20px;
	
	margin-left:0px;
	
}

.product_thumbnails_wrap::after{
	
	content:"";
	
	display: block;
	
	position: absolute;
	
	width:38px;
	
	height:calc(100% - 30px);
	
	top:15px;
	
	right:0;
	
	background:#fff;
	
	z-index:2;
	
}

.sp_label{
	
	min-width:185px;
	
}

.product_title{
	
	max-width:70%;
	
}

.addthis_toolbox > a:not(:last-child) > span{
	
	margin-right:4px;
	
}

.cookie{
	
	background:rgba(0,0,0,.8);
	
	padding:8px 0;
	
}



.hidden{
	
	opacity:0;
	
	visibility: hidden;
	
}

.visible,

.fancybox-nav span,

fieldset:hover .fieldset_c,

.popup_container:hover::before,

input[type="radio"]:checked + label::after,

input[type="checkbox"]:checked + label::after{
	
	opacity:1;
	
	visibility: visible;
	
}

.c_image_2,

.open_buttons_container > li,

.accordion .color_dark::before,

.item_title_container .item_title,

.open_sub_categories.active::before,

.product_item.type_2:hover .category_link{
	
	opacity:0;
	
}

.accordion .color_dark::after,

.frame_container:hover::before,

.popup_container:hover .open_buttons_container > li,

.open_sub_categories::before,

.open_sub_categories.active::after,

.c_image_container:hover .c_image_2,

.product_item.type_2:hover .rating_list,

.popup_container:hover .item_title_container .item_title{
	
	opacity:1;
	
}



/* 11. Forms */



input:not([type="submit"]),.select_title,textarea{
	
	border-width:1px;
	
	border-style:solid;
	
	padding:7.5px 10px 7.5px;
	
	background:#fff;
	
	min-height:38px;
	
}

input:not([class*="border_"]),.select_title,textarea{
	
	border-color:#e5e5e5;
	
}

textarea{
	
	min-height:60px;
	
	resize:none;
	
}

input:not([type="submit"]):focus,textarea:focus{
	
	border-color:rgba(214, 169, 22, .5);
	
	-webkit-box-shadow:0 0 3px rgba(214, 169, 22, .5);
	
	-moz-box-shadow:0 0 3px rgba(214, 169, 22, .5);
	
	-o-box-shadow:0 0 3px rgba(214, 169, 22, .2);
	
	-ms-box-shadow:0 0 3px rgba(214, 169, 22, .5);
	
	box-shadow:0 0 3px rgba(214, 169, 22, .5);
	
}

.select_title{
	
	padding-left:15px;
	
	padding-right:30px;
	
	cursor:pointer;
	
}

.select_title[class*="type_"]{
	
	min-height: 28px;
	
	padding-top:4px;
	
	padding-bottom:3px;
	
	padding-left:10px;
	
	padding-right:25px;
	
}

.select_title.type_3{
	
	min-width:130px;
	
}

.select_title[class*="type_"] ~ .options_list > li{
	
	padding-left:10px;
	
	padding-right: 10px;
	
}

.select_title::after{
	
	content:"\f107";
	
	font-family: FontAwesome;
	
	position:absolute;
	
	right:9px;
	
	font-size:1.1em;
	
}

[role="search"]{
	
	width:242px;
	
}

.search_form_container{
	
	width:40px;
	
	margin:5px -4px 0 0;
	
	z-index:4;
	
}

.search_form_container [role="search"]{
	
	width:40px;
	
}

.search_form_container [role="search"] button{
	
	right:5px;
	
	top:-1px;
	
}

.button_in_input input:not([type="submit"]){
	
	padding-right:40px;
	
}

.button_in_input button{
	
	position:absolute;
	
	text-align: center;
	
	width:40px;
	
	min-height: 38px;
	
	right:0;
	
	top:0px;
	
	font-size:1.15em;
	
}

input[type="checkbox"],

input[type="radio"]{
	
	display:none;
	
}

input[type="checkbox"] + label,

input[type="radio"] + label{
	
	padding-left:32px;
	
	position:relative;
	
	cursor:pointer;
	
}

input[type="checkbox"] + label:not([class*="fs_"]){
	
	padding:1px 0 1px 32px;
	
}

input[type="checkbox"] + label:not([class*="fs_"])::after,

input[type="checkbox"] + label:not([class*="fs_"])::before{
	
	top:1px;
	
}

input[type="radio"] + label{
	
	padding-top:5px;
	
	padding-bottom:5px;
	
}

input[type="checkbox"] + label::before,

input[type="radio"] + label::before{
	
	content:"";
	
	display:block;
	
	width:22px;
	
	height:22px;
	
	position:absolute;
	
	left:0;
	
	background:#fff;
	
	border:1px solid #e5e5e5;
	
}

input[type="checkbox"] + label::before{
	
	top:-2px;
	
}

input[type="radio"] + label::before{
	
	top:50%;
	
	margin-top:-11px;
	
}

input[type="radio"] + label::after,

input[type="checkbox"] + label::after{
	
	position:absolute;
	
	visibility: hidden;
	
}

input[type="checkbox"] + label::after{
	
	content:"\f00c";
	
	font-family: FontAwesome;
	
	text-align: center;
	
	left:0px;
	
	width:22px;
	
	height: 22px;
	
	line-height: 22px;
	
	top:-1px;
	
}

input[type="radio"] + label::after{
	
	content:"";
	
	width:10px;
	
	height:10px;
	
	left:6px;
	
	top:50%;
	
	margin-top:-5px;
	
	background:#000;
	
}

.options_list{
	
	position:absolute;
	
	top:100%;
	
	left:0;
	
	width:100%;
	
	margin-top:2px;
	
	cursor: pointer;
	
	-webkit-transform:translateY(10px);
	
	-moz-transform:translateY(10px);
	
	-o-transform:translateY(10px);
	
	-ms-transform:translateY(10px);
	
	transform:translateY(10px);
	
}

.gi_stats,

.styled_select,

.zoomContainer{
	
	z-index:2;
	
}

.styled_select.active{
	
	z-index:4;
	
}

.field_title{
	
	width:18.01%;
	
	margin:7px 0 0;
	
}

.field_container{
	
	width:81.98%;
	
}

.field_message_title{
	
	width:140px;
	
}

.test_input{
	
	width:190px;
	
}

.required::after{
	
	content:"*";
	
	display: inline-block;
	
	vertical-align: top;
	
}

.range_slider{
	
	height:12px;
	
}

.ui-slider-handle{
	
	width:12px;
	
	height:22px;
	
	position: absolute;
	
	top:-6px;
	
	cursor: pointer;
	
	z-index:1;
	
}

.range_slider::after{
	
	content:"";
	
	display: block;
	
	position: absolute;
	
	top:0px;
	
	bottom:0px;
	
	right:0px;
	
	width:25%;
	
}

.range_slider,.ui-slider-handle{
	
	border:1px solid #e5e5e5;
	
}

.range_max,.range_min{
	
	padding:0 !important;
	
	border:none !important;
	
	min-height: 0px !important;
	
	-webkit-box-shadow:none !important;
	
	-moz-box-shadow:none !important;
	
	-o-box-shadow:none !important;
	
	-ms-box-shadow:none !important;
	
	box-shadow:none !important;
	
}

.filter_input:not([type="submit"]){
	
	min-height:24px;
	
	padding-top:3px;
	
	padding-bottom:3px;
	
}

.fieldset_c{
	
	top:0px !important;
	
}

.size_select{
	
	width:95px;
	
}



/* 12. Footer */



[role="contentinfo"]{
	
	padding:35px 0 40px;
	
}



/* webkit only */

@media only screen and (-webkit-min-device-pixel-ratio:0){
	
	img.d_inline_m{
		
		margin-top:-3px;
		
	}
	
	[class*="vr_list"].with_links > li > a > [class^="fa "].fa-check,
	
	[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-check,
	
	[class*="vr_list"].with_links > li > a > [class^="fa "].fa-plus,
	
	[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-plus,
	
	[class*="vr_list"].with_links > li > a > [class^="fa "].fa-star,
	
	[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-star{
		
		top:10px;
		
	}
	
	[class*="vr_list"].with_links > li > a > [class^="fa "].fa-circle,
	
	[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-circle{
		
		top:11px;
		
	}
	
}

/* firefox only */

@-moz-document url-prefix(){
	
	[class*="vr_list"].with_links > li > a > i[class^="fa "],
	
	[class*="vr_list"]:not(.with_links) > li > i[class^="fa "]{
	
	top:8px;
	
}

[class*="vr_list"].with_links > li > a > [class^="fa "].fa-circle,

[class*="vr_list"]:not(.with_links) > li > [class^="fa "].fa-circle{
	
	top:10px;
	
}

.button_type_2{
	
	padding-top:7px;
	
}

}



/* 14. Responsive changes */

@media only screen and (min-width:1201px){
	
	.w_lg_auto{
		
		width:auto;
		
	}
	
}



@media only screen and (max-width:1200px),only screen and (max-width:1200px) and (orientation:landscape){
	
	.main_menu > li > a{
		
		padding-left:11px;
		
		padding-right:11px;
		
	}
	
	.post_excerpt{
		
		width:222px;
		
	}
	
	.post_excerpt.size_2{
		
		width:595px;
		
	}
	
	.post_excerpt.size_3{
		
		width:195px;
		
	}
	
	.item_represent .description{
		
		width:212px;
		
	}
	
	[data-open-dropdown]:not(.type_2){
		
		padding-left:12px;
		
		padding-right:12px;
		
	}
	
	.main_menu.type_2 > li > a{
		
		padding-left:6px;
		
		padding-right:6px;
		
	}
	
	.test_input{
		
		width:100%;
		
	}
	
	.scrolled{
		
		position:relative !important;
		
		top:0 !important;
		
		right:auto !important;
		
	}
	
	.layerslider_video iframe,
	
	.layerslider_video .ls-video-layer{
		
		width:inherit !important;
		
	}
	
	.comment_content{
		
		width:603px;
		
	}
	
	.comment_level_2 .comment_content{ 
		
		width:583px;
		
	}
	
	.orders_list_table th:first-child{width:22%;}
	
	.orders_list_table th:nth-child(2){width:22.167%;}
	
	.orders_list_table th:nth-child(3){width:35.039%;}
	
	.order_items_table th,
	
	.order_items_table td{
		
		padding-left:12px;
		
		padding-right:12px;
		
	}
	
	.order_items_table th:nth-child(3){
		
		width:14.021%;
		
	}
	
	.order_items_table th:nth-child(2) {
		
		width: 15.522%;
		
	}
	
	.order_review_table th:first-child{width:45.96%;}
	
	.order_review_table th:nth-child(2){width:10.86%;}
	
	.order_review_table th:nth-child(3){width:15.52%;}
	
	.order_review_table th:nth-child(4){width:10.14%;}
	
	.shopping_cart_table th:nth-child(2){width:30%;}
	
	.wishlist_table th:first-child{width:16.52%;}
	
	.wishlist_table th:nth-child(2){width:20%;}
	
	.wishlist_table th:nth-child(3){width:14.37%;}
	
	.wishlist_table th:nth-child(4),
	
	.wishlist_table th:nth-child(5){width:16.94%;}
	
	.wishlist_table .compare_button{
		
		min-width: 0px;
		
	}
	
	.dotd_description td,
	
	.product_description td{
		
		padding:10px;
		
	}
	
	.zoomContainer{
		
		display:none;
		
	}
	
	#zoom{
		
		cursor:pointer;
		
	}
	
	[class^="thumbnails_product_"]{
		
		height:34px;
		
	}
	
	.thumbnails_product_prev{
		
		top:59px;
		
	}
	
	.thumbnails_product_prev.type_2{
		
		top:56px;
		
	}
	
}

@media only screen and (max-width:992px),only screen and (max-width:992px) and (orientation:portrait){
	
	.header_bottom_part.type_2{
		
		padding-bottom:2px;
		
	}
	
	.main_menu > li > a{
		
		padding-left:13.7px;
		
		padding-right:13.7px;
		
	}
	
	.main_menu > li{
		
		z-index:4;
		
	}
	
	.header_middle_part.type_2 .open_mini_shopping_cart{
		
		z-index:5;
		
	}
	
	.open_mini_shopping_cart{
		
		z-index:3;
		
	}
	
	.caption_inner{
		
		padding:11px 15px 23px;
		
	}
	
	.banner_type_2 .inner{
		
		padding-left:20px;
		
		padding-right:20px;
		
	}
	
	.post_excerpt{
		
		width:284px;
		
	}
	
	.post_excerpt.size_2{
		
		width:440px;
		
	}
	
	.post_excerpt.size_3{
		
		width:143px;
		
	}
	
	.item_represent .description{
		
		width:100%;
		
	}
	
	.flickr_list img{
		
		width:73px;
		
		height:73px;
		
	}
	
	.comment_content{
		
		width:438px;
		
	}
	
	.comment_level_2 .comment_content{ 
		
		width:418px;
		
	}
	
	.order_items_table{
		
		font-size:.9em;
		
	}
	
	.order_items_table th,
	
	.order_items_table td{
		
		word-break:break-all;
		
		padding-left:5px;
		
		padding-right:5px;
		
	}
	
	.order_items_table th:nth-child(3){
		
		width:10.021%;
		
	}
	
	.shopping_cart_table th:nth-child(2){width:15.219%;}
	
	.shopping_cart_table th:nth-child(4){width:12.903%;}
	
	.shopping_cart_table th:nth-child(5){width:16.903%;}
	
	.shopping_cart_table th:nth-child(6){width:12.842%;}
	
	.shopping_cart_table th:nth-child(7){width:6.842%;}
	
	.compare_button{
		
		min-width:0px;
		
		padding-left:9px;
		
		padding-right:9px;
		
	}
	
	.wishlist_table td{
		
		padding-left:5px;
		
		padding-right: 5px;
		
	}
	
	.flexslider .slider_fs_1,
	
	.royalslider .slider_fs_1{
		
		font-size:2.9em;
		
	}
	
	/*isotope change layout*/
	
	.category_isotope_item.list_view_type figcaption{
		
		float:left;
		
		width:239px;
		
	}
	
	.dotd_image{
		
		width:32.81%;
		
	}
	
	.dotd_description{
		
		width:64.84%;
		
	}
	
	[class^="thumbnails_product_"]{
		
		height:40px;
		
	}
	
	.thumbnails_product_prev{
		
		top:65px;
		
	}
	
	[class^="thumbnails_product_"].type_2{
		
		height:45px;
		
	}
	
	.thumbnails_product_prev.type_2{
		
		top:65px;
		
	}
	
	.represent_wrap.widget > .item_represent .icon_wrap_1,
	
	.represent_wrap.widget > .item_represent .description{
		
		width:100%;
		
	}
	
	.search_form_container{
		
		z-index:3;
		
	}
	
	#quick_view > .popup{
		
		width:750px;
		
	}
	
}

@media only screen and (max-width:767px){
	
	.same_height{
		
		height:auto !important;
		
	}
	
	#quick_view{
		
		display: none !important;
		
	}
	
	.header_middle_part{
		
		padding:15px 0;
		
	}
	
	.main_menu li{
		
		float:none!important;
		
	}
	
	.main_menu.type_2 > li > a{
		
		padding-left:15px;
		
		padding-right:15px;
		
	}
	
	[role="navigation"] .sub_menu,.mega_menu{
		
		position:relative;
		
		width:100% !important;
		
		left:0 !important;
		
		-webkit-transform:none;
		
		-moz-transform:none;
		
		-o-transform:none;
		
		-ms-transform:none;
		
		transform:none;
		
		-webkit-transition:none;
		
		-moz-transition:none;
		
		-o-transition:none;
		
		transition:none;
		
		display:none;
		
		opacity:1;
		
		visibility: visible;
		
		margin-bottom:2px;
		
	}
	
	[role="navigation"] .sub_menu .sub_menu li:first-child{
		
		border-top:1px solid #fff;
		
	}
	
	.sub_menu .sub_menu li a{
		
		padding-left:30px;
		
	}
	
	.r_image_container{
		
		margin-left:auto;
		
		margin-right: auto;
		
	}
	
	.post_info,.post_info.size_2{
		
		width:20%;
		
	}
	
	.post_excerpt{
		
		width: calc(80% - 10px);
		
	}
	
	.post_excerpt.size_2,
	
	.post_excerpt.size_3{
		
		width: calc(80% - 20px);	
		
	}
	
	.pt_column,
	
	.field_title,
	
	.field_container,
	
	.represent_wrap > .item_represent,
	
	iframe[src^="http://www.facebook.com/plugins/"],
	
	[class*="isotope_container"] [class*="isotope_item"]{
		
		width:100% !important;
		
	}
	
	#login, #loginMob{
		
		right:auto;
		
		left:0;
		
	}
	
	.styled_tabs > nav li a,
	
	.tabs_content_wrap,
	
	.dotd_carousel .owl-item{
		
		padding-left:10px;
		
		padding-right:10px;
		
	}
	
	.field_title{
		
		margin-bottom:5px;
		
	}
	
	.item_represent.type_2{
		
		padding-top:0;
		
		border:none;
		
	}
	
	.comment_content{
		
		width:auto !important;
		
	}
	
	.order_items_table{
		
		font-size:inherit;
		
	}
	
	.wishlist_table td,
	
	.shopping_cart_table td[colspan],
	
	.shopping_cart_table td:not([colspan]),
	
	.order_items_table tfoot td[colspan],
	
	.order_items_table tbody td:not([colspan]),
	
	.order_review_table tbody td:not([colspan]){
		
		padding-top:10px;
		
		padding-bottom: 10px;
		
	}
	
	.wishlist_table td,
	
	.order_items_table td:not([data-cell-title]){
		
		padding-left:15px;
		
		padding-right:15px;
		
	}
	
	.compare_table td[data-cell-title]::before{
		
		content:counter(product) ". " attr(data-cell-title);
		
	}
	
	table td,
	
	.product_preview,
	
	.product_description,
	
	.category_isotope_item.list_view_type figure{
		
		display:block;
		
		width:100% !important;
		
	}
	
	table td:empty{
		
		display: none;
		
	}
	
	table td[data-cell-title]{
		
		position:relative;
		
		padding-left:53%;
		
	}
	
	table td[data-cell-title]::before{
		
		content:attr(data-cell-title);
		
		position:absolute;
		
		left:15px;
		
		top:9px;
		
		white-space:nowrap;
		
		overflow: hidden;
		
		text-overflow:ellipsis;
		
		max-width:43%;
		
	}
	
	table td[data-cell-title]::after{
		
		content:"";
		
		display: block;
		
		border-left:1px solid #f0f0f2;
		
		height:100%;
		
		position:absolute;
		
		left:50%;
		
		top:0;
		
	}
	
	table td{
		
		border-bottom:none;
		
	}
	
	table tbody + tfoot > tr:first-child > td[data-cell-title],
	
	table tbody + tfoot > tr:first-child > td:not([data-cell-title]):first-child{
		
		border-top:none;
		
	}
	
	table tbody,
	
	table tfoot td:last-child{
		
		border-bottom:1px solid #f0f0f2;
		
	}
	
	.order_items_table tbody + tfoot td[data-cell-title]{
		
		border-top:1px solid #f0f0f2 !important;
		
	}
	
	.compare_button{
		
		padding-left:20px;
		
		padding-right:20px;
		
	}
	
	.flexslider .slider_fs_1,
	
	.royalslider .slider_fs_1{
		
		font-size:1.8em;
		
		margin-top:10px;
		
	}
	
	/*isotope change layout*/
	
	.dotd_image,
	
	.category_isotope_item.list_view_type figure > .relative:not(figcaption){
		
		width:42.48%;
		
		margin-right:2%;
		
	}
	
	.dotd_description,
	
	.category_isotope_item.list_view_type figcaption{
		
		width:55.52%;
		
	}
	
	.product_preview{
		
		margin-right:0%;
		
	}
	
	.fancybox-prev span {
		
		left: 0px;
		
	}
	
	.fancybox-next span {
		
		right: 0px;
		
	}
	
	[class^="thumbnails_product_"].type_2{
		
		height:35px;
		
	}
	
	.thumbnails_product_prev.type_2{
		
		top:55px;
		
	}
	
	.tp-rightarrow,.tp-leftarrow{
		
		display:none !important;
		
	}
	
}

@media only screen and (max-width:320px){
	
	table td[data-cell-title]{
		
		padding-left:54%;
		
	}
	
	.styled_tabs > nav li{
		
		float:none;
		
		margin:0 0 1px;
		
	}
	
	.date.size_2{
		
		padding-top:10px;
		
		padding-bottom:7px;
		
	}
	
	/*isotope change layout*/
	
	.category_isotope_item.list_view_type figure > .relative:not(figcaption){
		
		width:auto;
		
		display: inline-block;
		
		float:none;
		
		margin-right:0%;
		
		margin-bottom:10px;
		
	}
	
	.category_isotope_item.list_view_type figcaption{
		
		width:auto;
		
		float:none;
		
	}
	
	.dotd_image,
	
	.dotd_description{
		
		width:100%;
		
	}
	
	.dotd_carousel .owl-dots{
		
		bottom:15px;
		
		left:50%;
		
		-webkit-transform:translateX(-50%);
		
		-moz-transform:translateX(-50%);
		
		-o-transform:translateX(-50%);
		
		-ms-transform:translateX(-50%);
		
		transform:translateX(-50%);
		
	}
	
	[class^="thumbnails_product_"],
	
	[class^="thumbnails_product_"].type_2{
		
		height:39px;
		
	}
	
	.thumbnails_product_prev,
	
	.thumbnails_product_prev.type_2{
		
		top:55px;
		
	}
	
}

.layerslider{
	margin-bottom: 30px;
}

.contentpadtop{
	padding-top: 17px;
}

.col-md-4.product-item{
	margin-bottom: 20px;
}

.product_item  a.imageproduct{
	height: 260px;
    overflow: hidden;
	width: 86%;
    margin-left: 7%;
	padding-top: 40px;
}

.subcategories-menu{
	margin: 20px 0 20px 0;
}

.subcategories-menu .obalit{
	border: 1px solid #f0f0f2;
	padding: 18px;
	margin-bottom: 10px;
	background: #fff;
}

.subcategories-menu a{display:block;text-align:center;min-height: 122px;}
.subcategories-menu img{max-width:100%;max-height:100px;}
.subcategories-menu span{display:block;text-align:center;}

.filtrynapidsy legend.second_font b{
	font-size: 14px;
}

.category-tabs{
    MARGIN-BOTTOM: 30px;
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 0px;
    background: #fff;
    padding: 10px;
    float:right;
}
.category-tabs .btn{
	border-radius: 0px;
	background: #ffffff;
	border-color: #cecece;
	color:#444;
}
.category-tabs .btn:hover, .category-tabs .btn:focus{
	background: #f1F1F1;
	border-color: #666;
}

#slider-range{
	position: relative;
    height: 11px;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
	width: 94%;
    margin-left: 8px;
    margin-right: 0px;
}

.priceFromSliderWrap{
	margin-top: 23px;
	margin-bottom: 6px;
}
.priceToSliderWrap{
	margin-top: 12px;
	margin-bottom: 6px;
}

.categories_list li > a.active{
	color: #ffffff;
    background-color: #d6a916;
}

.categories_list .categories_second_level_list li > a.active{
	background-color: #ffa05b;
}

.shop_list li > a:hover,.shop_list li > a:focus, .open_mini_shopping_cart a:hover{
	text-decoration:none;
	color: #d6a916;
}

.obsahstranky{
	
}

footer{
	margin-top: 0px; 
    background: #474747;
}

.obsahstranky p{
	line-height: 170%;
}

.mgtop20{
	margin-top: 30px;
}

.ikonkyprodukt{ 
	min-height: 48px;
	margin: 16px 0;
}
.ikonkyprodukt .addthis_toolbox{
	float: right;
}

.order-summary{
	width: 100%;
}

.table-compare{
	
}

.table-compare th{
	background-color: #fdfdfd;
}
.table-compare th, .table-compare td{
	vertical-align:middle;
}
.table-compare a{
	font-size: 16px;
	text-decoration:underline;
}

.ikonkyprodukt a{
	display: inline-block;
    margin-top: 8px;
}
.ikonkyprodukt a img{
	height: 30px;
}

.hodnotprodukt{
	margin: 10px 0 0 0;
	display: inline-block;
}

.c_ratingrate{
	margin: 2px 9px 0 0;
    display: inline-block;
}

.c_ratingdate{
	color: #ccc;
}

#list_userreviews h5{
	margin-bottom: 7px;
}
#list_userreviews li{
	border: 1px solid #ddd;
    padding: 20px;
}

.addratingnow{
	margin: 20px 0;
}

#form_adduserrating{
	background: #f9f9fa;
    padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
}

#form_adduserrating h3{
	margin-bottom: 20px;
}

.cfs_ratingselect{
	margin-bottom: 14px;
}

.cfs_ratingselect a i{
	color: #ccc;
	font-size: 18px;
}

.cfs_ratingselect a.star-selected i{
	color: gold;
}

#tab_description{
	padding-top: 20px;
}

#tab_tech, #tab_uq{
	padding-top: 20px;
}

/* košík kroky úprava */
.numbered_title::before{
	display:none;
}

.newcartitems .col-xs-12{
	padding-left: 0px;
	margin-bottom: 20px;
}

.newcartitems .col-xs-12 label{
	margin-bottom: 3px;
}

.newcartitems:not(.b_default_layout) [class*="col-"]:last-child{
	padding-left: 0px;
	padding-right: 0px;
}

.newcartitems .normalpadding{
	padding-left: 15px !important;
    padding-right: 15px !important;
}

.showhideorder{
	margin-bottom: 20px;
}

/* košík kroky úprava end */

.product_item {
	width: 100% !important;
}

.product_item  a.imageproduct{
	text-align:center;
}
.product_item  a.imageproduct img.c_image_1{
	max-height: 220px;
}

.ishome .product_item  a.imageproduct{
	text-align:center;
}
.ishome .product_item  a.imageproduct img.c_image_1{
	max-height: 195px;
	display: inline-block;
    width: auto;
	max-width: 95%;
}

.ishome  figure.frame_container{
	width: 100% !important;
}

.categories_list .categories_second_level_list li > a{
	padding-left: 25px;
	background: #fff;
}

.categories_list .categories_third_level_list li > a{
	padding-left: 35px;
	background: #e8e8e8;
}

.homecats{
	margin-bottom: 40px;
}

.homecats a:hover img{
	opacity: .9;
}
#tabonlyfirst{
	margin-bottom: 50px;
}

#tabonlyfirst td{
	vertical-align:middle;
	border: 0px;
	border-bottom: 1px solid #ccc;
}

.ls-nav-prev{
	width: 40px;
    height:40px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    font-size: 23px;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    border-radius: 60px;
    position: absolute;
    top: 43%;
    left: 2%;
    z-index: 2;
}
.ls-nav-next{
	width: 40px;
    height: 40px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    font-size: 23px;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    border-radius: 60px;
    position: absolute;
    top: 43%;
    right: 2%;
    z-index: 2;
} 
.ls-nav-prev:hover, .ls-nav-next:hover, .ls-nav-prev:focus, .ls-nav-next:focus{
	color: #fff;
	background: #222;
}


.ls-nav-prev i, .ls-nav-next i{
	margin-top: 9px;
}

.posuvnik-produktu .product-item{
	float: none;
	width: 100%;
}


/* našeptávač */
.ui-helper-hidden-accessible{display:none;}

.productsSpanJson{
	padding: 12px 15px;
	background: #f5f5f5;
	display: block;
}

.categorySpanJson{
	padding: 12px 15px;
	background: #f5f5f5;
	display: block;
}

.ui-widget-content{
	background: #fff !important;
	padding: 0 !important;
}

.ui-widget-content li a{
	border:0 !important;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0 !important;
	padding: 5px !important;
	margin: 0 !important;
	font-size: 11px !important;
	min-width: 350px !important;
	background: transparent !important;
}

.ui-widget-content li a:hover, .ui-widget-content li a:focus{
	background: #fff !important;
	border-width: 0 0 1px 0;
	border-color: #ddd !important;
	margin: 0 !important;
	color: #8db32d;
}

.ui-widget-content li a img{
	height: auto;
	width: 42px;
}

.ui-menu .ui-menu-item{
	line-height: 0%;
}

.ui-widget-content li a h6{
	font-size: 13px;
	margin: 0 0 5px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}

.ui-menu .ui-menu-item a{
	padding: 7px !important;
}

.ac-wrapper {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    float: left;
    overflow: hidden;
}

.ui-widget-content li a img {
    height: auto;
    width: 42px;
}

.categories_list  li{
	
}

.categories_list li > a.active, .categories_list li > a:hover, .categories_list li > a:focus{
	color: #fff;
    background-color: #f5791f;
}

.product_item .perexvypis{
    padding-top:10px;
}

.product_item  .perexvypis button.button_type_8{
	width: 110px;
    border-radius: 0px;
    border: 1px solid #ff5376;
    background: #ff5376;
    margin-top: 12px;
    color: #fff;
    height: 41px;
}


.product_item  .perexvypis button.button_type_8:hover, .perexvypis button.button_type_8:focus{
	background: #222222;
	border-color: #222;
    color: #fff;
}

.product_item  .perexvypis a.button_type_8{
	width: 110px;
    border-radius: 0px;
    border: 1px solid #222;
    background: #fff;
    margin-top: 12px;
    color: #222;
    height: 41px;
	display:inline-block;
}

.product_item  .perexvypis a.button_type_8:hover, .perexvypis a.button_type_8:focus{
	background: #222222;
    color: #fff;
	text-decoration:none;
}

span.gramazproduktu{
	font-size: 15px;
    margin-bottom: 7px;
    display: inline-block;
}

.product_item s{
	font-size: 12px;
	display: inline-block;
	padding: 2px 22px;
	background: #ff0000;
	margin-top: 0;
	text-decoration: none;
	left: -10px;
	color: #fff;
	position: absolute;
	top: 11px;
	z-index: 3;
	border-radius: 0px;
}
.priceproduct b{
	font-size: 11px;
    color: #121212; 
    font-weight: normal !important;
    font-family: 'osbold';
     margin-left:15px;
}

.priceproduct b.sdph{
	font-size: 28px;
}

.priceproduct strike{
 margin-left:15px;
}

.perexvypis p {
    font-size: 12px;
    max-height: 20px;
    overflow-y: hidden;
	text-align:center;
	padding-left: 15px;
    padding-right: 15px;
}

.cat-desc{
	margin-bottom: 26px;
	margin-top: 10px;
}

.btn_porovnat{
	width: 31px;
    height: 31px;
    margin-top: 8px;
    margin-right: 7px;
}
.btn_porovnat i{
	margin-top: 2px;
}

.nadpisproduktublocknew{
	height: 37px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
	margin-top: 3px;
	font-size: 14px;
	color: #000000;
	text-transform: none;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto';
	font-weight: 300;
}

.perexvypis .scheme_color{
    font-weight:600;
    font-size:16px;
    color:#000;
}

.footer-product{
	min-height: 126px;
}

.product_item  .perexvypis{
	background: #fff;
    min-height: 125px;
    margin-bottom: -11px;
}

.frame_container::before{
	box-shadow: 0px 0px 6px #ececec;
}

.thisnewts{
	margin-top: 40px;
    padding: 36px 0;
	background: #f4F4F4;
	color: #fff;
}
.thisnewts #newsEmail{
	
	min-height: 34px;
    border-radius: 0px;
    box-shadow: 0 0 0;
}

.thisnewts .btn{
	border-radius: 0px;
}

.nPage{
    
    float: left;
    width: 100%;

}

.pageInfoGray{ 
    background: url("../images/bredcrumb.jpg") repeat scroll 50% 0 #f2f2f2;
    height: 170px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    text-align:center;
    width: 100%;
	padding:25px 0;
}

.pageInfoGray h1{
    
    text-transform: none;
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 0;
    margin: 0;
    color:#000;

}


    
.breadcrumb{
	padding: 15px 20px;
    background: transparent;
    border-radius: 0;
    text-align:center;
}

.bgmenutop{
    margin-top: 0px;
    border: 0;
	border-bottom: 0px;
}

#productsDiv .alert{
	clear:both;
}

.topsellcath2{
	font-size: 18px;
}

.topsellrows{
	border-bottom: 1px solid #e5e5e5;
    padding: 11px 0 12px 0;
	background: #fff;
}
.topsellrows .image{
	float: left;
    width: 110px;
    height: 41px;
    margin-right: 10px;
    text-align: center;
}
.topsellrows .image img{
	max-width: 80px;
	width: auto;
	height: auto;
    max-height: 41px;
	display:inline-block;
}
.topsellrows h3 a{    font-size: 16px;}

.topsellrows strong{
	font-weight: normal;
	font-family: 'osbold';
}

.categories_list .cat-lvl-1{
	padding: 15px;
    background: #fff;
}
.categories_list .cat-lvl-2{
	
}
.categories_list .cat-lvl-3{
	
}
.categories_list .cat-lvl-4{
	
}	

#block_paginatorbottom{
	clear:both;
}

 


.cahomecat a.index-links-holder img{
	width: auto;
    height: 120px;
	display:inline-block;
	margin-bottom: 20px;
}

.cahomecat a.index-links-holder{
	text-align:center;
	display:block;
}
.cahomecat a, .cahomecat h5{
	text-align:center;
	display: block;
}
.cahomecat a:hover, .cahomecat a:focus{
	text-decoration: none;
}
.cahomecat h5{
	
    margin-top: 20px;
}

.last-view{
	display:block;
	text-align:center;
	margin-bottom: 15px;
}
.last-view img{
	max-width: 60%;
	padding-bottom: 15px;
}

.last-view strong{
	font-weight: normal;
	font-family: 'osbold';
	display: block;
	font-size: 16px;
}

#thumbnails .owl-item{
	float: left;
}

.topsellcatitems{
	margin-top: 21px;
}

.cathomeobal{
	margin-bottom: 12px;
    background: #fff;
    padding: 30px;
	border: 1px solid #eaeaea;
}
.addshadowdiv{
	border: 1px solid #eaeaea;
	background: #fff;
}

.addshadowdiv:hover{
	box-shadow: 1px 1px 3px #e6e6e6;
}
.cahomecat a.morecatinfo{
	
}
.user-inputs{
	
}

.user-inputs input{
	margin-top: 6px;
    margin-bottom: 10px;
}

.user-inputs .btn{
	background-color: #5cb85c;
    border-color: #4cae4c;
}

.userhading{
	margin-bottom: 20px;
}

.header_middle_part .cartporovnat{
	
}
.header_middle_part .cartporovnat a{
    margin-top: 0px;
    float: left;
    padding-top: 10px;
    padding-bottom: 7px;
}
.header_middle_part .cartporovnat a i{
    margin-top: 0px;
}
.header_middle_part .cartporovnat a i.fs_small{
    margin-top: 3px;
}
.header_middle_part .searchtop{
    width: 370px;
}
.header_middle_part .cartporovnat a:hover, .header_middle_part .cartporovnat a:focus{
	text-decoration: none;
}

.header_middle_part .bgcartheader a{
	background: #e74c3c;
	border-color: #fff;
	color: #fff !important;
}

.header_middle_part .bgcartheader a:hover, .header_middle_part .bgcartheader a:focus{
	border-color: #fff !important;
    background: #d84435;
}

.header_middle_part .bgcompareheader a{
	background: #f7f7f7;
	
	border-color: #fff;
	
}

.header_middle_part .bgcompareheader a:hover, .header_middle_part .bgcompareheader a:focus{
	border-color: #fff !important;
	background: #e8e8e8;
}

.header_middle_part .bguserheader button{
	background: #3498db;
	border-color: #fff;
	color: #fff !important;
}
.header_middle_part .bguserheader button:hover, .header_middle_part .bguserheader button:focus{
	border-color: #fff !important;
    background: #2b89c7;
}

.header_middle_part #project:focus{
	border-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 3px rgb(52, 152, 219);
    -moz-box-shadow: 0 0 3px rgba(214, 169, 22, .5);
    -o-box-shadow: 0 0 3px rgba(214, 169, 22, .2);
    -ms-box-shadow: 0 0 3px rgba(214, 169, 22, .5);
    box-shadow: 0 0 3px rgb(52, 152, 219);
}

#login{
    background: #3498db;
	color: #fff;
}
#login a{
	color: #fff;
}
#login a.button_type_2{
	color: #222;
	border: 0px;
}
#login a.button_type_2:hover, #login a.button_type_2:focus{
	background-color: #e5e5e5;
}
#login button.lbrown{
	background: #3498db;
}
#login hr.divider_white{
	border-color: #5ebbfa;
	margin-bottom: 20px;
}

.header_bottom_part .main_menu > li > a{
	color: #222;
        font-size:13px;
        font-weight:bold;
        font-family:'Raleway', sans-serif;
}
.header_bottom_part .main_menu > li:hover > a{
	background: #f9F9F9;
	text-decoration:none;
        color: #222;
}


.boxheading h5{
    font-family: 'osbold';
}

.boxheading button.button_type_4:hover, .boxheading button.button_type_4:focus{
	background-color: #3498db !important;
	border-color: #3498db !important;
}

.clanekhome{
	margin-top: 20px; 
	text-align:center;
}
.clanekhome figcaption{
    padding:8px 15px;
}
.home .clanekhome a.button_type_8{
	background: #666;
    border-color: #666;
    padding: 10px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 13px;
}

.home .clanekhome img{
	display: inline-block;
}

.home .clanekhome p.fw_light{
	max-height: 64px;
    overflow-y: hidden;
}

.clanekimg{
    height:200px;
}

.clanekimg img.img-responsive{
    height:100%;
    width:auto;
    min-width:100%;
}

.home .clanekhome a.button_type_8:hover, .home .clanekhome a.button_type_8:focus{
	background: #15a88b;
    border-color: #15a88b;
    color: #fff;
	text-decoration: none;
}

.levypanelmenu{
	
}
.levypanelmenu .categories_list{
	background: #fff;
}

.levypanelfiltry{
	
}

.levypanellast{
	
}

.levypanelnews{
	
}

.filtrovani-obsah{
	background: #fff;
    border: 0px;
	padding: 15px 0; 
}

.filtrovani-obsah b{
	font-weight: normal;
	font-family: 'osbold';
}

a.last-view{
	display: block;
	background: #fff;
	padding: 20px;
}

.obsah-newsletter{
	background: #fff;
    padding: 20px;
}

.ui-widget-header{
	background: #f5f5f5 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}

.tab-content .tab-pane{
    background: #fff;
    padding: 20px;
    border: 0px solid #ddd;
    border-top: 0px;
}

.product_options .adtocart{
    border: 1px solid #111;
    background: #fff;
	color: #111;
        height:58px;
}

.product_options .adtocart:hover, .product_options .adtocart:focus{
    border: 1px solid #000;
    color:#fff;
    background: #000;	
}

.product-udaje{
	background: #fff;
    padding: 20px;
}

[class^="thumbnails_product_"]{
	height: 35px;
}
.thumbnails_product_prev{
	top: 52px;
}

.site-title{
	margin-top: 28px;
}

.cart-table{
	background: #fff;
}

.cart-table th{
	background: #e6e6e6;
}

.pokracovatcart{
	background: #666;
    color: #fff;
}
.pokracovatcart:hover, .pokracovatcart:focus{
	background: #17b092;
    color: #fff;
}

.registration{
	background: #fff;
    padding: 20px;
}

table.table.bgwhite{
	background: #fff;
}

.finishedorder{
	margin-top: 58px;
}
.finishedorder h2{
	font-weight: normal;
	font-family: 'osbold';
	margin-bottom: 20px;
}

.product_thumbnails_wrap img{
    height: 71px;
}

.btn-success {
	background-color: #666;
    border-color: #666;
}

.btn-success:hover, .btn-success:focus{
	background-color:#14a689;
    border-color: #14a689;
}

.cform_footer textarea{
	height: 144px;
    border-color: #e5e5e5;
    padding: 9px;
}

.varbg{
	background: #fff;
}

#ulozenka, #zasilkovna{
	background: #f9f9f9;
    border: 1px solid #dedede;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ulozenka p, #zasilkovna p{
    margin-bottom: 10px;
}

#ulozenka img, #zasilkovna img{
    height: 70px;
    padding-bottom: 10px;
}

#addedToCart .modal-body img:not(.img-responsive){
	max-height: 310px;
}
#addedToCart .free-shipping{
	font-size: 16px !important;
	text-align: center;
}

#addedToCart .free-shipping i{
	margin-top: 0px;
	margin-right: 8px;
}

/* 6.12.2017 */

.subcategories-menu span{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 7.12.2017 */
@media (min-width: 768px){
	.container {
		max-width: 98%;
	}
}

.description-text blockquote::after, .description-text blockquote::before{
	display: none;
}

.obsahstranky .page-content p{
    margin-bottom: 10px;
}

.obsahstranky .page-content ul:not(.filterOrder), .obsahstranky .page-content ol:not(.filterOrder){
    list-style: disc;
    margin: 15px 0 15px 21px;
}
.obsahstranky .page-content ol{
	list-style: decimal;	
}

.obsahstranky .page-content ul li, .obsahstranky .page-content ol li{
	list-style: disc;
	margin: 10px 0;
}

.obsahstranky .page-content ol li{
	list-style: decimal;
}

.obsahstranky .page-content ol li li{
	list-style: disc;
}

.cc_banner-wrapper{z-index: 99999999 !important;}

/* doplneni 3.1.2018 (popup + doprava/platba popisek)*/
.dalsiakcecart{
    margin: 10px 0 20px 0;
    padding-bottom: 20px;
}

.cart-table{
	margin-bottom: 10px;	
}

.cart-table td{
	border: 0px !important;
	vertical-align:middle !important;
}	

.cart-table td:last-child{
	text-align:right;
}

#addedToCart .modal-body img:not(.img-responsive){
    max-width: 100% !important;
}

p.doprava-message{
    border-radius: 14px;
    background: #f1f1f1;
    margin: 5px 0;
    padding: 6px 10px;
    font-size: 12px;
    margin-left: 33px;
}

#addedToCart .item-details{
	text-align:center;	
	padding-bottom: 5px;
}
#addedToCart .item-details h5{
    height: 28px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;	
}

#addedToCart  h3{
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 16px;	
}

/* end doplneni 3.1.2018 */

/* 3.1.2018 big menu globalizacni sablony */
[role="navigation"] .sub_menu, .mega_menu{
	width: 100%;
    min-width: 380px;	
}

[role="navigation"] .sub_menu li{
	float: left;
	width:50%;
	border-color: #e3e3e3;
}
[role="navigation"] .sub_menu li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.main_menu li:last-child .sub_menu{
    left: auto;
    right: 0;	
}
/* end 3.1.2018 big menu globalizacni sablony */

/* varianty produtku 3.1.2018 */
.product-variants{
	margin-bottom: 40px;	
}
.product-variants table td{
	vertical-align:middle !important;
	border: 0px;
}
.product-variants table td:first-child{
	text-align:center;	
}
.product-variants table td #count{
    width: 70px;
    display: inline-block;
    margin-right: 3px;
    text-align: center;
}
/* end varianty produtku 3.1.2018 */

/* payment 4.1.2018 */

.payment-page{
    padding: 40px 0px;	
}
.payment-page i{
    font-size: 61px;
    margin: 27px 0 0 0;
    color: #666;
}

.payment-page.notpaid i{
	color: #e74c3c;
}

.payment-page a.btn{
margin-top: 30px;	
}
/* end payment 4.1.2018 */

/* start edit cart align 11.1.2018 */
.cart-table td:last-child{text-align:center}
.cart-table th:last-child{text-align:center}
.cart-table td:nth-child(3){text-align:right}
.cart-table th:nth-child(3){text-align:right}
.cart-table td:nth-child(4){text-align:right}
.cart-table th:nth-child(4){text-align:right}
/* end edit cart align */

/* úpravy porovnání 12.1.2018 */
.btn_porovnat.compr i{
	margin-top: 8px;
}

.header_middle_part .bgcompareheader a i{
	margin-top: 2px;
}
/* end úpravy porovnání 12.1.2018 */

/*cookie start*/
@media (min-width: 768px){
	.cc_container .cc_message{font-size: 16px !important;}
	.cc_logox{font-size:16px !important;}
}
@media (min-width: 500px){
	.cc_container{    right: initial !important;		left: 20px !important; border-radius: 5px;  width: 270px;text-align:center; padding-top: 20px !important;    padding-bottom: 26px !important;}
	.cc_container .cc_btn {   bottom: 17px !important;}
	.cc_container .cc_btn{   
		width: 100% !important;
		float: none !important;
		display: inline-block !important;
	margin-top: 20px !important;}
}

/*horni lista*/
.cc_banner-wrapper.pos-light-top .cc_container{
	width: 100%;
	padding: 10px 20px 10px 20px !important;
}
.cc_banner-wrapper.pos-light-top .cc_container .cc_message{
	text-align: left;
    padding-top: 14px;
    margin-top: 0px;
    margin-bottom: -7px;
}
.cc_banner-wrapper.pos-light-top .cc_container a.cc_btn{
	float: right !important;
    margin-right: 20px;
    margin-top: -19px !important;
    margin-bottom: 6px;
}
@media (max-width: 1250px){
	.cc_banner-wrapper.pos-light-top .cc_container .cc_message{
		width: 83%;	
	}
	
	.cc_banner-wrapper.pos-light-top .cc_container a.cc_btn{
		margin-top: -31px !important;
		margin-bottom: 14px;
	}
	
	
}

@media (max-width: 900px){
	.cc_banner-wrapper.pos-light-top .cc_container .cc_message{
		width: 73%;	
	}
}
/*cookie end */

/* start set */
#sety-id-for-js{
    margin: 0px -19px 0px -19px;
    padding: 1px 0 1px 0;
}

#sety-id-for-js td{
	vertical-align: middle;
	border-left: 0px;
    border-right: 0px;
	padding: 10px 7px;
}

#sety-id-for-js td .set-select{
	margin-top: 8px;
}

#sety-id-for-js strong{
	font-weight: normal !important;
    font-family: 'osbold';
    text-transform: uppercase;
    display: block;
}
#sety-id-for-js td img{
	height: 40px;
}
/* end set */

/* slider owl start */
.content-slider{
    position: absolute;
    top: 32%;
    left: 90px;
    width: 450px;
}

.content-slider h1{
	color: #fff;
	font-family: 'osbold';
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
    line-height: 130%;
}

.content-slider a{
	border-radius: 20px;
}

@media(max-width:1285px){
	/* .content-slider{top:12%;} */
	.content-slider h1{font-size: 40px;}
}

@media(max-width:1000px){
	.content-slider{width:100%;left: 0;text-align:center;}
	.content-slider h1{font-size: 30px;}
}

@media(max-width:992px){
	.home-categories{margin-top: 0px;margin-bottom:0px;}
	p.footerbluetext{margin-bottom: 20px;}
}
@media(max-width:660px){
	.content-slider{display:none;}
}

#slider .owl-carousel .owl-stage-outer{
	padding-top: 0px;
}
/* slider owl end */


/* clanek home line height start */
.clanekhome h5 a{
	line-height: 150%;
}
/* clanek home line height end */


/* nazev produktu detail start */
.product_description .product_title{
    max-width: 100%;
    line-height: 140%;	
}
/* nazev produktu detail end */


/* popis produktu start */
#tab_description h2{
	margin-bottom: 10px;
}
/* popis produktu end */


/* respo upravy start */
@media(max-width:1200px){
	
	.thisnewts h3{
		margin-bottom: 15px;	
	}
	
}

@media(max-width:1170px){
	.header_middle_part .searchtop{
		width: 250px;
	}	
}

@media(max-width:1111px){
@media(min-width:992px){
	#productsDiv .col-md-4.product-item{
	width: 50%;	
	}
}
}

@media(max-width:992px){
	.topsellrows .col-md-9{width:75%;float:left;}
	.topsellrows .col-md-3{width:25%;float:left;}
	.site-title{margin-top: 8px;}
}

@media(max-width:970px){
	
	.header_middle_part  .col-lg-4{
		float: none;
		width: 100%;
		display: block;
		text-align:center;
		margin-bottom: 15px;
	}	
	.header_middle_part  .col-lg-8{
		float: none;
		width: 100%;
		display: block;
	}
	
}

@media(max-width:768px){
	.header_middle_part .searchtop{
		width: 100%;
	}	
	.bbottom_top ul{
		margin-top: 1px;
	}
	.header_top_part{
		padding: 9px 0 0px;
	}
	
	.cproduct_maintabs{
		margin-bottom: 30px;
	}
	
	.header_middle_part .col-lg-8 .clearfix .clearfix{
	    float: none;
    text-align: center;	
	}
	
	.header_middle_part .col-lg-8 .clearfix .clearfix .f_right{
	 float: none;
	 display: inline-block;
	 margin-bottom: 15px;
	}
	
	
	
	
	.topsellrows .col-md-9{width:65%;float:left;}
	.topsellrows .col-md-3{width:35%;float:left;}
	
}

@media(max-width:767px){
	.product-variants table td{
	display: table-cell;
    width: auto !important;	
	}
	
	#mobile_menu_button{
		background-color: #0e8069;
		border-color: #0e8069;	
	}	
	#mobile_menu_button.bg_transparent{
		border-color: #ffffff;
		color: #fff;
	}	
	
	.main_menu li{
		float: none;
		display:block;
		text-align:center;
	}
	
	#mobile_menu_button{
	display:block;
	    margin-left: auto;
    margin-right: auto;
	}
}

@media(max-width:550px){
	.topsellrows .col-md-9{width:100%;text-align:left;}
	.topsellrows .col-md-3{width:100%;text-align:left;margin-left: 120px;}
	.topsellrows .image img{max-width: 100%;max-height: 63px;}
}

@media(max-width:508px){
	
	.category-tabs .btn{display:inline-block;width:49%;margin-top: 2px;margin-bottom:2px;}
}

@media(max-width:420px){
	
	.header_middle_part .cartporovnat.bgcompareheader{
	display:none;
	}
	
	.bbottom_top .t_align_r{
		display:none;
	}
	
	.subcategories-menu .col-md-3{
	float: none;
	width: 100%;
	}
	
	
}

@media(max-width:370px){
	
	.category-tabs .btn{display:inline-block;width:100%;}
}

@media only screen and (max-width: 992px), only screen and (max-width: 992px) and (orientation: portrait){
.product_item .t_sm_align_c {
	text-align:right;
}
}

@media only screen and (max-width: 992px), only screen and (max-width: 992px) and (orientation: portrait){
.product_item .d_sm_inline_b {
display: block;	
}
}
/* respo upravy end */	


/* odsazení produktů fix start */
@media(max-width:1200px){
#productsDiv .col-md-4.product-item{
    width: 50%;
	float:left;
}
#productsDiv .col-md-4.product-item .bg_white  .col-lg-6{
	width: 50%;
	float: left;
}
}

@media(max-width:600px){
#productsDiv .col-md-4.product-item{
    width: 100%;
	float:none;
}	
}
/* odsazení produktů fix end */


/* responsiv fix 2.2.2018 start */

.home_article_date{
margin-top: -2px;
    margin-bottom: 10px;	
}

@media(max-width:1285px){
.bbottom_top .col-md-6{width:100%;float:none;text-align:center;}	
}


@media(max-width:992px){
	.cart-table-footer .col-md-5{float:none;display:block;text-align:center;margin-bottom:20px;}
	.cart-table-footer .col-md-5 input{float:none;display:block;width:100%;}
	.cart-table-footer .col-md-7{float:none;display:block;text-align:center;}
	.cart-table-footer .col-md-7 .pull-right{float:none !important;}
	.registration  .col-xs-6{display:block;float:none;width:100%;}
	.registration  .col-sm-6{display:block;float:none;width:100%;}
}


@media(max-width:767px){
	.cart-table thead{display:none;}
	.cart-table td{text-align:center !important;}
	.cart-table .input-group{display:block;text-align:center;}
	.cart-table .input-group input{text-align:center;}
	
	form:not(.b_default_layout) [class*="col-"]:first-child{padding-right:0px;padding-left:0px;}
	.newcartitems:not(.b_default_layout) [class*="col-"]:last-child{padding-right:0px;padding-left:0px;}
}
@media(max-width:660px){
	.bbottom_top ul{display:block;margin-top: 5px;}
	.bbottom_top ul li{float:none;display:inline-block;}
}

@media(max-width:565px){
	.category-tabs .btn{width: 49%;display: inline-block;margin: 2px 0;}
	.topsellrows .col-md-9{float:none;width:100%;text-align:center;}
	.topsellrows .col-md-3{float:none;width:100%;text-align:center;margin-left:0px;}
	.topsellrows .image{    float: none;    display: block;    text-align: center;    width: 100%;    height: auto;}
}

@media(max-width:520px){
.thisnewts h3{line-height: 150%;}	
.product_item a.imageproduct{height:auto;}
#login{    left: -140px;    width: 344px;}
.cart-table-footer .col-md-7 input, .cart-table-footer .col-md-7 a{display:block;width:100%;float: left;}
}

@media(max-width:460px){
	.cart-table-footer .col-md-5 .col-xs-6{display:block;float:none;width:100%;}
}

@media(max-width:400px){
	.header_middle_part .cartporovnat{float:none;width:100%;}
	.header_middle_part .cartporovnat a{float:none;width:100%;text-align:center;display:block;}
	.header_middle_part .bguserheader button{display:block;width:100%;float:none;}
	.header_middle_part .col-lg-8 .clearfix .clearfix .f_right{float:none;width:100%; margin-bottom: 2px;}
	#login{    left: 0;    width: 100%;    z-index: 1;    position: absolute;}
	.bguserheader{z-index:10;}
}

/* responsiv fix 2.2.2018 end */