/* default font size */
.fa {
	font-size: 14px;
}

.owl-dot {
	outline: none;
}



/* bootstrap style
----------------------------- */
.modal-content {
    border-radius: 3px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 13px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    position: absolute;
    top: 0px;
    right: 0;
    width: 52px;
    height: 49px;
    font-size: 34px;
    font-weight: 500;
    background: #d6d6d6;
    border-left: 1px solid #ccc;
    outline: none;
    margin-top: 0px;
}
.modal-header .close:hover, .modal-header .close:focus {
    margin-top: 0px;
    color: #f00;
    opacity: .8;
}

.modal-title {
	margin: 0;
    line-height: 1.45;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

.modal-body .buttons {
	margin-bottom: 5px;
}

.close_popup {
    background-color: #e6e6e6;
    color: #424242;
    padding: 7px 15px;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    transition: .2s;
    font-weight: 400;
}
.close_popup:hover {
}

.perehod_popup {
    background-color: #e6e6e6;
    padding: 11px 15px;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    transition: .2s;
    background-color: #3e77aa;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
}
.perehod_popup:hover {
	text-decoration: none;
	background-color: #3e96e4;
	color: #fff;
}

#menu .navbar-collapse {
	padding: 0;
}



legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}


div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

header {
	margin-top: 10px;
}

/* logo */
.logo {
	margin: 0 0 10px 0;
	display: flex;
    align-items: center;
}
.logo a {
	display: flex;
	align-items: center;
}
.logo img.ico-img {
	height: 46px;
}

.logo img.text-img {
	height: 40px;
	margin-left: 15px;
    position: relative;
    top: 3px;
}

/* logo mob */
@media (max-width: 478px) {
	#logo_mobile_top {
		display: flex;
	    align-items: center;
	}
	#logo_mobile_top a {
		display: flex;
		align-items: center;
	}
	#logo_mobile_top img {
		padding: 0 !important;
		margin: 0;
	}
	#logo_mobile_top img.ico-img {
		height: 26px;
	}

	#logo_mobile_top img.text-img {
		height: 24px;
		margin-left: 5px;
	    position: relative;
	    top: 3px;
	}
}



/* search */
#search {

}
#search .input-lg {
	height: 36px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 4px 0 0 4px; 
	border:0;
	background: #6d7882;
	color: #fff;
	font-size: 15px;
	transition:0.2s;
}
#search .input-lg::placeholder{
	color: #ccc;
}
#search .btn-lg {
	line-height: 16px;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0 4px 4px 0;
	border:0;
	background: #6d7882;
	color: #fff;
	outline: none;
	padding: 6px 15px;
}

#search .btn-lg .open_search {
	width: 24px;
	height: 24px;
}

#search .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    background: #fff;
    color: #000;
}

/* cart
-------------------------------  */
#cart {
	margin-bottom: 0px;
	position: relative;
	width: auto;
}
#cart > .btn {
    font-size: 14px;
    color: #d4d4d4;
    border: 0;
    height: 50px;
    padding: 0 16px;
    border-radius: 0;
    margin-bottom: 0;
    background: #313f4c;
    float: right;
    box-shadow: none;
}

#cart #cart-total {
    background: #1ec73b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    line-height: 15px;
    position: absolute;
    color: #fff;
    top: 6px;
    right: 6px;
    padding: 2px 0;
    border: 2px solid #313f4c;
    font-size: 12px;

}
#cart i {
	font-size: 28px;
	position: relative;

}

#cart.open > .btn {
	background-color: #5e7992;
    color: #e8e8e8;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #1c1c1c;
	min-height: 40px;
	border-radius: 0;
	border:0;
}
#menu .nav > li > a {
	color: #f3f3f3;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 15px 10px 15px 10px;
	min-height: 15px;
	background-color: transparent;
	font-size: 16px;
	margin-right: 8px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgb(40, 54, 66);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
	margin-top: 10px;
}
@media (max-width: 768px) {
	#content {
	    min-height: 600px;
	    margin-top: 0px;
	}
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #b5b5b5;
    line-height: 24px;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer h5 {
	font-size: 15px;
	font-weight: 500;
	color: #f1f1f1;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 15px 0 0px;
	background: 0;
	overflow: auto;
	border:0;
}

.category_temp .breadcrumb {
	margin: 0 0 10px 0 !important;
	padding: 15px 0px 0px 0px !important;
	background: 0;
	overflow: auto;
	border:0;
}

