.flex{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:-ms-flex;display:-o-flex;display:flex}
.flex-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.flex-vertical-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.flex-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.flex > .auto,.flex-auto > *{flex:1 1 auto}
.flex5 > div{flex:1 1 20%;margin:0 10px 10px}
.flex4 > div{flex:1 1 25%;margin:0 10px 20px}
.flex3 > div{flex:1 1 33%;margin:0 10px 20px}
.flex2 > div,.flex2 > ul{flex:1 1 50%;margin:0 10px 20px}
.flex1-2 > div:first-child{flex:1 1 33%;margin:0 10px 20px}
.flex1-2 > div:last-child{flex:1 1 67%;margin:0 10px 20px}
.transition{-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
.clear:after{content:'';display:block;clear:both}

.stars-rating{margin-top:5px;margin-left:2px}
.stars-rating label{display:block}
.stars-rating .wrap{display:inline-block;font:normal normal normal 14px/1 FontAwesome}
.stars-rating .wrap span{font-size:18px;line-height:20px;cursor:pointer}
.stars-rating .wrap span:before{content:"\f006";color:#eee}
.stars-rating .wrap:not([data-rate="0"]) span:before{content:"\f005"}
.stars-rating .wrap:hover span:before{content:"\f005";color:#ff8b00}
.stars-rating .wrap:hover span:hover ~ span:before{color:#eee}
.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before{color:#ff8b00}

.owl-wrapper-outer{
	box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
}
.input-group .form-control{
	z-index: 0;
}
:focus{
	outline: none;
}
input[type="checkbox"], input[type="radio"] {
    margin: 3px 0 0;
}
input[type="checkbox"]{
	transform: scale(1.1);
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
}
.owl-carousel{
	margin-bottom: 0 !important;
}
/* .select-input::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}
select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.form-control {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.select-input {
    position: relative;
} */
body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #272727;
	letter-spacing: 0.7px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
}
.dropdown-menu {
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
 .form-control {
    border: 1px solid #ebebeb;
    box-shadow: none;
} 
 .form-control:focus {
    border-color: #003951;
    box-shadow: none;
} 

.product-grid.col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{
    outline: none;
}
a{
	transition: all 0.4s ease-in-out 0s;
}
a:hover,a:focus{
	text-decoration: none;
}
.btn.active, .btn:active{
	box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #002d49;
}
a:hover {
	text-decoration: none;
	color: #003951;
}
legend {
	font-size: 18px;
	color: #003951;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 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;
}

.nav-tabs {
	margin-bottom: 15px;
}
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: #003951;
}
/* top */
#top {
	padding: 10px 0;
	background: #f6f6f6;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top .btn-link, #top-links li, #top-links a {
    color: #002d49;
    text-decoration: none;
    padding: 0;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    border: none;
    font-weight: 300;
}
#form-currency,#form-language,.hcom{
	margin-left: 10px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
#top .dropdown-menu {
    min-width: 118px;
}
#top-links{
	margin-top: 4px;
}
#form-currency .dropdown-menu{
	min-width: 140px;
}
#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;    
    padding: 5px;
}
#top .inspire-account ul li{
	text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#form-language .open>.dropdown-menu {
	min-width: inherit;
}
#form-language .dropdown-menu .btn-link::before{
	margin: 0 5px !important;
}
#form-currency .dropdown-menu .btn-link::before{
	margin: 0 5px !important;
}
#top .inspire-account ul li a::before{
	margin: 0 5px !important;
}
.header-top .social-links{
	margin: 0;
    margin-top: 0px;
display: inline-block;
margin-top: 2px;
}
.top-info{
display: inline-block;	
}
.top-info li{
	color: #002d49;
	font-size: 13px;
	letter-spacing: 1px;
	;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	background-color: #ff8c00;
	border-color: #ff8c00;
	color: #002d49;
	box-shadow: none;
	transition: all 0.4s ease-in-out 0s;
}
#search .btn-lg:hover {
	background-color: #002d49;
	border-color: #002d49;
	color: #fff;
}
/* cart */
#cart .dropdown-menu li{
	display: block;
}
.inspire-account .dropdown-menu i{
	color: #002d49;
	font-size: 12px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 300px;
    text-align: center;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 300px;
	}
}
#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: #fff;
	margin-bottom: 0;
	/* border: 1px solid #eee; */
}

#menu .nav > li > a,.view_more {
	color: #08314a;
    padding: 7px 25px;
    font-weight: bold;
    background-color: transparent;
    font-size: 14px;
    line-height: 16px;
}
#menu .nav > li:hover > a{
	background: #ff8b00;
	color: #fff;
}
.view_more {
	border-bottom: none;
	cursor: pointer;
}
#menu .nav > li:last-child a {
	border-bottom: 0;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
	/* min-width: 223px; */
}
#menu .dropdown-inner a {
	direction: ltr;
	min-width: 230px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #272727;	
	
	font-size: 14px;
	letter-spacing:1px;
}
#menu .dropdown-inner li a:hover {
	color: #003951;
}
#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);
}
@media(min-width: 768px){
	#menu .navbar-collapse{
		padding: 15px 0;
		border: 1px solid #ff8c00;
		border-radius: 10px;
	}
}
#menu .btn-navbar i{
	color: #fff;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.cboyyomm{
		padding: 0;
	}
	.pro-nepr .product-layout,.col-xs-12.pl-5.pr-5,.product-block{
		padding: 0 5px;
	}
	.marginrow,.category_module{
		margin:0 -5px;
	}
	#menu {
		position: absolute;
		top: 0px;
		background-color: transparent;
		box-shadow: none;
		left: 0;
		margin: 0;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #000;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
		display: none;
	}
}
/* content */
#content {
	min-height: 600px;
	margin-top: 0px;
}
/* footer */
footer{
	margin-top: 80px;
}

footer {
	background-color: #126367;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer .middle-footer a {
	color: #fff;
	opacity: 0.4;
    line-height: 30px;
    position: relative;
}
footer a:hover,footer a:focus{
	opacity: 1;
}
#aboutf p{
	color: #ccc;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: justify;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:99;
	text-align: center;
	opacity: 1;

	-webkit-transition:all 1000ms ease-out;
	-moz-transition:all 1000ms ease-out;
	-o-transition:all 1000ms ease-out;
	transition:all 1000ms ease-out
}
.alert.outside {
	top: -100px;
	opacity: 0;
}
.alert-dismissable .close, .alert-dismissible .close{
	right: 0;
}
/* breadcrumb */
.breadcrumb {
    padding: 15px 10px;
    background-color: #fff;
	margin-bottom: 0;
    z-index: 2;
    position: relative;
}
.breadcrumb > li:first-child {
    padding-left: 0;
	width: 40px;
}
.breadcrumb > li:first-child a {
	top: -20px;
    left: 0;
    height: 18px;
    line-height: 18px;
    position: absolute;
}
.breadcrumb > li:first-child:after {
	top: -15px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb a {
    color: #002d49;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.45s ease 0s;
}
.breadcrumb a:hover{
	color:#ff8c00;
}
.breadcrumb > li {
	margin-bottom: 6px;
	padding: 0 10px;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
}
.breadcrumb > li:last-child::after {
    display: none;
}

.pagination {
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid transparent;
	border-radius: 17px;
	font-weight: 500;
}
.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: #fff;
	background-color: #003951;
}
.btn-default:hover,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus,
.btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #002d49;
    border-color: #002d49;
}
.btn-primary {
	transition: all 300ms ease-in-out;
    border: 1px solid #ff8b00;
    background-color: #ff8b00;
    border-radius: 17px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 17px;
    text-transform: uppercase;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover ,.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-primary.focus, .btn-primary:focus,.btn-primary.focus, .btn-primary:focus,.btn-primary.disabled, .btn-primary.disabled.active,
.btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled],
.btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #002d49;
	border-color: #002d49;
	color: #fff;
}
.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;
	background-color: #002d49;
}
.btn-danger:hover,.btn-danger:active:focus, .btn-danger:active:hover{
	background-color: #003951;
	border-color: #003951;
}
.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: none;
	background-color: #003951;
	border-color: #003951;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled],.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	background-color: #002d49;
	border-color: #002d49;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #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: #000;
	font-weight: 600;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ff8c00;
	background: #fff;
	border: 1px solid #DDDDDD;
}
/* 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 .caption{
    padding: 5px 0;
    margin: 0 18px;
    border-top: 1px solid #e9e9e9;
}
.product-thumb .caption h4 {
	margin-top: 5px;
    height: 30px;
    overflow: hidden;
}
.product-thumb {
	margin-bottom: 1px;
	overflow: auto;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
.product-thumb .image {
	text-align: center;
	padding: 0;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	border-radius: 4px;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
/*.product-list .product-thumb .caption {
	margin-left: 230px;
}*/
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin: 12px 0 0;
    padding: 0 0px;
    border-top: none;
}
.product-thumb h4{
	font-size: 14px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 0px;
    text-align: left;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o {
	color: #ff8c00;
	font-size: 11px;
}
.rating .fa-star {
	color: #ff8c00;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #ff8c00;
}
h2.price {
	margin: 0;
}
.product-thumb .price:not(.sp) {
    color: #ff8a00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: left;
}
.product-thumb .price.sp {
    margin-bottom: 5px;
}
.product-thumb .price-new {
    color: #ff8a00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    /*display: block;*/
	display: flex;
	justify-content: space-between;
}
.product-thumb .price-new > span {
	color: #002d49;
	font-weight: 400;
}
.product-thumb .price-old {
	color: #08314a;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    display: inline-block;
    position: relative;
}
.product-thumb .price-old:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ff0f0f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-10deg);
    margin-top: 1px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.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;
}
#additional a img{
	/*border: 1px solid #eee;*/
	/*padding-left: 10px;
	padding-right: 10px;*/
}
#inspzoom{
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}
/* 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],.btn-info.focus, .btn-info:focus{
    background-image: none;
    background-color: #002d49;
    border-color: #002d49;
}

/* custom */
@media(min-width: 768px){
 #top-links .open .dropdown-menu, #cart.open .dropdown-menu,.inspire-account.open .dropdown-menu{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 10px !important;
}
#top-links .dropdown-menu,#cart .dropdown-menu,.inspire-account .dropdown-menu{
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.35s ease-out 0s;
    margin-top: 50px;
    right: 0;
    left: auto;
    margin: 10px 0 0;
    border: 1px solid #eee;
    box-shadow: 2px 2px 11px rgba(0,0,0,0.1);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	visibility: hidden;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.35s ease-out 0s;
	margin-top: 50px;
}
}
.inspire-account .dropdown-menu a{
	line-height: 25px;
	padding: 3px 10px; 
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: transparent;
}
.inspire-account .dropdown-menu i{
	margin: 0 5px;
}
.home-foot .col-md-offset-3 {
	padding: 0;
}

@media (min-width:1200px) and (max-width: 1529px){
    .container {
       width: 1170px;
    }
	.tiser-delivery, .tiser-delivery, .tiser-pay, .tiser-warranty {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:1530px) {
    .container {
       width: 1500px;
    }
}
@media (min-width:1530px) {
    #column-left,.menuspace,#c {
        width: 20%;
    }
    #column-right{
    	width: 20%;
    }
	.home-foot .col-md-offset-3,
    #content,#menu1{
        width: 80%;
    }
	.home-foot .col-md-offset-3 {
		margin-left: 20%;
	}
}
    /* @keyframes color-change {
        0% { color: #fff; }
        50% { color: #f2f2f2; }
        100% { color: #000; }
    } */
