body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #666;
	background-color: #f7f8fb;
	font-size: 14px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    margin: 0 0 20px;
    font-size: 26px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
	margin-bottom: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #222;
}
a:hover {
	text-decoration: none;
	color: #23a1d1;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.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;
}
.pull-left {
    display: flex;
    margin-top: 7px;
}
.pull-left>li {
    margin: 5px 0;
    display: block;
    font-size: 13px;
    color: #229fff;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
/* top */
#top {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #23a1d1
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
.logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
#search {
	width: 100%;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 4px;
    background: #fff;
    padding: 8px 60px 8px 20px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    border: 2px solid #229fff;
}
#search .btn-lg {
    position: absolute;
    bottom: 6px;
    right: 15px;
    border: none;
    background: none;
    color: #828282;
    font-size: 28px;
    padding: 0;
}
/* cart */
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
}
#cart.open > .btn {
    background: #f7f8fb;;
	color: #666;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    width: 450px;
}
@media (max-width: 478px) {
    .logo img {
    height: 20px;
}
}
#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 */
.dropdown-menu {
    border:none;
}
#menu {
	background-color: #229fff;
	min-height: 40px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
#menu .nav > li > a {
    display: block;
    position: relative;
    padding: 15px;
    font-weight: 500;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #229fff;
}
#menu .nav > li > a:hover {
    color: #fff;
}
#top-links a:focus, #top-links a:active {
    background-color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #229fff;
    color: #fff;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 190px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
}
#menu .dropdown-inner li a:hover {
	background-color: #f7f8fb;
	color: #23a1d1;
}
#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-weight: 500;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #229fff, #229fff);
	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: 13px;
	font-stretch: expanded;
	color: #fff;
	padding: 2px 5px;
	float: right;
	border-radius: 100%;
	border: 1px dashed #fff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #222;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
    .logo img {
        height: 25px;
}
    .logo {
        margin: 0;
    }
	#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;
}
/* 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: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 12px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #dddddde0;
	border-bottom: 1px solid #dddddde0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.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: #222;
    background-color: #ddd;
    background-repeat: repeat-x;
    border: none;
}
.btn-primary {
    color: rgba(255,255,255,.8);
    background-color: #229fff;
    border-radius: 4px;
    border: none;
}
.btn-primary:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #55b5ff;
	background-position: 0 -15px;
	border-color:#229fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    outline: none !important;
    background-color: #55b5ff;
}
.btn-warning {
	color: rgba(255,255,255,.8);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #55b5ff;
	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);
	color: #fff;
}
.btn-danger {
    color: #ffffff;
    background-color: #e64444;
    border: none;
    border-radius: 4px;
}
.btn-danger:hover {
    background-color: #e64444;
    border: none;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    padding: 6px;
}
.btn-link:hover, .btn-link:active {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #229fff;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	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: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #222;
	background: #f7f8fb;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    z-index: 3;
}
.product-thumb:hover {
    box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    z-index: 3;
    position: relative;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.btn-view {
    color: #222;
    background: #f7f8fb;
    padding: 5px;
    border: none;
}
.btn-view i {
    font-size: 17px;
}
.btn-view.active {
    color: #229fff;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-grid .product-thumb h4 {
    height: 60px;
}
.product-price .product-thumb:hover {
    position:initial;
}
.product-price .product-thumb {
    margin: 1px;
    height: 65px;
    flex-direction: column;
    justify-content: center;
}
.product-price .product-thumb:nth-child(1) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product-price .product-thumb .caption {
    padding: 0px 140px 0px 60px;
    min-height: 30px;
    margin: 5px;
}
.product-price .product-thumb h4 {
    padding: 0;
    margin: 0;
}
.product-price .product-thumb .caption > h4 + p {
    height: 15px;
}
.product-price .product-thumb .caption .attribute {
    padding: 5px 0;
}
.product-price .product-thumb .button-group {
    margin: 5px;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
}
.product-price .product-thumb .button-group button {
    width: 70px;
}
.product-price .product-thumb .price, .product-price .product-thumb .price-old {
    text-align: center;
}
.product-price .product-thumb .image {
    width: 55px;
    position: absolute;
    margin: 5px;
}
.product-price .product-thumb .buttons, .product-price .product-thumb .rating {
    display: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 160px;
}
.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: 10px 0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #229fff;
	font-size: 16px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #ffd820;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #f91155;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin: 5px;
    display: grid;
}
.product-thumb .buttons {
    text-align: center;
    position: absolute;
    top: 1px;
    padding-left:10px;
}
.product-thumb .buttons .icon-button:hover {
    color: #222;
}
.product-thumb .buttons .icon-button {
    width: 35px;
    background: rgba(0,0,0,0);
    font-weight: bold;
    color: #229fff;
    border: none;
    line-height: 15px;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 100%;
    height: 32px;
    border: 1px dashed #229fff;
}
.product-thumb .icon-button .fa {
    font-size: 16px;
    
}
.product-thumb .price-new {
    font-weight: 600;
    font-size: 20px;
    color: #f91155;
}
.product-thumb .price-old {
    color: #222;
    text-decoration: line-through;
    font-size: 13px;
    text-decoration-color: #f91155;
    text-align: left;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	display: inline-block;
	float: left;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #229fff;
    color: #fff;
    border-color: #229fff;
    font-size: 13px;
    border-radius: 4px;
    border: none;
}
.product-thumb .button-group button + button {
	width: 20%;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #55b5ff;
    color: #fff;
    border:none;
}
button:active, button:focus {
outline: none !important;
}
@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%;
	}
}
.thumbnail {
    border: 0;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: 0;
	background: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.list-unstyled span {
    display: inline-block;
}
#scc {
    margin: 0 0 10px 0;
    display:flex;
    width: 100%;
}
.callback .telephone, .callback .telephone .fa {
    color: #222;
    font-size: 18px;
}
.callback .email {
    font-size: 12px;
}
.header-block {
    display: flex;
    padding: 0 0 8px;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.header-block-item {
    display: flex;
    align-items: center;
}
.header-cart {
    margin: 0 auto;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
}
.category-list li {
    list-style: none;
}
.category-list ul {
    display:inline-block;
    padding: 0;
}
.category-list2 {
    padding: 0 15px;
    display: block;
    margin: 15px 0;
}
.category-list2 a {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    /* align-items: center; */
    /* font-size: 13px; */
    transition: 0.3s all;
    box-shadow: 0 5px 10px rgba(0,0,0,.08);
    /* text-align: center; */
    margin-bottom: 10px;
}
.category-list2 a:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.12);
}
.list-inline>li {
    padding-left:20px;
    padding-right: 0;
}
.pull-right .fa, .fa-map-marker {
    font-size: 16px;
}
.price-product {
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
.price-product > h2 {
    margin-top: 0;
    font-size: 35px;
    font-weight: 700;
    color: #f91155;
}
.price-special h2 {
    font-size: 30px;
    color: #f91155;
    font-weight: 700;
    margin: 0;
}
.price-special span {
    text-decoration: line-through;
    text-decoration-color: #f91155;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.sale {
    position: absolute;
    left: 10px;
    top: 83px;
    background: #ffd820;
    padding: 10px 6px;
    color: #000;
    font-weight: 600;
    z-index: 2;
    font-size: 13px;
    border-radius: 100%;
    height: 32px;
    width: 35px;
    font-size: 10px;
}
.form-group-compare {
    float:right;
    margin-bottom: 10px;
}
.form-group-flex {
    display: flex;
    margin-bottom: 10px;
}
.kolvo {
    display: inline-flex;
    margin: 0 10px 0 0;
}
.minus {
    color: #fff;
    background-color: #229fff;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #229fff;
}
.plus {
    color: #fff;
    background-color: #229fff;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #229fff;
}
.kolvo-text {
    max-width: 40px;
    outline: 0;
    border-left: 2px solid #229fff;
    border-top: 2px solid #229fff;
    border-bottom: 2px solid #229fff;
    border-right: 0;
    text-align: center;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe!important;
    outline: 0!important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%)!important;
}
.btn-wishlist-compare {
    width: 100%;
    padding-top: 10px;
    display: flex;
}
.button-wc {
    width: 50%;
    border: none;
    color: #fff;
    background-color: #229fff;
    padding: 10px;
    border-radius: 5px;
    margin: 2px;
}
.button-wc:hover {
    background-color: #55b5ff;
}
.cart-btn {
    background: #f7f8fb;
    border: none;
}
.cart-btn > i {
    font-size: 30px;
    color: #229fff;
}
.cart-total {
    right: 18px;
    top: 5px;
    position: absolute;
    margin: 0;
    padding: 0 3px;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: .8em;
    background-color: #222;
    color: #fff;
    font-weight: 400;
    border-radius: 100%;
}
.cart-btn > i {
    font-size: 30px;
    color: #229fff;
}
.input-group-addon {
    background-color: #fff;
}
.btn-default.active, .btn-default:active {
    background-color: #e6e6e6;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    background-color: #fff;
    border: 1px solid #ccc;
}
.btn-group>.btn:last-child:not(:first-child) {
    background-color: #fff;
    border: 1px solid #ccc;
}
.tab-content p {
    background: #fff;
    padding: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom-color: #fff;
}
.tab-content {margin-bottom: 10px;border-radius: 5px;box-shadow: 0 1px 4px rgb(0 0 0 / 20%);border-radius: 5px;}
.tab-content>.active {border-radius: 5px;}
.nav-tabs>li.active>a {box-shadow: 0 -3px 4px rgb(0 0 0 / 10%);}
.nav-tabs>li>a {
    border:none;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.table-bordered>thead>tr>td,.table>thead:first-child>tr:first-child>td,.table-bordered>tbody>tr>td {
    border: 1px solid #f7f8fb;
}
.tab-content>.active {
    background: #fff;
    padding: 10px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: #fff;
}
.odcatwall {
    height: 175px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
.in_cart {
    background: #6acb00;
}
.cart-checkout {
    padding: 5px 10px;
    background: #229fff;
    border-radius: 5px;
}
.cart-checkout a {
    color: #fff;
}
.cart-checkout:hover {
    background-color: #55b5ff;
}
.attribute {
    font-size: 12px;
    color: #999;
}
@media (max-width: 991px) {
    .product-price .product-thumb h4 {font-size:12px;}
    .product-price .product-thumb .caption .attribute {font-size: 10px;}
    .cart-total {right: -3px;}
    .callback .telephone, .callback .telephone .fa {font-size:16px;}
    .callback .email, .callback .email .fa {font-size:14px;}
    .minus, .plus {padding: 0 10px;}
}
@media (max-width: 767px) {
    .product-price .product-thumb .caption > h4 + p {display:none;}
    .cart-total {right: 3px;}
    .nav-tabs {font-size: 12px;}
    #cart .dropdown-menu {width: calc(100vw - 30px);}
    #menu .nav > li > a:hover, #menu .nav > li.open > a {background-color: rgba(0, 0, 0, 0.1);}
    .pull-left {margin-top: 0;}
    .header-block-item {margin: 0 0 10px;padding:0;}
    .header-block-item:nth-child(2) {padding-right:10px;}
}
@media (max-width: 479px) {
    .product-price .product-thumb h4 {font-size:10px;}
    .product-price .product-thumb .caption .attribute {font-size: 8px;}
    #cart {margin-top: 0;}
    .callback .telephone, .callback .telephone .fa {font-size:14px;}
    .callback .email, .callback .email .fa {font-size:12px;}
}