@media (min-width: 768px) {
	.breadcrumb {
		padding: 0px 0 8px;
	}
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb a {
	font-size: 15px;
}

.breadcrumb_fishish {
	color: #999;
}
@media (max-width: 768px) {
	.breadcrumb_fishish {
		display: none !important;
	}
}

.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

#product_page .breadcrumb {
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	#product_page .breadcrumb_fishish {
		display: none;
	}
	.breadcrumb {
		white-space: nowrap;
    	overflow-x: scroll;
	}

	.breadcrumb::-webkit-scrollbar { width: 0; }
	.breadcrumb { -ms-overflow-style: none; }
	.breadcrumb { overflow: -moz-scrollbars-none;}
}
.pagination {
	margin: 0;
}

/* PopUp Cart
-------------------------------- */

#bs-cart {
	overflow: hidden;
    font-size: 14px !important;
    border-radius: 3px !important;
    box-shadow: 0 0 15px #555 !important;
    padding: 15px;
    overflow-y: scroll; 
}

@media (max-width: 768px) {
#bs-cart {
    width: 100%;
    padding: 5px;
}
}

#bs-cart .modal-content {
	text-align: left;
}

#bs-cart .modal-header {
    font-size: 16px;
    font-weight: 400;
    background: #eee;
    background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
    color: #4c4c4c;
    padding: 13px 15px 15px;
    border-bottom: solid 1px #e8e8e8;
    text-shadow: 1px 1px 0 #f8f8f8;
    border-radius: 4px 4px 0 0;
}

#bs-cart .modal-header .close_popup {
	opacity: 1.0;
    float: right;
    cursor: pointer;
    padding: 15px 18px 16px;
    margin: -13px -15px 0 0;
    color: #9c9c9c;
    background: #e8e8e8;
    font-size: 18px;
    transition: 0.4s;
    height: 50px;
    border-radius: 0 4px 0 0;
}
#bs-cart .modal-header .close_popup:hover {
    color: #f00;
}

#bs-cart .row_cart_model {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
}

#bs-cart .imagecol {
    padding-right: 0;
    padding-left: 0;
}

.nametwocol {
    padding-left: 8px;
    padding-right: 0;
}

.price_qty_row {
	display: flex;
	align-items: center;
	margin-top: 10px;
	width: 100%;
}

.price_qty_row .full_total {
	font-size: 13px;
	color: #888;
	text-decoration: line-through;
}
.price_qty_row .special_total {
	font-size: 17px;
	font-weight: 600;
	color: #f84147;
}
.price_qty_row .total {
	font-size: 17px;
	font-weight: 600;
	color: #333;
}


.price_qty_row .remove_cart_p {
	margin-left: auto;
}
.price_qty_row .remove_cart_p a {
    padding: 1px 0px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
}



.remove_cart_p a .trash_cart {
	fill: #c1c1c1;
    width: 20px;
    height: 20px;
    transition: 0.4s;
}
.remove_cart_p a .trash_cart:hover {
	fill: red;
}
#bs-cart .quantity,
.simpleproducts  .quantity {
    min-width: 82px;
    padding: 0px;
    margin-right: 20px;
}

#bs-cart .quantity span {
    display: inline-block;
    border: solid 1px #ccc;
}

#bs-cart .quantity span .fa {
    display: block;
    color: #888;
    padding: 8px 8px 0;
    background: #eee;
    font-size: 10px;
    cursor: pointer;
    height: 28px;
}

#bs-cart .quantity_minus {
    margin-right: -5px;
    border-radius: 2px 0 0 2px;
}


#bs-cart .quantity_minus i {
	border-right: 1px solid #ccc;
}

#bs-cart .quantity .quantity_plus {
    margin-left: -4px;
    border-radius: 0 2px 2px 0;
}

#bs-cart .quantity input[type='text'] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px !important;
    height: 30px !important;
    padding: 1px 0px 0px !important;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-shadow: inset 0px 1px 1px #ddd;
    background: #fff !important;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
    border-radius: 0 !important;
}

#bs-cart .totalcols {
    padding-top: 15px;
    height: 94px;
    text-align: right;
    font-size: 16px;
}

#bs-cart .close_cart_btn {
	/*text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);*/
	font-size: 16px;
	border: 0;
    color: #4a4a4a;
    background-color: #e8e8e8;
    padding: 8px 16px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 10px;
    width: 100%;
}