#top ul{
	margin-bottom: 0;
}
#top-links ul{
	margin-bottom: 0;
    margin-top: -4px;
}
#top-links.nav .open > a, #top-links.nav .open > a:focus, #top-links.nav .open > a:hover{
	background-color: transparent;
	border:none;
}
#top-links ul li:first-child a::before{
	border-left: 0;
}
#top-links .dropdown-menu button,#top-links .dropdown-menu a{
	color: #222222;
	font-size: 14px;
}
#top-links .dropdown-menu i{
	margin:0 5px;
}
#top-links .dropdown-menu button:hover,#top-links .dropdown-menu a:hover{
	color: #003951;
	background-color: transparent;
}
#search{
	margin-top: 5px;
}
#logo{
	margin-top: 0px;
}
.cart-icon,.user-icon {
    display: inline-block;
    background-color: rgba(250, 250, 250, 0.1);
    width: 44px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    fill: #00334c;
    vertical-align: middle;
}
#cart > button{
	position: relative;
	background-color: #eaeff0;
    border: none;
    color: #00334c;
    padding: 5px 20px 5px 65px;
    border-radius: 50px;
}
#cart > button:before {
	content: url("/image/catalog/theme/top/cart-icon.png");
	position: absolute;
	left: 15px;
    top: 11px;
}
#cart > button:after {
	content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    left: 52px;
    top: 7px;
}
#cart .dropdown-menu .btn-danger {
	background: transparent !important;
    border: none !important;
}
#cart .dropdown-menu tbody > tr:first-child td {
	border-top: none !important;
}
.maycart {
	font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #00334c;
    display: block;
    margin-bottom: 0;
	white-space: nowrap;
}
.ct{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.cart-ttiem {
    display: inline-block;
}
#cart-total {
    color: #ff8c00;
    font-size: 12px;
}
.inspire-account {
    margin: 0 0 0 10px;
}
header {
    background-color: #fff;
    padding: 17px 0;
    border-top: 15px solid #126367;
}
.mcart li,.mcart #cart{
	display: inline-block;
}
#search-by-category{
    position: relative;
    top: 2px;
}
.mcart li i{
	font-size: 26px;
	color: #fff;
}
#cart .dropdown-menu .fa-times{
	color: #002d49;
}
#cart .dropdown-menu i{
	font-size: 14px;
}
.mcart {
    margin-top: 1px;
}
#checkout-cart .panel-default>.panel-heading{
	background-color: #fff;
	border-color: transparent;
}
/* Search-category */
.sblock{
	display: block;
}
.ajax-result-msg {
    padding: 10px 15px;
}
.ajax-load-img{
	max-width: 80px;
}
#search-by-category .list-des{
	font-size: 12px;
	color: #777;
}
#search-by-category .search-container .categories-container{
    float:left;
	width: 160px;
    position:relative;
    background-color: #fff;
    border-right: 1px solid #eee;
    display: none;
}
#search-by-category .search-container .categories-container .hover-cate p {
	position: relative;
    margin-bottom: 0;
    border: none;
    height: 30px;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 2px 0 0 2px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content: "\f107";
    font-family: 'fontawesome';
    position:absolute;
	right:20px;
	top: 5px;
	font-size: 18px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999;
	position: absolute;
	display: none;
	background: none repeat scroll 0% 0% #FFF;
	max-height: 300px;
	overflow: auto;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #eee;
	line-height: 25px;
	
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 99;
	background: none repeat scroll 0% 0% #fff;
	left: 15px;
	top: 100%;
	right: 15px;
	min-width: 300px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    padding: 0;
    overflow: auto;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	background: #ff8c00;
    color: #fff;
    border: 1px solid #ff8c00;
    height: 45px;
    box-shadow: none;
    font-size: 14px;
    padding: 0px 20px 0 20px;
    transition: 0.3s ease;
    letter-spacing: 0.8px;
    border-radius: 0 50px 50px 0;
}
#btn-search-category:hover{
	background: #002d49 !important;
	border: 1px solid #002d49 !important;
}
#btn-search-category:hover {
	background: #002d49;
	color: #fff;
	border: 1px solid #002d49;
}
#btn-search-category img {
	position: relative;
    margin-right: 10px;
    top: -2px;
}
#text-search { 
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #ff8c00;
}
.ajax-loader-container {
	display: none;
}
.ajax-result-item {
	list-style: none;
}
.ajax-loader-container {
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.product-info .price-old {
	text-decoration: line-through;
}
.ajax-result-list .product-name{
	overflow: hidden;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	font-size: 14px;
	
	margin: 0 0 10px 0;
}
.ajax-result-list .old-price{
	font-size: 16px;
}
.ajax-result-list .product-info{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.item-cate{
	list-style: none;
}
.item-cate.f1{
	margin-left: 10px;
}
 /* Search-category over */
/* static menu */
.stmenu{
    background-color: #126367;
    padding: 23px 0;
}
.stmenu ul{
	margin-bottom: 0;
}
.cateti h3 {
	margin: 0;
    background-color: #ff8c00;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    position: relative;
    font-weight: bold;
    padding: 16px 10px 16px 25px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: -108px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}
#common-home .cateti h3 {
	margin-top: -58px;
    margin-bottom: 34px;
}

.menuspace > div {
	position: absolute;
    top: 0;
	width: 270px;
	max-width: 100%;
}
.menuspace .cateti h3 {
	margin-top: -14px;
	margin-bottom: 9px;
}
.menuspace .cate-menu {
	display: none;
	z-index: 3;
    position: relative;
}
.menuspace > div:hover .cate-menu {
/*.menuspace .cate-menu.active {*/
	display: block;
}

#column-left > div {
	position: relative;
}
#column-left > div > .cateti {
	padding-bottom: 15px;
	z-index: 5;
    position: relative;
    display: block;
}
#column-left > div > .cateti h3 {
	margin-bottom: 0;
}
#column-left > div > .cate-menu {
	display: none;
	z-index: 3;
	position: absolute;
	top: 0;
    padding-top: 60px;
}
#common-home #column-left > div > .cate-menu,
#column-left > div:hover > .cate-menu {
	display: block;
}
#common-home #column-left > div > .cate-menu {
	padding-top: 82px;
}

#product-category .cate-top h1,
#information-information h1,
#information-contact h1,
#checkout-cart h1,
#product-compare h1 {
	margin-top: 0;
}
.cateti h3 i {
	position: absolute;
    right: 10px;
    top: 15px;
}
.cateti i{
	margin: 0 12px;
	font-size: 17px;
}
.stmenu #menu1 a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px 20px;
    display: inline-block;
	position: relative;
}
.stmenu #menu1 a:hover{
	color: #ff8c00;
}
.stmenu #menu1 a:after {
	content: '';
	display: block;
	background: transparent;
	position: absolute;
	left: 0;
	bottom: -24px;
    width: 100%;
    height: 3px;
	transition: all 0.4s ease-in-out 0s;
}
.stmenu #menu1 a:hover:after {
	background: #ff8c00;
}
.userpart a,.userpart span{
	font-size: 12px;
	color: #fff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu{
		display: block;
	}
	#menu .dropdown:hover .dropdown-menu{
		display: block;
		padding: 12px 0;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		box-shadow: none;
    	border: 1px solid #ff8c00;
    	margin-left: 0 !important;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#menu .dropdown-menu{
		background: #FFF;
		visibility: hidden;
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		left: 100%;
		margin: 0 15px !important;
		border: none;
		}
	#menu .nav > li > a::before{
	    background-color: transparent;
	    content: "";
	    height: 3px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    transition: all 0.4s ease-out 0s;
	    width: 3px;
	}
	#menu .dropdown-menu{
	    padding: 12px 0;
	    min-width: 100%;
	    top: 0;
	}
	.enangle {
    	float: right;
    	transition: all 0.3s ease 0s;
	}
	#menu li a:hover .enangle{
    	transform: rotate(-90deg);
	}

}
#menu img,.view_more i{
    margin-right: 10px;
    vertical-align: middle;
    max-width: 16px;
}
.submenu-title{
	font-weight:600;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	margin: 0 0 4px;
	padding: 4px 0;
}
/* call */
.call-c{
    color: #f2f2f2;
    
    letter-spacing: 1px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}
.call-n{
    color: #ff8c00;
    
    letter-spacing: 1.5px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
}
.head-call svg{
	fill: #fff
}
.head-call{
    position: relative;
}
@media(min-width: 1200px){
	.head-call::before {
	    border-left: 1px solid rgba(250, 250, 250, 0.1);
	    position: absolute;
	    content: '';
	    height: 50px;
	    top: -13px;
	    left: -70px;
	}
}
/* slider */
#slideshow0.owl-theme .owl-controls .owl-page.active span, #slideshow0.owl-theme .owl-controls .owl-page:hover span {
    opacity: 1;
    background: #EF244D;
}
#slideshow0.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: #fff;
    box-shadow: none;
    margin: 0;
}
#slideshow0 .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
}
#slideshow0 img{
	border-radius: 10px;
}
#slideshow0.owl-theme .owl-buttons div i{
    font-size: 18px !important;
    line-height: 74px;
}
#slideshow0.owl-theme .owl-buttons div{
	color: #fff;
	font-size: 20px;
	margin: 5px;
	padding: 7px 0;
	background: #1a1a1a;
	display: inline-block;
	cursor: pointer;
	border-radius: 25px !important;
	/* border: 2px solid #1a1a1a; */
	transition: all 0.3s ease 0s;
	opacity: 0 !important;;
	width: 40px;
	height: 40px;
	text-align: center;
}
#slideshow0 .owl-controls{
	margin-top: 0;
}
#slideshow0.owl-theme:hover .owl-buttons div{
	opacity: 1 !important;
}
#slideshow0.owl-theme .owl-buttons div:hover{
	color: #e53935;
	background: transparent;
/* 	border: 2px solid #e53935; */
}
#slideshow0.owl-theme:hover .owl-buttons .owl-next{
	right: 20px;
}
#slideshow0.owl-theme:hover .owl-buttons .owl-prev{
	left: 20px;
}
#slideshow0.owl-theme .owl-buttons .owl-next{
	right: 0px;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: 45%;
}
#slideshow0.owl-theme .owl-buttons .owl-prev{
	left: 0px;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: 45%;
}
 /* service */
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}
.deliveryinfo ul:hover li svg{
    fill: #fff;
    transition: 0.3s ease;
}
.deliveryinfo ul li span{
    min-width: 60px;
    min-height: 60px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    transition: 0.3s ease;
    padding: 12px 0
}
.deliveryinfo ul:hover li span{
    background: #003951;
    transition: 0.3s ease;
}
.deliveryinfo ul li h4{
    font-size: 16px;
    font-weight: 500;
    
    margin-bottom: 4px;
}
.deliveryinfo ul li p{
    color: #6d6d6d;
    font-size: 13px;
    
    margin-bottom: 0
}
.deliveryinfo ul li:first-child{
    margin-right: 10px;
}
.deliveryinfo {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 10px 0;
    margin-top: 50px;
    text-align: center;
}
/* service over */
/* top banner */
.top2b .banner-effect:first-child{
	margin-bottom: 30px;
}
/* tab product */
.category-tab .nav>li>a{
	padding: 0 10px;
}
.nav-tabs>li{
	float: none;
	display: inline-block;
}
/* product */
#specialpr .product-layout{
	margin-bottom: 10px;
}
#specialpr .product-layout:last-child{
	margin-bottom: 0px;
}
/*.pro-bg .product-layout.col-xs-12{
	padding: 0 5px;
}*/
.leftpro h4{
	margin-top: 0;
}
.leftpro .product-layout{
	margin-bottom: 15px;
}
.leftpro .product-layout:last-child{
	margin-bottom: 0px;
}
.owl-carousel .owl-buttons div i {
    font-size: 18px !important;
    position: relative;
	top: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 2px 10px !important;
    border-radius: 17px !important;
    background: #ff8b00 !important;
    opacity: 1 !important;
    width: 33px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ff8b00;
    color: #fff !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #003951 !important;
    border: 1px solid #003951;
    color: #fff !important;
}
.nav-tabs > li > a{
	color: #3d3d3d;
	font-size: 15px;
    padding: 0 10px;
	transition: 0.3s;
}
.nav-tabs > li.active > a,.nav-tabs > li > a:hover,.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #ff8c00;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,.nav-tabs > li > a,.nav-tabs{
	border:none;
}
.tabproo .nav-tabs > li.active a::before,.nav-tabs > li:hover a::before{
    width: 40px;
}
.tabproo .nav-tabs > li a::before{
    border-bottom: 2px solid #ff8c00;
    position: absolute;
    bottom: -12px;
    content: '';
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.4s ease-out 0s;
}
.tabproo .nav > li > a:focus, .tabproo .nav > li > a:hover{
	background-color: transparent;
}
.product-thumb:hover .second-img{
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
/*.tab-content{
	float: left;
	width: 100%;
}*/
.pro-bg hr{
	clear: both;
	border-top: 1px solid #eaeaea;
}
.pro-bg h2 {
	left: 0;
    z-index: 2;
    margin: 0;
    color: #08314a;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    padding: 0 15px 0 0;
    display: inline-block;
    position: relative;
}
.account-page h1{
	margin-bottom: 30px;
}
.tabproo{
	margin-top: 50px;
}
.tabproo .multi-row .product-layout:first-child{
	margin-bottom: 20px;
} 
.home-heading:after {
	border-bottom: 1px solid #bfc6c9;
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.secondbanner,.fbanner{
	margin-top: 30px;
}
.home-heading{
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}
.salepro {
    position: absolute;
    top: 17px;
    left: 0;
    right: auto;
    background-color: #ff0000;
    font-size: 14px;
    padding: 1px 10px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
}
.salepro.ends {
	background-color: #002d49;
}
.pro-bg .nav-tabs{
	padding-right: 90px;
    border-bottom: 1px solid #eee;
}
.category-tab h2{
	margin:0;
}
/*.marginrow{
	margin:0 -5px;
}*/
.pro-nepr .owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
	top: -57px;
	right: 10px;
	z-index: 2;
}
.leftpro .pro-nepr .owl-theme .owl-controls .owl-buttons .owl-next{
	right: -5px;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	top: -57px;
	left: auto;
	right: 50px;
	z-index: 2;
}
.pro-nepr .owl-theme .owl-controls .owl-buttons:after {
	content: '';
    display: block;
    background: #fff;
    width: 105px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -57px;
}
.leftpro .pro-nepr .owl-theme .owl-controls .owl-buttons .owl-prev{
	right: 35px;
}

.product-thumb h4 a {
    color: #08314a;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
}
.product-thumb:hover h4 a,.product-thumb h4:hover{
	color: #ff8b00;
}
svg{
	vertical-align: middle;
}

.button-group button,.bquickv a{
    border: none;
    background-color: transparent;
}
.button-group button.pcart {
    transition: all 300ms ease-in-out;
    border: 1px solid #ff8b00;
    background-color: #ff8b00;
    border-radius: 17px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 17px;
    text-transform: uppercase;
}
.button-group button.pcart:hover {
    border: 1px solid #003951;
    background-color: #003951;
}

.button-group button.pwish {
    position: absolute;
    top: 10px;
    right: 14px;
}
.button-group button.pcom {
    position: absolute;
    top: 40px;
    right: 12px;
}

.bquickv{
	display: inline-block;
    position: relative;
    top: -1px;
    text-align: center;
}

/* quickview */
.allbanner {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
}
.banner-effect img{
	border-radius: 10px;
}
.product-quickview-detail .inspire-quickview{
	display: none
}
.product-quickview-detail #content {
    min-height: auto;
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
    padding-bottom: 15px;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	box-shadow: none !important
}
/* banner */
.offerbanner,.cbanner{
	margin-top: 50px;
}
.offerbanner .banner-effect{
	padding: 10px;
	border-radius: 4px;
	background-color: #fff;
}
/* category */
.block-cat-wr{

}
.block-cat-wr img {
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
.block-cat-wr h4 {
    text-align: center;
    padding: 15px 0;
    transition: 0.4s ease;
    margin: 0;
    font-size: 13px;
    height: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #08314a;
    font-weight: bold;
}
.block-cat-wr h4 a {
	color: #08314a;
}
.block-cat-wr:hover h4 a {
    color: #ff8c00;
}
.block-cat-wr:hover img {
	border: 1px solid #ff8c00;
}
#category-name {
    margin-right: 0;
    margin-left: 0;
    margin-top: 40px;
}