#bs-cart .order_checkout {
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	color: #fff;
	font-size: 16px;
	border: 0;
    background-color: #000;
    padding: 8px 18px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

#bs-cart .close_cart_btn:hover {
    background-color: #dcdcdc;
}
#bs-cart .order_checkout:hover {
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #00bc52;
}

#bs-cart .close_cart {
	float: right;
	width: 20px;
	height: 20px;
	color: #9c9c9c;
	transition: 0.4s;
	cursor: pointer;
}



#boxsimplecart .image img {
    border: 0 !important;
    padding: 0;
    max-width: 85px;
    width: 100%;
}






/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #22649c;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #383838;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 600;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 80px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 5px;
}

/* module product
--------------------------------- */
/* product list */
#modules .product-thumb-module {
	overflow: auto;
	border-radius: 0;
	position: relative;
	box-shadow: 0 0 0 1px #ededed;
	transition:0.2s;
	overflow: inherit;

}
#modules .product-thumb-module:hover {
	box-shadow: 0 0 3px 2px #ccc;
	transition:0.2s;
}
#modules .product-thumb-module .caption {
	padding: 0 10px 10px 10px;
}
#modules.row {
	margin-left: 0;
	margin-right: 0;
}
#modules .module_grid {
	padding-left: 0;
	padding-right: 0;
}

.rating .fa-stack {
	font-size: 4px;
}

.rating .far.fa-star {
	color: #bbbbbb;
	font-size: 12px;
}
.rating .fas.fa-star {
	color: #ffa900;
	font-size: 12px;
}
.rating .fas.fa-star + .far.fa-star {
	color: #E69500;
}




h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-weight: 600;
	font-size: 17px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
/*@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}*/
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* megamenu
---------------------------- */
#pagefader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: rgba(0,0,0,.3);
    outline: none!important;
    -webkit-backface-visibility: hidden;
}
.razmiv .scroll-top-wrapper,
.razmiv2 .scroll-top-wrapper,
.razmiv .popup-phone-wrapper,
.razmiv2 .popup-phone-wrapper {
	display: none !important;
}


.razmiv #revslideshow,
.razmiv #top6,
.razmiv #content,
.razmiv .rev_slider,
.razmiv .hcarousel,
.razmiv #vk_groups,
.razmiv .breadcrumb,
.razmiv .razmivcont,
.razmiv #top3_links .top-links,
.razmiv .home_h1,
.razmiv #column-left,
.razmiv #column-right,
.razmiv #top7,
.razmiv footer {
	-webkit-filter: none;
	filter: none;
	transition: none;
}
.razmiv2 #top,
.razmiv2 #revslideshow,
.razmiv2 #menu2_button,
.razmiv2 #top6,
.razmiv2 #content,
.razmiv2 .rev_slider,
.razmiv2 .hcarousel,
.razmiv2 #vk_groups,
.razmiv2 .breadcrumb,
.razmiv2 #top3_links .top-links,
.razmiv2 .home_h1,
.razmiv2 #column-left,
.razmiv2 #column-right,
.razmiv2 #top7,
.razmiv2 #top2,
.razmiv2 #top3,
.razmiv2 footer {
	-webkit-filter: none;
	filter: none;
	transition: none;
}


/* Scroll vertical
-=----------------------------------- */

.scroll-pane {
    height: 470px;
    overflow: auto;
}

.thumbnails.scroll-pane .jspVerticalBar{
	opacity: 0.4;
	transition:0.3s;
}
.thumbnails.scroll-pane:hover .jspVerticalBar {
	opacity: 1;
}

.jspContainer{
overflow: hidden;
position: relative;
}

.jspPane{
position: absolute;
}

.jspVerticalBar{
position: absolute;
top: 0;
right: 0;
width: 7px;
height: 100%;
background: #fff;
}

.jspHorizontalBar{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 16px;
background: red;
}

.jspCap{
display: none;
}

.jspHorizontalBar .jspCap{
float: left;
}

.jspTrack{
background: #eaeaea;
position: relative;
border-radius: 10px;
}

.jspDrag{
background: #cecece;
border-radius: 10px;
position: relative;
top: 0;
left: 0;
cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{
float: left;
height: 100%;
}

.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow{
	height: 16px;
}

.jspHorizontalBar .jspArrow{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus{
	outline: none;
}

.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}