/* left product */
#onsale .image{
	background-color: #f3f3f3;
}
/* testimonial */
.timg img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
#testi h1 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
    
}
#testi h3 {
	color: #757575;
	font-size: 12px;
	margin-bottom: 10px; 
	margin-top: 0;
}
#testi p {
    padding: 0 3px;
    color: #9A9A9A;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
}
.center-b{
	margin-top: 30px;
	margin-bottom: 30px;
}
.testim{
    margin-top: 30px;
    border-radius: 4px;
    padding: 20px;
    background-color: #fff;
}
/* blog */
.blog-heading{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0 15px 0;
}
/* BLOG START  */
.blog-date{
    float: left;
}
#content .box-product .blog-items {
    display: inline-block;
    float: left;
}
.blog-left {
    margin-bottom: 10px;
}
.date-blog-hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.the_dated{
    font-size: 40px;
}
.view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
}
.read-more {
    float: left;
}
.author {
    color: #808080;
    margin-bottom: 15px;
}
.blog-right .author .fa.fa-user {
    color: #9c9c9c;
    margin-right: 3px;
}
#blog{
	margin-bottom: 0;
}
.blog-desc {
    margin-top: 10px;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    margin-bottom: 10px;
}
.blog-img {
    padding: 10px 0 0;
}
.date-time, .write-comment > a {
    color: #797979;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
.date-time{
    margin-left: 5px;
}
#content #blog-carousel, #content #blog-grid {
    padding: 0px 0;
    border: none;
    overflow: visible;
}
#content #blog-carousel .blog-item {
    float: left;
}
.bhome{
	padding-bottom: 0;
}
#content #blog-carousel .product-block:hover, #content #blog-grid .product-block:hover {
    box-shadow: none;
}
.bsp{
	margin:0 5px;
}
a.icon.readmore_link{
    margin-top: 15px;
}
.blog-right h4 a {
    font-size: 14px;
	font-weight: 600;    
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #212121;
}
.blog-right h4{
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-block .blog-right h4 a:hover {
    color: #003951;
}
.blog_comment {
    font-size: 16px;
    margin: 0 25px;
    float: left;
}
.blog-right .read_link > a {
    text-decoration: underline;
}
.read_link{
    margin-top: 15px;
}
.read_link .fa.fa-book {
    margin-right: 5px;
}
.inspire-single-blog .blog-desc {
    color: #797979;
    text-align: justify;
    margin-top: 15px;
}
.inspire-single-blog .block-title h3 {
    padding: 10px 0;
    color: #002d49;
}
.panel {
    box-shadow: none;
}
.blog-comment{
    font-size: 16px;
    color: #003951;
    margin-top: 20px;
}
.inspire-single-blog .view-comment .panel-default {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-left: medium none;
    border-right: medium none;
    box-shadow: none;
    padding: 20px 0;
}
.view-comment .name {
    color: #161b1e;
    font-weight: 700;
}
.view-comment .date {
    color: #bbb;
    font-size: 12px;
}
.inspire-blog-image {
    position: relative;
    transition: all 600ms ease-in-out 0s;
    border-radius: 4px;
}
.inspire-blog-image img {
    border-radius: 4px;
}
/*.inspire-blog-image:hover{
    background-color: #000;
    transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
-moz-transition: all 600ms ease-in-out 0s;
-o-transition: all 600ms ease-in-out 0s;
-ms-transition: all 600ms ease-in-out 0s;
}
.inspire-blog-image:hover img{
    opacity: 0.5;   

}*/
.img-thumbnail{
    border: none;
}
.headingpage{
    font-size: 20px;
    letter-spacing: 1px;
    color: #212121;
}
/* .inspire-post-author{
    text-align: center;
} */
.product-block .blog-left .inspire-post-author {
    bottom: -20px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    left: 20px;
    position: absolute;
    
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    z-index: 9999;
    text-align: center;
}
.product-block:hover .blog-left .inspire-post-author {
    bottom: 23px;
}

.write-comment > a:hover, .product-block .blog-right a:hover {
    color: #fff;
}
.product-block .blog-left .inspire-post-author::before {
    border-bottom: 1px solid #fff;
    bottom: -7px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 30px;
}
.inspire_blog_page .panel-body {
    border: medium none;
    padding: 0px;
}
.inspire_blog_page .inspire-blog-image {
    background-position: center center;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.inspire_blog_page .panel.panel-default {
    border: medium none;
}
.inspire_blog_data_left .blog-date {
    color: #003951;
    font-size: 14px;
}
.inspire_blog_page .panel-body h5 {
    color: #002d49;
    display: inline;
    font-size: 24px;
    
}
.blog_links .blog_autor {
    float: left;
    font-size: 12px;
    position: relative;
}
.blog_links .write-comment {
    font-size: 16px;
}
.blog_links .fa {
    margin-right: 5px;
}
.blog_links {
    margin: 20px 0px;
}
.inspire_blog_page .panel-body a {
    color: #2b2b2b;
}
.inspire_blog_page .panel-body a:hover, .inspire_blog_page .panel-body a:focus {
    color: #003951;
}
.inspire_blog_page .read-more {
    float: left;
    text-align: left;
    margin: 20px 0 0;
}
.inspire_blog_page .read-more a {
    background: #002d49;
    border: 1px solid #002d49;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    transition: all 300ms ease 0s;
    
}
.inspire_blog_page .read-more a:hover {
    background: #003951;
    border: 1px solid #003951;
    color: #fff;
    transition: all 300ms ease 0s;
}
.inspire_blog_page .inspire-blog-image .blog-post-image-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    visibility: hidden;
    width: 100%;
}
.inspire_blog_page .inspire-blog-image .inspire_post_hover .icon.zoom {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 10px 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
}
.inspire_blog_page .inspire-blog-image .inspire_post_hover .icon.zoom .fa, .inspire_blog_page .inspire-blog-image .inspire_post_hover .icon.readmore_link .fa {
    color: #fff;
    font-size: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.inspire_blog_page .inspire-blog-image .inspire_post_hover .icon.readmore_link {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 10px 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
}
.inspire_blog_page .inspire-blog-image:hover .blog-post-image-hover {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    -ms-opacity: 0.3;
    -khtml-opacity: 0.3;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
}
.inspire_blog_page .inspire-blog-image:hover .inspire_post_hover, .inspire_blog_page .inspire-blog-image:hover .inspire_post_hover .icon.readmore_link, .inspire_blog_page .inspire-blog-image:hover .inspire_post_hover .icon.zoom {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.inspire_blog_page .inspire-blog-image .inspire_post_hover .icon.readmore_link:hover, .inspire_blog_page .inspire-blog-image .inspire_post_hover .icon.zoom:hover {
    background-color: #3498db;
    border-color: #3498db;
}
.inspire_blog_page .inspire-blog-image:hover .inspire_post_hover .icon.zoom .fa, .inspire_blog_page .inspire-blog-image:hover .inspire_post_hover .icon.readmore_link .fa {
    font-size: 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.inspire-single-blog .blog-img {
    padding: 0;
}
#add-comment-blog.panel-default {
    border: medium none;
}
#content.inspire-single-blog > h4 {
    font-weight: 700;
    font-size: 17px;
}
.inspire-single-blog .view-comment .name, .inspire-single-blog .view-comment .date, .inspire-single-blog .view-comment .col-sm-8, .inspire-single-blog .view-comment .col-sm-3 {
    width: 100%;
}
.user_icon {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    float: left;
    margin: 2px 15px 15px 0;
    padding: 7px 13px;
}
.user_icon .fa {
    color: #d50000;
    font-size: 20px;
    margin-top: 3px;
}
#add-comment-blog .col-sm-10 {
    width: 66.6667%;
}
#add-comment-blog .col-sm-2 {
    width: 25%;
    display: none;
}
.blog_inspire .heading{
    margin-left: 15px;
}
@media(min-width: 980px) and (max-width: 991px){
.product-block .blog-left .inspire-post-author{
      display: none;
}
}
@media(min-width: 992px) and (max-width: 1199px){
.product-block .blog-left .inspire-post-author{
      bottom: -50px;
}
}
@media(min-width: 320px) and (max-width: 767px){
    .blog-right {
        margin-top: 25px;
    }
}
@media(min-width: 320px) and (max-width: 360px){
    .blog_links .write-comment {
        font-size: 13px;
    }
    .blog_comment {
        font-size: 14px;
        margin: 0 10px;
    }
}
/* inspire MAGNIFIC POPUP CSS */
.inspire-blog-image .inspire_post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 46%;
}
.inspire_blog_page .inspire-blog-image .inspire_post_hover {
    top: 45%;
}
.product-block:hover .blog-left .inspire_post_hover, .product-block:hover .blog-left .zoom, .product-block:hover .blog-left .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-block:hover .blog-post-image-hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
}
.product-block .inspire-blog-image .inspire_post_hover .zoom, .product-block .inspire-blog-image .inspire_post_hover .readmore_link {
    display: inline-block;
    float: none;
    color: transparent;
    position: relative;
    width: 40px;
}
.product-block .inspire-blog-image .inspire_post_hover .readmore_link {
    margin-left: 10px;
}
.inspire-blog-image .inspire_post_hover .zoom::before, .inspire-blog-image .inspire_post_hover .readmore_link::before {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 40px;
    left: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 40px;
}
.inspire-blog-image .inspire_post_hover .readmore_link::before {
    content: "\f0c1";
}
.product-block:hover .inspire-blog-image .inspire_post_hover .readmore_link::before, .product-block:hover .inspire-blog-image .inspire_post_hover .zoom::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.blog-left .inspire-blog-image .zoom:hover::before, .blog-left .inspire-blog-image .readmore_link:hover::before {
    background-color: #003951;
    border-color: #003951;
}
/* BLOG End*/
/* count down */
#count .product-thumb .caption {
    padding: 15px 15px;
    margin: 0px 00px;
    border-top: none;
}
/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
	direction: rtl;
}
.countdown-row { width:100%; display:inline-block; }
.countdown-row .countdown-section {
    display: inline-block;
    margin: 15px 10px 0 0;
    cursor: pointer;
    height: 60px;
    width: 60px;
    padding: 10px 5px 10px 5px;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 50%;
}
.countdown-row .countdown-section:last-child {
	margin:0 !important;
}
.countdown-amount {
    color: #002d49;
    font-size: 16px;
    text-align: center;
    transition: 0.3s ease;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
}
#count .button-group button,#count .bquickv a{
	border-radius: 4px;
}
#count .button-group{
	position: unset;
	opacity: 1;
	margin-top: 10px;
}
#count .product-thumb h4 a{
	font-size: 18px;
	margin-bottom: 5px;
    font-weight: 600;
    color: #003951;
}
#count .product-thumb h4{
	margin-bottom: 10px;
}
.countdown-period {
    
    font-size: 11px;
    display: block;
    text-align: center;
    font-weight: 500;
}
.countdown-descr {
	display: block;
	width: 100%;
}
#count .product-thumb h4{
	margin-top: 0;
}
#count .product-thumb{
	margin: 0;
}
/* special */
#specialpr .product-thumb:hover .price, #specialpr .product-thumb:hover .rating{
	opacity: 1;
}
/* logo slider */
.logo-slider{
    margin-top: 70px;
    border-top: 1px solid #bfc6c9;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
}
#carousel0 {
    background-color: #fff;
    border-radius: 4px;
}
/* newsletter */
.foot-social li{
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.news-bg {
    background: #003951;
    border-radius: 10px;
    padding: 20px;
    margin-top: -40px;
    margin-bottom: 40px;
}
.news-bg h2{
	font-size: 23px;
    font-weight: bold;
    color: #fff;
	margin-top: 4px;
    margin-right: 25px;
    margin-bottom: 0;
}
.foot-social li a {
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-social li a img {
	filter: brightness(0) invert(0);
}
.foot-social li a:hover img {
    filter: none;
}
.foot-social{
	margin-bottom: 0;
}
.inspire-newsletter p{
	color: #3d3d3d;
	font-size: 15px;
	margin-bottom: 0px;
	
}
.inspire-newsletter input{
	background-color: #fff;
    border-radius: 20px !important;
}
.inputNew{
	height: 38px;
}
.inspire-newsletter .btn{
	border-width: 2px;
	background-color: #ff8b00;
    border-color: #ff8b00;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    height: 36px;
    color: #fff;
    border-radius: 20px !important;
    font-weight: bold;
    box-shadow: none;
    margin-left: 25px !important;
    padding: 0 35px;
}
.inspire-newsletter .btn:hover {
	background-color: #003951;
	color: #ff8b00;
}


/* footer */
@media(min-width: 768px){
	.footer-collapse.collapse,#filtercol.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
        word-break: break-all;
	}
	.middle-footer h5 button,.filtercolb {
    	display: none;
	}
}
footer #column-left1,footer #column-right1{
	width: 100%;
	padding: 0;
}
footer h5::before {
    background-color: #003951;
}
.middle-footer #column-right{
	margin-top: 0
}
footer h5{
	font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 10px 0 7px;
    position: relative;
}
footer .f-left li i {
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    width: 30px;
}
footer .f-left li{
	line-height: 28px;
}
footer .f-left li {
    color: #b2b2b2;
    line-height: 30px;
    position: relative;
    word-break: break-word;
}
#column-left1 p {
	margin: 15px 0 60px;
    color: #fff;
    opacity: 0.4;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.foot-payment i{
	font-size: 25px;
	margin: 0px;
}
.foot-payment i:hover{
	color: #03a9f5;
}
.foot-payment{
	margin: 0;
}
.foot-power {
    background-color: #000;
    padding: 15px 0;
    color: #fff;
}
.foot-bottom {
    border-top: 1px solid rgba(41,45,47,0.15);
    padding: 25px 0;
    margin-top:0;
}
#scroll:hover {
    background-color: #002d49;
    border: 5px solid #002d49;
}
#scroll:hover i {
	color: #ff8c00;
}
#scroll {
    background-color: #ff8c00;
    border: 5px solid #ff8c00;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    outline: none;
    z-index: 1;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    transition: all 400ms ease-in-out 0s;
}
#scroll i {
    color: #002d49;
    font-size: 18px;
    line-height: 28px;
}
.copy a{
	color: #003951;
}
/* product page */
.productbg{
	background-color: #fff;
	border-radius: 4px;
}
.allhading,.heading{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	
	color: #002d49;
}
.propage-tab .nav-tabs {
    margin-bottom: 0;
}
.propage-tab .tab-content {
    background-color: #fff;
    border-top: 1px solid #bfc6c9;
    padding: 10px 0;
    margin-top: 1px;
}
.propage-tab .nav-tabs > li > a {
    border-radius: 0;
    background-color: #fff;
    border: none;
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #002d49;
    padding: 10px 0;
    margin-right: 65px;
    border-bottom: 3px solid transparent;
    font-weight: normal;
}
.propage-tab .nav-tabs > li.active > a, .propage-tab .nav-tabs > li.active > a:focus, .propage-tab .nav-tabs > li.active > a:hover {
    border-bottom: 3px solid #ff8b00;
}
.propage-tab .nav-tabs > li.active > a, .propage-tab .nav-tabs > li.active > a:focus, .propage-tab .nav-tabs > li.active > a:hover {
    color: #ff8b00;
}
.propage-tab .nav-tabs li {
    
    font-weight: 600;
    position: relative;
    float: left;
}
.propage-tab .nav-tabs {
    border-bottom: none;
}
.pro-price{
	font-size: 18px !important;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review i{
	color: #002d49;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
#tab-specification strong{
	color: #003951;
}
.thumbnail {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
}
.product-right h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #002d49;
    margin-top: 0;
    font-weight: bold;
}
.product-right .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #232d2a;
}
.btnplus {
    border-radius: 0 0px 0px 0 !important;
    border-left: 0;
    line-height: 22px;
}
.btnminus {
    border-radius: 0px 0 0 0px !important;
    border-right: 0;
    line-height: 22px;
}
.prosp {
    border-top: 1px solid #e9e9e9;
}
.product-attributes-list {
    margin-bottom: 0;
}
.product-attributes-list li {
	font-weight: bold;
	color: #002d49;
}
.text-prodecor, .text-de {
    color: #002d49;
    font-size: 14px;
    line-height: 14px;
    width: 220px;
    display: inline-block;
    margin-bottom: 5px;
	font-weight: normal;
}
.textdeb {
    color: #003951;
    margin: 0 4px;
}
.textdeb:hover{
    color: #002d49;
}
.text-prodecor-bold, .text-prodecor-bold h2 {
    
    color: #161616;
    font-size: 16px;
    letter-spacing: 1px;
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-prodecorop {
    
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
}
.datebtn {
    background-color: #003951;
    color: #fff;
    border-radius: 0 0px 0px 0 !important;
    border: 1px solid #003951;
    box-shadow: none;
    transition: all 0.5s linear;
    padding: 6px 12px;
    border-radius: 0 4px 4px 0 !important;
}
.datebtn:hover, .btnup:hover, .add-to-cart:hover,.btnupload:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #002d49;
    color: #fff;
    border: 1px solid #002d49;
}
#additional {
    background-color: transparent;
}
.btnupload {
    color: #fff;
    background-color: #003951;
    border-color: #003951;
    transition: all 0.5s linear;
    font-size: 16px;
    box-shadow: none;
}
.prowritere {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.proreviewre {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 4px;
    
}
.prodrate {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.zoomWindow{
	border: 1px solid #003951 !important;
	top: 0 !important;
}
.productwish button {
    background-color: transparent;
    color: #003951;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.zoomLens{
    border: none !important;
}
.product-right .qty-plus-minus .form-control:focus{
    border-color: #ebebeb;
}
.product-right #input-quantity{
	border-radius: 0;
}
.propage-tab{
	margin-top: 20px;
	margin-bottom: 30px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border:none;
}
/* category page */
@media(min-width: 1440px){
	.product-grid{
	   width: 20%;
	}
	.product-list .product-thumb .image {
	    width: 28%;
	}	
	.product-list .product-thumb .caption {
    	width: 72%;
	}
	.product-list{
		width: 50%;
	}
}
@media(min-width: 1200px) and (max-width: 1439px){
	.product-list .product-thumb .image {
	    width: 25%;
	}	
	.product-list .product-thumb .caption {
    	width: 75%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.product-list .product-thumb .image {
	    width: 30%;
	}	
	.product-list .product-thumb .caption {
    	width: 70%;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.countdown-row .countdown-section {
	    height: 50px;
	    width: 50px;
	    padding: 5px 5px 10px 5px;
	}
	.product-list .product-thumb .image {
	    width: 40%;
	}	
	.product-list .product-thumb .caption {
    	width: 60%;
	}
	.deliveryinfo ul li:first-child{
		margin:0;
	}
	.deliveryinfo ul li h4 {
	    font-size: 11px;
	    letter-spacing: 0;
	}
	.deliveryinfo ul li p {
	    font-size: 10px;
	    letter-spacing: 0;
	}
	.deliveryinfo ul li {
		padding: 0;
	}
}
.filterp .panel-heading{
    margin-bottom: 20px;
    border-radius: 0;
}
.leftpro .product-thumb .price-new{
    letter-spacing: 0;
    font-size: 13px;
}
.leftpro .product-thumb .price-old {
    letter-spacing: 0;
    font-size: 13px;
}
.leftpro.panel-default>.panel-heading,.panel-footer{
	background-color: #fff;
    border-radius: 4px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}
.pro-bg.leftpro {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px;
    margin-top: 30px;
}
.leftpro .caption{
	margin: 0;
    border: none;
    padding-left: 10px;
    padding-top: 0;
}
.leftpro .product-thumb{
	border: none;
}
.leftpro h2{
	margin-bottom: 22px;
}
.allprobg {
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 0;
}
#input-sort,.selectdrop select {
    border-radius: 4px;
}
.product-thumb .image {
    border-radius: 4px;
    position: relative;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #003951;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ddd;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    padding: 0;
	font-size: 16px;
    color: #000;
}
.cate-top img{
	border-radius: 4px;
}
.cate-border {
    background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin: 25px 0;
	padding: 10px 0px;
}
#compare-total{
	position: relative;
	color: #003951;
	top: -1px;
}
#compare-total:hover{
	color: #002d49;
}
.pagi{
    background-color: #fff;
    margin: 0;
    padding: 15px 0px;
    border-radius: 4px;
}
.catesort label {
    background-color: #fff;
    border: none;
    font-size: 16px !important;
    color: #161616 !important;
}
.select-input::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
    z-index: 2;
}
.select-input {
    position: relative;
}
.selectdrop select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn img{
	height: 24px;
	width: 24px;
}
.listgridbtn {
    background-color: #fff;
    color: #161616 !important;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px !important;
    border: 1px solid #cccccc;
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    border: 1px solid #ff8c00;
    border-radius: 4px;
    background-color: #ff8c00;
    padding: 5px;
    box-shadow: none;
}
.active .listgridbtn, .active:hover .listgridbtn, .listgridbtn:hover {
	border: 1px solid #ff8c00;
	border-radius: 4px;
	background-color: #ff8c00;
	padding: 5px;
	box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid .product-thumb{
	background-color: #fff;
}
.product-grid{
	margin-bottom: 25px;
}
@media(min-width: 768px){
	.product-list .product-thumb h4{
		margin-top: 0;
	}
	.product-list .product-thumb .caption {
	    text-align: left;
	    float: left;
	    padding-left: 15px;
	    margin: 0;
	    border-top: none;
	    padding-top: 0;
	}
	.product-list .product-thumb .button-group{
		text-align: left;
		margin-right: 10px;
	    margin-top: 10px;
	}
}
.product-list .button-group{
	position: unset;
    opacity: 1;
    transition: none;
}
.product-list .product-thumb:hover .button-group{
	opacity: 1;
}
.product-list .image{
	position: relative;
}
.product-list .product-thumb {
	border: none;
}
.product-list{
	margin-bottom: 20px;
    padding: 0 5px;
}
.product-grid .list-des {
    display: none;
}
.list-des{
	
	color: #282828;
	max-height: 40px;
	overflow: hidden;
    margin-top: 12px;
}
.row.allprobg{
	margin: 0 -5px;
}
.product-list .caption h4 a{
	font-size: 18px;
}
.category-products{
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.category-products .product-grid.col-lg-3{
    padding-left: 5px;
    padding-right:5px;
}
.sb-theme-cat-desc{
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px;
}
.sb-theme-list-grid button, .sb-theme-list-grid li{
    padding: 6.5px 12px 8px 11px;
}
.sb-theme-list-grid{
    margin-left: 5px;    
}
.sb-theme-list-grid img{
    width: 16px;
    height: 17px;
}
.sb-theme-list-grid .btn-default{
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    outline: none !important;
    background-image: none;
}
.sb-theme-list-grid .btn-default.active{
    background-color: #ffe72f !important;
    border: 1px solid #ddd;
}
.sb-theme-cat-list ul{
    padding: 0;
    margin: 0;
}
.sb-theme-cat-list ul li{
    display:inline;
    float: left;
    margin-left:5px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding:8px 15px 5px;    
}
.sb-theme-cat-list ul li:first-child{
    margin: 0;
}
.sb-theme-cat-list ul li a{
    text-decoration: none;
}
.sb-theme-cat-cmpr a{
    font-size: 15px;
    text-decoration: none !important;    
}
.sb-theme-list-grid button, .sb-theme-list-grid li {
    padding: 6px 10px 9px 9px !important;
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #003951;
    border-color: #003951;
}
.pagination > li > a, .pagination > li > span {
    color: #003951;
    padding: 7px 12px 5px 12px;
    border: 1px solid #ececec;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #003951;
    border-color: #003951;
}
.pagi .tot{
	line-height: 34px;
}
/* other page */
.catename {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.catename h2 {
    margin-top: 0;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    padding: 10px 10px;
    font-size: 14px;
}
.well {
    background-color: #fff;
    box-shadow: none;
}
.well h2{
	font-size: 18px;
    margin-top: 0;
}
.table{
	background-color: #fff;
}
.table thead {
	background: #dddddd;
}
.accountpagebg {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.accountpagebg .co-heading {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px 10px 7px 10px;
    background-color: #002d49;
}
.co-heading {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #002d49;
}
#column-right{
	margin-top: 20px;
}
/* responsive */
.count-desc{
	color: #666;
    font-size: 13px;
    margin-top: 10px
}
.owl-theme .owl-controls{
	margin-top: 0 !important;
}
@media (min-width:1200px) and (max-width: 1529px){
	#column-left,.menuspace,#column-right{
		width: 24%;
	}
	div#menu1 {
    	width: 76%;
	}
	#content{
		width: 76%;
	}
	#content.col-sm-12{
		width: 100%;
	}
	.leftpro .product-thumb .price-old {
    	font-size: 11px;
	}
	.leftpro .product-thumb .price-new{
		font-size: 12px;
	}
	.count-desc{
		display: none;
	}
	.account-page #content{
		width: 56%;
		padding: 0 5px;
	}
	/*.countdown-row .countdown-section{
		margin-right: 0;
	}*/
	.countdown-row .countdown-section {
	    height: 50px;
	    width: 50px;
	    padding: 7px 5px 10px 5px;
	    margin-right: 5px;
	}
	.deliveryinfo ul li{
		padding: 0;
	}
}
@media(max-width: 599px){
	#count .image,#count .caption{
		width: 100%;
		padding: 15px 0 0 0;
	}
	.cbanner .col-xs-6{
		width: 100%;
	}
	.cbanner .col-xs-6:first-child{
		margin-bottom: 10px;
	}
	.date-time, .write-comment > a {
    	letter-spacing: 0;
	}
	.firstbanner,.secondbanner{
		width: 50%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	#form-currency, #form-language, .hcom {
    	margin-left: 20px;
	}
	.userpart li{
		padding: 0 3px;
	}
	.foot-social li a {
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	}
	.top2b .banner-effect:first-child {
    	margin-bottom: 15px;
	}
	.deliveryinfo ul li h4{
		font-size: 14px;
	}
	.deliveryinfo ul li{
		padding: 0;
	}
	#top .btn-link::before, #top-links a::before {
    	margin: 0 6px;
	}
	#zoom_03 {
    	max-width: 333px;
	}
	#gallery_01 a{
		overflow: hidden;
	}
	.prowrite {
    	font-size: 13px;
	}
	.rating .fa-stack {
    	font-size: 7px;
	}
	.leftpro .product-thumb .price-old{
		display: none;
	}
	.leftpro .rating .fa-stack {
    	font-size: 5px;
	}
	.leftpro .rating .fa-star-o {
    	font-size: 13px;	
	}
}
@media(max-width: 991px){
	.product-right h1{
		margin-top: 15px;
	}
	.categories-container{
		display: none;
	}
	.ct{
		margin:0 !important;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.top-info li {
    	font-size: 12px;
    	letter-spacing: 0.4px;
	}	
	#form-currency, #form-language, .hcom {
    	margin-left: 5px;
	}
	.footer-block-title,.news-bg h2{
		display: none;
	}
	.foot-social{
		padding: 0;
	}
	.cart-count {
    	top: -21px;
    	right: -7px;
	}
	.stmenu #menu1 a {
    	margin: 0px 3px;
	}
	.leftpro .rating .fa-stack {
    	font-size: 5px;
	}
	.leftpro .rating .fa-star-o {
    	font-size: 13px;	
	}
	.leftpro .product-thumb .price-old{
		display: none;
	}
	.category-tab .nav>li>a {
	    padding: 0 4px;
	    font-size: 13px;
	    letter-spacing: 0;
	    margin-top: 15px;
	}
	.countdown-row { width:100%; display:inline-block; }
	#top .btn-link::before, #top-links a::before {
    	margin: 0 8px
	}
	.sb-theme-list-grid button, .sb-theme-list-grid li {
	    padding: 6.5px 10px 8px 9px !important;
	}
	.catesort {
    	clear: none !important;
	}
	.pro-content{
		margin-top: 15px;
	}
	#menu .dropdown-inner a {
	    min-width: 130px;
	    padding: 3px 5px;
	}
	#specialpr .product-thumb .price-old{
		display: none;
	}
	.foot-payment i {
    	font-size: 25px;
    	margin: 0 0px;
	}
	#aboutf p {
    	max-height: 200px;
    	overflow: hidden;
	}
}
@media(max-width: 767px){
	.filterp {
		display: block !important;
	}
	.filterp.pro-bg h2::after{
		display: none;
	}
	.breadcrumb{
		margin-top: 20px;
	    margin-bottom: 20px;
	}
	.news-bg h2,#column-left{
		display: none;
	}
	.foot-social{
	    text-align: center;
		padding: 0;
	}
	.news-bg {
	    padding: 10px;
	    margin-top: 0;
	    margin-bottom: 15px;
	}
	.foot-social li a {
		margin-bottom: 15px;
	    width: 37px;
	    height: 37px;
    	line-height: 37px;
	}
	.allbanner{
		margin-top: 20px;
	}
	.mcart li i {
    	font-size: 18px;
	}
	.logo-slider{
		background-color: #fff;
		border-radius: 4px;
		margin:0;
	}
	#cart{
		top: 0;
	}
	#logo {
    	margin-top: 0px;
	}
	#search-by-category {
    	margin-top: 10px;
	}
	.navbar-nav{
		margin: 0;
	}
	.product-thumb .price-old,.product-thumb .price-new {
	    margin-left: 0px;
	    font-size: 13px;
	    letter-spacing: 0;
	}
	.product-layout .button-group{
		display: none;
	}
	.category-tab .nav-tabs>li {
	    display: block;
	    float: none;
	    padding: 5px 0;
	}
	.catb {
	    background: #fff;
	    color: #111;
	    padding: 0;
	    border: none;
	}
	.catbe{
		text-align: right;
		margin-right: 80px;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}

	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.button-group button {
	    width: 30px;
	    height: 30px;
	}
	.button-group button svg {
	    width: 15px;
	    height: 15px;
	}
	/* sidenav */
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 999;
	    transition: all .2s ease 0s;
	    -webkit-transition: all .2s ease 0s;
	    -moz-transition: all .2s ease 0s;
	    -ms-transition: all .2s ease 0s;
	    -o-transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    background-color: #111;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    transition: 0.5s;
	    padding-top: 60px;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #161616;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	.closebtn{
	    float: right;
	}
	.close-nav i{
	    color: #fff;
	    font-size: 16px;
	}
	.navbar-header button{
		border: none;
		background: transparent;
		color: #fff;
		font-size: 16px;
		cursor: pointer;
		vertical-align: bottom;
	}
	#menu .navbar-collapse {
	    display: block;
	}
	.logopart {
    	margin-left: 50px;
	}
	.cart-icon {
	    background-color: transparent;
    	color: #fff;
    	width: auto;
	}
	header {
    	padding: 10px 0;
	}
	#search {
    	margin-top: 15px;
	}
	#common-home #content {
    	margin-top: 20px;
	}				
}
@media(min-width: 412px) and (max-width: 767px){
	.product-grid, .product-list {
	    width: 33.33%;
	}
}
@media(max-width: 767px){
	.countdown-row .countdown-section {
    	margin: 15px 10px 0 0;
    	height: 50px;
    	width: 50px;
    	padding: 4px 5px 10px 5px;
	}
	.deliveryinfo ul li {
    	padding: 5px 0;
	}
	.pcom {
	    margin-top: 5px;
	}
	.pcart, .pcom {
	    transition: none;
	    opacity: 1;
	    position: unset;
	}
	#compare-total {
	    top: -14px;
	    font-size: 12px;
		
	}
	.ct {
        top: -10px;
	}
	#column-left .leftpro,.sellbanner,.fbanner,.testim {
		display: none;
	}
	.filterp.panel-default > .panel-heading {
	    border-color: #000;
	    
	    font-size: 12px;
	    letter-spacing: 1px;
	    margin: 0;
	    color: #fff !important;
	    background-color: #000;
	    padding: 8px 10px;
	    border-radius: 0px;
	    position: relative;
	}
	.filterp .filtercolb {
	    color: #fff !important;
	    text-shadow: none;
	    background: none !important;
	    background-image: none !important;
        border: none !important;
    	padding: 3px 10px;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: 2px;
	    right: 0px;
	}
	.pro-content{
		margin-top: 15px;
	}
	.fbanner,.logo-slider,.offerbanner, .cbanner,.home-heading{
		margin-top: 30px;
	}
	.middle-footer .btn-primary {
	    color: #fff;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    border: none !important;
	    padding: 0;
	    font-size: 12px;
	    position: absolute;
	    top: 0px;
        right: 0px;
	    width: 100%;
	}
	.middle-footer h5 button {
	    display: block !important;
	}
	footer h5::before{
		display: none;
	}
	footer h5 .toggle.collapsed::after,.filterp .toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle::after,.filterp .toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer .btn-primary.active.focus, footer .btn-primary.active:focus, footer .btn-primary.active:hover,
	footer .btn-primary:active.focus, footer .btn-primary:active:focus, footer .btn-primary:active:hover,
	.open > footer .dropdown-toggle.btn-primary.focus, footer .open > .dropdown-toggle.btn-primary:focus,
	footer.open > .dropdown-toggle.btn-primary:hover {
	    color: #fff;
	    background-color: transparent;
	    border-color: transparent;
	}
	.xs-fab{
		margin: 0 0px;
	}
	footer {
    	margin-top: 30px;
    	padding-top: 15px;
	}
	.foot-power{
		margin-top: 20px;
		text-align: center;
	}
	footer h5 {
	    font-size: 14px;
    	margin-bottom: 0;
	}
	#aboutf p {
		margin-top: 0;
	}
	.sbr {
    	text-align: left;
	}
	.deliveryinfo{
		margin-top: 30px;
	    padding: 0 15px;
	}
	.deliveryinfo{

	}
}
@media(max-width: 599px){
	.tabproo.pro-bg h2 {
    	font-size: 16px;
    	display: none;
	}
	.pro-bg .nav-tabs {
    	padding: 0;
    	text-align: left;
	}
	.pro-bg h2.tabprod span {
    	opacity: 0;
	}
	.pagi .col-xs-6 {
	    width: 100%;
	    text-align: center;
	}
	.catebt, .catesort {
	    width: 100%;
	}
	.catesort {
	    margin-top: 10px;
	}
	.product-grid, .product-list {
	    width: 50%;
	}
	.propage-tab .nav>li>a {
    	padding: 7px 3px;
	    font-size: 12px;
	}
	.product-list .pcom{
		margin:0;
		margin-top: 10px;
	}
	.catesort {
    	width: 100%;
    	margin-bottom: 10px;
	}
	.prowrite {
    	font-size: 11px;
    	letter-spacing: 0;
	}
	.product-tab .nav > li > a {
    	padding: 10px 6px;
	}
	.proreview {
    	font-size: 14px;
	}
	.rating .fa-stack {
    	font-size: 7px;
	}	
	.pro-bg .nav-tabs {
	    margin-right: 0;
	    float: none !important;
	    left: 10px;
	    padding-bottom: 10px;
	}
	.product-thumb .caption {
    	padding: 5px 0;
    	margin: 0 5px;
	}
	.product-thumb h4 a,.product-list .caption h4 a{
		font-size: 12px;
	}
	.pro-bg .nav > li > a{
		padding: 0;
		margin-right: 10px;
	}
	.fbanner .col-xs-6{
		width: 100%;
	}
	.fbanner #banner0:first-child img{
		margin-bottom: 10px;
	}
}
@media(max-width: 375px){
	.pro-bg .image{
		background-color: #f3f3f3;
	}
}
/* banner effect */
#common-home .slideshow-wrap a {
	position: relative;
	display: block;
}
#common-home .slideshow-wrap:hover a::after,
.banner-effect a:hover::after{
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
    transition-delay: 0.1s;
	z-index: 1;
}
#common-home .slideshow-wrap a::after,
.banner-effect a::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    opacity: 0;
    position: absolute;
    border-radius: 4px;
    transform: rotate3d(1, 1, 0, 100deg);
    transition: all 0.7s ease 0s;
}
.banner-effect a {
    display: block;
    overflow: hidden;
    position: relative;
}
/*loader start */
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 64px;
    width: 64px;
    margin-left: -30px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
#page-preloader.visible .preloader {
    opacity: 1;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.object{
	position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    height: 80px;
    width: 80px;
    margin-left: -9px;
}
#page-preloader{
    display: none;
}
#page-preloader{ display: block; }
@media(max-width: 767px){
	.cart-icon{
		border: 0;
	}
	#text-search{
		height: 37px;
	}
	#btn-search-category{
		padding: 0px 10px 0 10px;
		height: 37px;
		font-size: 12px;
	}
}
@media(min-width: 768px){
	.product-layout.col-xs-12{
		padding-left:8px;
		padding-right: 8px;
	}
}


/*new*/
.top-block {
	align-items: center;
	justify-content: space-between;
}
.logopart {
    min-width: 227px;
    margin-right: 65px;
    margin-left: 15px;
}
.hsearch {
    width: 400px;
	margin-right: 50px;
}
.top-phones {
	margin-right: 30px;
}
.top-phones a {
	display: block;
    color: #00334c;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 3px 22px;
    position: relative;
	white-space: nowrap;
}
.top-phones a:hover {
	color: #ff8c00;
}
.top-phones a:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: url("/image/catalog/theme/top/call-icon.png");
}
.top-open {
	position: relative;
	font-size: 12px;
    line-height: 17px;
    padding-left: 20px;
	color: #00334c;
	margin-right: 35px;
}
.top-open:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: url("/image/catalog/theme/top/clock-icon.png");
}
.top-open p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}
#form-language .dropdown-toggle {
	background-color: #eaeff0;
    border: none;
    color: #00334c;
    padding: 0 20px;
    border-radius: 50px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
}

.inspire-account > a {
    background-color: #eaeff0;
    border: none;
    color: #00334c;
    padding: 0;
    border-radius: 50px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.slideshow-wrap {
	width: 732px;
    margin-right: 20px;
}

.footer-logo a {
	background: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
}
.footer-powered {
	margin: 25px 0 50px;
	opacity: 0.4;
}
.middle-footer {
	justify-content: flex-end;
}
.middle-footer > div {
	max-width: 270px;
	margin-right: 170px;
}
.middle-footer > div:last-child {
	margin-right: 0;
}

#hcolumn-right h5 {
	display: none;
}

#hcolumn-right #contact .address,
#hcolumn-right #contact .time,
#hcolumn-right #contact .phone {
	color: #fff;
	line-height: 20px;
	margin-bottom: 7px;
}
#hcolumn-right #contact .address {
	margin-bottom: 25px;
}
#hcolumn-right #contact .phone {
	margin-bottom: 0;
}
#hcolumn-right #contact .address:before {
    position: absolute;
    left: -20px;
    top: 1px;
    content: url(/image/catalog/theme/top/pin-icon.png);
}
#hcolumn-right #contact .time:before {
    position: absolute;
    left: -20px;
    top: 1px;
    content: url(/image/catalog/theme/top/clock-icon.png);
}
#hcolumn-right #contact .phone:before {
    position: absolute;
    left: -20px;
    top: 4px;
    content: url(/image/catalog/theme/top/call-icon.png);
}
#hcolumn-right #contact .address a,
#hcolumn-right #contact .phone a {
	color: #fff;
	font-weight: bold;
	opacity: 1;
}
#hcolumn-right #contact .address a:hover,
#hcolumn-right #contact .phone a:hover {
	opacity: 0.4;
}

.formNewLestter {
	padding-left: 50px;
}
.formNewLestter:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 40px;
	background: #fff;
	left: 12px;
	top: 0;
}
.formNewLestter h2 {
	margin-top: -4px;
}
.formNewLestter .description-bottom {
	position: absolute;
    font-weight: bold;
    top: 20px;
	left: 103px;
}

.logo-slider .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.logo-slider {
    position: relative;
}
.logo-slider h2 {
    position: absolute;
    top: -22px;
    left: 0;
    z-index: 2;
    margin: 0;
    color: #08314a;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    padding: 0 15px;
}
.product-attributes {
    text-align: left;
    list-style: none;
    padding: 0;
    font-size: 12px;
    color: #08314a;
}
.thumb-quantity {
    display: inline-block;
    margin: 10px 0 10px 0;
    transform: translate(-50%, 0);
    padding-left: 22px;
    position: relative;
    left: 50%;
}
.thumb-quantity.success {
    color: #00bf1b;
}
.thumb-quantity.success:after {
    content: url("/image/catalog/theme/products/tick-icon.png");
    position: absolute;
    left: 0;
    top: 1px;
}
.thumb-quantity.failure {
    color: #c70000;
}
.thumb-quantity.failure:after {
    content: url("/image/catalog/theme/products/cross-icon.png");
    position: absolute;
    left: 0;
    top: 1px;
}
.button-group button.no-product-cart {
    transition: all 300ms ease-in-out;
    border: 1px solid #ff8b00;
    background-color: transparent;
    border-radius: 17px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #ff8b00;
    padding: 0 17px;
    text-transform: uppercase;
}
.button-group button.no-product-cart:hover {
	border: 1px solid #003951;
	color: #003951;
}
.blog_post.item {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 5px 20px 20px;
    margin: 0 15px;
}
.news_module_image_holder {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
}
.blog_date .date_month {
    background: #002d49;
    color: #fff;
    padding: 5px 7px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.blog_categs a {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    background: #002d49;
    margin-right: 5px;
    margin-top: 5px;
    text-transform: lowercase;
}
.blog_title a {
    font-size: 14px;
    font-weight: bold;
}
.blog_title a:hover {
	color: #ff8a00;
}
.blog_content .r_more {
    font-weight: bold;
    color: #ff8a00;
}
.blog_content .r_more:after {
    content: url("/image/catalog/theme/arrow_orange_icon.png");
    position: relative;
    margin-left: 6px;
    top: 1px;
}
.blog_content .r_more:hover {
	text-decoration: underline;
}

#ocfilter {
    margin-top: 50px;
}
#ocfilter .panel-heading {
	border-bottom: none;
}
#ocfilter .noUi-connect {
    background: #ff8b00;
	box-shadow: none;
}
#ocfilter .noUi-handle {
	box-shadow: none;
}
#ocfilter .panel-heading {
    color: #fff;
    background-color: #126367;
    border-color: #126367;
}

.rating .prodrate .fa-star,
.rating .prodrate .fa-star-o {
	font-size: 14px;
}
.rating .prodrate .fa-stack {
	margin-right: 3px;
}

#pro-review {
	font-size: 14px;
    color: #002d49;
}
#pro-writereview {
	font-size: 12px;
}
.prowritere {
	padding: 0 !important;
}

.product-single-block {
	border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 15px 25px 15px;
    margin-top: 15px;
    width: 450px;
    max-width: 100%;
	color: #454545;
}
.product-single-block .row1  {
	margin-bottom: 2px;
}
.product-single-block .row1 .thumb-quantity {
	margin: 0;
}
.product-single-block .row1 p {
	margin: 0;
}
.product-single-block .row1 p span {
	font-weight: bold;
}
.product-single-block .row1 a {
	margin: 0;
}
.product-single-block .row1 button {
	width: 100%;
    margin-top: 10px;
}
.product-single-block .row2 #button-cart {
    width: 100%;
    margin-top: 10px;
}
.product-single-block .row2 .no-product-cart {
	width: 100%;
    margin-top: 10px;
	background: #fff;
    color: #ff8b00;
    border: 3px solid #ff8b00;
    line-height: 29px;
}
.product-single-block .product-price-old {
    color: #08314a;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    display: inline-block;
    position: relative;
}
.product-single-block .product-price-old:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ff0f0f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-10deg);
    margin-top: 1px;
}
.product-single-block .product-price-regular {
	color: #ff8a00;
    font-size: 30px;
    font-weight: bold;
    margin-top: 17px;
    display: block;
    letter-spacing: 0;
}
.product-single-block .product-price-old + .product-price-regular {
	margin-top: 5px;
}

.product-single-block .row3 input {
	border: 1px solid #e8e8e8;
    border-radius: 17px;
    line-height: 32px;
    font-size: 14px;
    /*color: #fff;*/
    padding: 0 17px;
    width: 100%;
}
.product-single-block .row3 .button-fast {
	background: #fff;
    color: #ff8b00;
    border: 3px solid #ff8b00;
    line-height: 29px;
}
.product-single-block .row3 .button-fast:hover {
	color: #002d49;
    border: 3px solid #002d49;
}

.slideshow-wrap, .top2b {
	margin-top: 25px;
}

.product-single-block .row4 .button-facebook {
    background: #fff;
    color: #485993;
    border: 1px solid #485993;
    line-height: 32px;
    text-transform: none;
    width: 100%;
    padding-left: 40px;
    margin-top: -3px;
}
.product-single-block .row4 .button-facebook:before {
    content: url("/image/catalog/theme/products/fb-icon.png");
    position: absolute;
    top: 3px;
    left: 30px;
}
.product-single-block .row4 p {
    position: relative;
    color: #002d49;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 5px;
}
.product-single-block .row4 .col-md-7:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #e9e9e9;
    position: absolute;
    right: 32px;
    top: -4px;
}


.ya-share2__list_direction_horizontal > .ya-share2__item {
    vertical-align: middle !important;
    margin: 0 6px !important;
}
.ya-share2__list {
    display: flex !important;
    width: 165px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.ya-share2__badge {
    background: transparent !important;
    filter: brightness(0) invert(0);
}
.ya-share2__badge:hover {
    filter: none;
}
.ya-share2__item_service_telegram .ya-share2__icon {
    background: url("/image/catalog/theme/footer/telegram_icon.png") !important;
    width: 20px !important;
    height: 18px !important;
}
.ya-share2__item_service_facebook .ya-share2__icon {
    background: url("/image/catalog/theme/footer/fb_icon.png") !important;
    width: 20px !important;
    height: 20px !important;
}
.ya-share2__item_service_viber .ya-share2__icon {
    background: url("/image/catalog/theme/footer/viber_icon.png") !important;
    width: 19px !important;
    height: 20px !important;
}
.ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url("/image/catalog/theme/footer/whatsapp_icon.png") !important;
    width: 20px !important;
    height: 20px !important;
}

.product-right .rating .btn-wishlist,
.product-right .rating .btn-compare,
#tab-variants .btn-wishlist {
    background: transparent;
    border: none;
}
#tab-variants .btn-wishlist {
	margin: 0 10px;
}

.proimg #additional a img {
    border: 1px solid #e9e9e9;
    padding: 7px 0;
    border-radius: 10px;
	position: relative;
}
.proimg #additional a:hover img {
	border: 1px solid #ff8a00;
}
.proimg #additional a:hover:after {
	content: '';
	position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid #ff8a00;
}
.proimg #additional .owl-item {
    padding: 0 7px;
}
.proimg > .thumbnails + .row {
    padding-left: 7px;
    padding-right: 7px;
}
#additional .zoomContainer {
    z-index: 2;
}

.owl-carousel .owl-wrapper-outer {
	padding-top: 10px !important;
}
#slideshow0.owl-carousel .owl-wrapper-outer {
	padding-top: 0 !important;
}

.tabs_info #tab-review .fa-stack,
#review .fa-stack
/*.rating .fa-stack*/ {
    width: 16px;
    height: 20px;
}
.tabs_info #tab-review .fa-stack .fa-stack-1x,
.tabs_info #tab-review .fa-stack .fa-stack-2x,
#review .fa-stack .fa-stack-1x,
#review .fa-stack .fa-stack-2x {
/*.rating .fa-stack {*/
    font-size: 17px;
    color: #ff8b00;
}
.variant-main .product-price-regular {
    margin-top: 5px;
}

#tab-variants {
	border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}
#tab-variants .col1,
#tab-variants .col4 {
	flex: 1 1 30%;
	width: 30%;
	max-width: 30%;
}
#tab-variants .col2,
#tab-variants .col3 {
	flex: 1 1 20%;
	width: 20%;
	max-width: 20%;
}
#tab-variants > .flex {
	border-top: 1px solid #e1e1e1;
}
#tab-variants > .flex:first-child {
	border-top: none;
}
#tab-variants > .flex > div {
	padding: 12px 20px;
    text-align: center;
    color: #002d49;
	display: flex;
	align-items: center;
	justify-content: center;
}
#tab-variants > .flex.capt > div {
	padding: 12px;
    background: #e1e1e1;
    color: #002d49;
}
#tab-variants > .flex > div {
	position: relative;
}
#tab-variants > .flex:not(.capt) > div:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 70%;
	right: 0;
	top: 15%;
	background: #e1e1e1;
}
#tab-variants > .flex.capt > div:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 70%;
	right: 0;
	top: 15%;
	background: #cccccc;
}
#tab-variants > .flex > div:last-child:after {
	display: none;
}
#tab-variants > .flex:not(.capt) > div.col1 {
	text-align: left;
	font-size: 12px;
	flex-direction: column;
	align-items: flex-start;
}
#tab-variants > .flex:not(.capt) > div.col1 span {
	font-weight: bold;
	font-size: 14px;
	display: block;
}
#tab-variants > .flex:not(.capt) > div.col1 a {
	text-decoration: underline;
}
#tab-variants > .flex:not(.capt) > div.col1 a:hover {
	text-decoration: none;
}

#tab-variants > .flex:not(.capt) > div.col3 {
	font-size: 14px;
	flex-direction: column;
}
#tab-variants > .flex:not(.capt) > div.col3 p {
	margin-bottom: 0;
	font-weight: bold;
}
#tab-variants > .flex:not(.capt) > div.col3 p span + span {
	position: absolute;
    margin-left: 7px;
    color: #ff8b00;
}
#tab-variants > .flex:not(.capt) > div.col3 p span.price-old {
	position: relative;
}
#tab-variants > .flex:not(.capt) > div.col3 p span.price-old:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ff0f0f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-10deg);
    margin-top: 1px;
}
#tab-variants > .flex:not(.capt) > div.col4 {
	justify-content: flex-end;
}
.v-button-cart {
	background: transparent;
	color: #ff8b00;
	text-transform: none;
	font-weight: normal;
}
.v-button-cart:before {
	content: url("/image/catalog/theme/supermarket-icon.png");
	position: relative;
    margin-right: 7px;
    top: 2px;
}
.v-button-cart.no-product-cart:before {
	display: none;
}

#tab-variants .qty-plus-minus button {
	padding: 0;
    border-radius: 50% !important;
    width: 30px;
    min-width: 30px;
    height: 30px;
	position: relative;
	top: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #ebebeb !important;
}
#tab-variants .qty-plus-minus button:hover {
	background: #e1e1e1;
}
#tab-variants .qty-plus-minus input {
    margin: 0 10px;
    border-radius: 17px;
}
#tab-variants .qty-plus-minus .glyphicon-plus {
	position: relative;
}
#tab-variants .qty-plus-minus .glyphicon-minus {
	position: relative;
    top: -1px;
}

.top-open + .flex {
	position: relative;
}

.simple-content .checkout-heading {
	background: transparent !important;
    padding-left: 0 !important;
    font-size: 18px;
    font-weight: bold;
    color: #002d49 !important;
	margin-bottom: 10px;
}

#account-login #content/*,
#account-order #content,
#account-wishlist #content,
#account-notify #content*/ {
	width: 100%;
}
#account-login #content .well {
	min-height: 310px;
}

#common-success #column-right,
#simple-page #column-right {
	display: none;
}

.frame-wrap {
    overflow:hidden;
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
}
.frame-wrap iframe {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
#tab-youtube {
    width: 700px;
    max-width: 100%;
}

.news-items {
	flex-wrap: wrap;
	margin-top: 20px;
}
.news-items > div {
	width: 50%;
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 30px;
}
.news-items > div > a:first-child {
	font-size: 16px;
    font-weight: bold;
}
.news-items > div > a:hover {
	color: #ff8c00;
}

.glyphicon-minus:before {
    content: "–";
	font-size: 24px;
	font-family: Arial;
}
.glyphicon-plus:before {
    content: "+" !important;
    font-size: 24px;
	font-family: Arial;
}

.simplecheckout-button-block#buttons {
    position: absolute;
    left: -3000px;
    opacity: 0;
}

.cart-plus-minus button {
	float: left;
}
.cart-plus-minus input[type="text"] {
	display: inline-block !important;
    width: initial;
}
.productbg-sticker {
	position: absolute;
    z-index: 2;
}

#product-search > .row,
#checkout-cart > .row,
#product-catalog > .row,
#product-product > .row,
#information-contact > .row,
#information-information > .row {
	position: relative;
}
#product-search #column-left,
#checkout-cart #column-left,
#product-catalog #column-left,
#product-product #column-left,
#information-contact #column-left,
#information-information #column-left {
	position: absolute;
}
#product-search #content,
#checkout-cart #content,
#product-catalog #content,
#product-product #content,
#information-contact #content,
#information-information #content,
#product-category #content {
	width: 100%;
}

@media (max-width: 1529px) and (min-width: 1440px) {
	.product-grid {
		width: 25%;
	}
}
@media (max-width: 1529px) and (min-width: 1200px) {
	#category-name > .col-lg-2 {
		width: 20%;
	}
}

@media (max-width: 1529px) {
	#tab-variants .col2 {
		flex: 1 1 10%;
    	width: 10%;
		max-width: 10%;
	}
	#tab-variants .col4 {
		flex: 1 1 30%;
    	width: 30%;
		max-width: 30%;
	}
	.logopart {
		margin-right: 20px;
		margin-left: 0;
		min-width: 190px;
    	width: 190px;
	}
	.hsearch {
		margin-right: 15px;
		width: 210px;
	}
	.inspire-account {
		margin: 0 0 0 5px;
	}
	#form-currency, #form-language, .hcom {
		margin-left: 5px;
	}
	.top-open,
	.top-phones {
		margin-right: 15px;
	}
	#btn-search-category span {
		display: none;
	}
	#btn-search-category img {
		margin-right: 0;
	}

	.slideshow-wrap,
	.slideshow-wrap .owl-item {
		width: 537px !important;
		max-width: 100%;
	}
	.home-foot .col-md-offset-3 {
		margin-left: 0;
		width: 100%;
	}
	.news-bg h2 {
		font-size: 21px;
	}
	.formNewLestter .description-bottom {
		left: 92px;
	}
	.middle-footer > div {
		margin-right: 100px;
	}

}

@media (max-width: 1200px) {
	.slideshow-wrap, .slideshow-wrap .owl-item {
		width: 427px !important;
	}
	.cateti h3 {
		font-size: 13px;
		height: 49px;
	}
	.middle-footer > div {
		margin-right: 40px;
	}
	.news-bg .description-top {
		display: flex;
    	justify-content: flex-end;
	}
	.news-bg .description-top h2 {
		display: none;
	}
	.top-open {
		display: none;
	}
	.row4 .col-md-7 {
		margin-bottom: 15px;
	}
	.row4 .col-md-5 {
		width: 100%;
    	max-width: 180px;
	}
	#tab-variants > .flex > div {
		padding: 12px 5px;
	}
}

@media (max-width: 991px) {
	body {
		overflow-x: hidden;
	}
	.slideshow-wrap, .slideshow-wrap .owl-item {
		width: 100% !important;
	}
	.footer-left,
	.footer-logo,
	.footer-powered {
		text-align: center;
	}
	.top-block {
		flex-wrap: wrap;
	}
	.logopart,
	.hsearch {
		width: 50%;
    	margin: 0;
	}
	.cate-border label {
		display: none;
	}
	#product-product #column-left {
		display: none;
	}
	#product-product #content {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.slideshow-wrap, .top2b {
		margin-top: 0;
	}
	.formNewLestter:after {
		display: none;
	}
	.news-bg .description-top {
		justify-content: center;
	}
	.news-bg h2 {
		display: block;
		margin: 0 auto 10px;
		text-align: center;
	}
	.formNewLestter .inner {
		display: flex;
		flex-direction: column;
	}
	.formNewLestter .description-bottom {
		display: none;
	}
	.inspire-newsletter form {
		padding: 0 50px;
	}
	.news-bg {
		padding: 25px 10px;
	}
	.middle-footer {
		display: block;
    	margin: 0 auto 25px;
	}
	.middle-footer > div {
		display: block;
    	margin: 0 auto;
	}
	footer > .container:nth-child(2) > .row {
		display: flex;
    	flex-direction: column-reverse;
	}
	.cate-border {
		display: none;
	}
	.product-single-block .row.row2 .col-md-7,
	.product-single-block .row.row3 .col-md-7,
	.product-single-block .row.row4 .col-md-7 {
		padding-bottom: 15px;
	}
	.product-single-block .row3 .button-fast {
		width: 100%;
	}
	#slideshow0 img {
		border-radius: 10px;
		max-width: calc(100vw - 30px);
	}

	#checkout-cart #content .table-responsive,
	#checkout-cart #content .table {
		border: none;
	}
	.simplecheckout-cart thead,
	#checkout-cart #content .table thead {
		display: none;
	}
	.simplecheckout-cart tr,
	#checkout-cart #content .table tr {
		display: flex;
		flex-direction: column;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.simplecheckout-cart td,
	#checkout-cart #content .table td {
		border: none !important;
		text-align: center !important;
	}
	#checkout-cart #content .table .input-group {
		max-width: 200px;
    	margin: 0 auto;
	}
	.buttons > div {
		float: none !important;
		margin-bottom: 10px;
		text-align: center;
	}
	#tab-variants > .flex {
		flex-direction: column;
    	text-align: center;
		justify-content: center;
    	align-items: center;
	}
	#tab-variants > .flex:not(.capt) > div {
		flex: 1 1 100% !important;
		align-items: center !important;
    	justify-content: center !important;
		padding: 5px 5px;
		width: initial !important;
		max-width: initial !important;
	}
	#tab-variants > .flex.capt,
	#tab-variants > .flex:not(.capt) > div:after {
		display: none;
	}
	#tab-variants > .flex:not(.capt) > div.col1 {
		padding-top: 20px;
	}
	#tab-variants > .flex:not(.capt) > div.col2:after {
		content: ' шт.' !important;
		display: inline-block !important;
		color: #002d49;
		border: none !important;
		background: transparent !important;
	}
	#tab-variants > .flex:not(.capt) > div.col4 {
		flex-direction: column;
	}
	#tab-variants > .flex:not(.capt) > div.col4 > button {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#tab-variants {
		border: none;
	}
}

@media (max-width: 550px) {
	.logopart, .hsearch {
		width: 100%;
	}
	#logo img {
		margin: 0 auto;
	}
	.top-phones {
		margin: 10px auto;
	}
	.top-open + .flex {
		width: 100%;
    	justify-content: space-between;
	}
	#cart .dropdown-menu p.text-right {
		text-align: left!important;
	}
	#cart .dropdown-menu p.text-right a {
		margin-bottom: 5px;
	}
	#formNewLestter .input-group {
		display: block;
	}
	.inspire-newsletter .btn {
		margin-left: 0 !important;
		margin-top: 10px;
		width: 100%;
	}
	.ya-share2__list {
		justify-content: flex-start;
	}
	.ya-share2__list_direction_horizontal > .ya-share2__item {
		margin: 0 12px 0 0 !important;
	}
}
/*.new*/
.col4 .pwish, .col4 .pcom, .col2 .pwish, .col2 .pcom{
	background-color: transparent;
	border: unset;
}
#tab-variants .v-button-cart{
	margin-left: 10px;
}
#tab-grid .pcart{
	margin-top: 10px;
}

 .tiser-block {
	 border: 1px solid #e8e8e8;
	 border-radius: 10px;
 }
.tiser-block h4, .tiser-block ul {
	color: #454545;
}
.tiser-block h3 {
	font-size: 18px;
	font-weight: 600;
	color: #002d49;
}
.tiser-block h4 {
	font-size: 16px;
	font-weight: 600;
}
.tiser-block ul {
	margin-bottom: 20px;
	padding-left: 0;
	list-style-type: none;
}
.tiser-delivery, .tiser-delivery, .tiser-pay, .tiser-warranty {
	padding: 10px 30px 10px 55px;
}
.tiser-delivery, .tiser-delivery, .tiser-pay {

	border-bottom: 1px solid #e8e8e8;
}
.tiser-delivery h3, .tiser-pay h3, .tiser-warranty h3 {
	position: relative;
}
.tiser-delivery h3:before, .tiser-pay h3:before, .tiser-warranty h3:before {
	position: absolute;
	left: -43px;
	top: -3px;
}
.tiser-delivery h3:before {
	content: url('../../../../../image/catalog/package.png');
}
.tiser-pay h3:before {
	content: url('../../../../../image/catalog/payment-method.png');
}
.tiser-warranty h3:before {
	content: url('../../../../../image/catalog/guaranteed.png');
}
.d-flex {
	display: flex;
}
@media (min-width:1200px) and (max-width: 1529px){
	.tiser-delivery, .tiser-delivery, .tiser-pay, .tiser-warranty {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tiser-delivery h3, .tiser-pay h3, .tiser-warranty h3 {margin-left: 43px;}
}
.tiser-block.w-100 {padding: 0 15px;}
.tiser-block.w-100 .tiser-delivery, .tiser-block.w-100 .tiser-delivery, .tiser-block.w-100 .tiser-pay {border-bottom: none;}
@media screen and (max-width: 1199px) {
	.visible-lg-5 {display: none;}
	.tiser-block {margin-top: 15px;}
	.tiser-delivery, .tiser-delivery, .tiser-pay, .tiser-warranty {padding-right: 15px;padding-left: 15px;}
	.tiser-delivery h3:before, .tiser-pay h3:before, .tiser-warranty h3:before {display: none;}

}
@media screen and (min-width: 1200px) {.hidden-lg {display: none;}  }
.productName h3 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}