@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

@font-face {
	font-family: "Ibm-bold";
	src: url("/catalog/fonts/Ibmplexserifsemibold.ttf");
   }

  @font-face {
	font-family: "Font Awesome";
	src: url("/catalog/view/javascript/font-awesome/fonts/fa-regular-400.ttf");
  } 

  @font-face {
	font-family: "Font Awesome Brand";
	src: url("/catalog/view/javascript/font-awesome/fonts/fa-brands-400.ttf");
  } 

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #272730;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
    font-family: "Ibm-bold";
}
h2 {
    font-size: 27px;
    font-family: "Ibm-bold";
}
h3 {
    font-size: 21px;
    font-family: "Ibm-bold";
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color:#e71c80;
}

.newsblog-article .description-article a {
    color: #000;
    text-decoration: underline;
}


a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 16px;
    background: none;
    border: none;
    font-family: "Open Sans";
    color: #000;
}

select#input-sort {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0px;
    width: 230px;
    font-size: 14px;
    height: 38px;
    font-family: "Open Sans";
    color: #000;
}

/* 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: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
    background-color: #fff;
    /* border-bottom: 1px solid #e2e2e2; */
    padding: 15px 0px;
    margin: 0 0 0px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 0px 0px 13px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	/* color: #ffffff; */
	/* background-color: #229ac8; */
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
	text-decoration: underline;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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 {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#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: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: auto;
}
/* footer */
footer {
	margin-top: 50px;
	padding-top: 30px;
	/* background-color: #303030;
	border-top: 1px solid #ddd; */
	color: #000;
}
footer hr {
	/* border-top: none;
	border-bottom: 1px solid #666; */
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px -18px;
    padding: 8px 0;
    /* border: 1px solid #ddd; */
    background: none;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    width: 10px;
    height: 55%;
    /* border-right: 1px solid #DDD; */
    border-bottom: 1px solid #DDD;
    /* -webkit-transform: rotate(-45deg); */
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    /* transform: rotate(-45deg); */
}

.breadcrumb > li:last-child:after {
display: none;
}


.fa-home:before {
    content: "\f015";
    font-family: "Font Awesome";
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}



.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
    border-radius: 0px;
    color: #000;
    text-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.15s ease-in;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
    background-position: 0 -15px;
    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 !important;
    text-shadow: none;
    background-color: #000;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
    transition: all 0.15s ease-in;
    text-decoration: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: none !important;
}

.product-compare h1 {
    font-family: "Ibm-bold";
    color: #000;
    margin-bottom: 30px;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: all 0.2s ease-in;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: 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: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* border: 1px solid #ddd; */
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/* .product-thumb .image a:hover {
	opacity: 0.8;
} */
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 65px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
    margin-left: -10px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.image-additional {
    max-width: 108px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 5px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #000;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000;
    
}

.btn-danger:hover {
    background-image: none;
    background-color: #fff;
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000;
}

.flexRowHead {
    display: flex;
	justify-content: space-between;
	align-items: center !important;
}

.profileImg {
    width: 25px;
}


img.searchImg {
    width: 25px;
}

.bthHead {
    background: transparent !important;
    border: none !important;
	box-shadow: none !important;
	padding: 0px;
}

.imgShopCart {
    width: 25px;
    position: relative;
    top: 3px;
}

#cart-total {
    background-color: #e71c80;
    padding: 0px 6px;
    border-radius: 30px;
    position: absolute;
    left: 12px;
    top: -2px;
}

.telHead {
    font-family: "Roboto";
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
}

.telHead:hover {
	text-decoration: underline !important;
}

.manuHeadLeft a:hover {
	text-decoration: underline !important;
}

.languageBlock {
    position: relative;
    top: 0px;
}

.flexRowHead .list-inline li {
	padding: 0px 0px 0px 20px;
}

.manuHeadLeft a {
    color: #000;
    font-size: 14px;
    font-family: "Roboto";
    padding: 0px 23px 0px 0px;
}

.flexRowHead ul.list-inline {
        margin: -14px 0px 0px 0px !important;
    display: flex;
    align-content: center;
    align-items: center;}


#megamenu-menu {
    margin-bottom: 0px !important;
}

.header-bg {
    z-index: 9;
    position: relative;
	background: #efefefe0;
	padding: 0px 0px;
}

/*HOME CAROUSEL START*/
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    height: 60vh;
    background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    align-items: center;
}
  
  /* end fix */
  .owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
  }
  
  .owl-nav i {
	font-size: 52px;
  }
  
  .owl-nav .owl-prev {
	left: -30px;
  }
  
  .owl-nav .owl-next {
	right: -30px;
  }

  .carousel-wrap {
    /* height: 82vh; */
    z-index: 0;
}

section.home-slider-section {
    margin-top: -50px;
}

  /*HOME CAROUSEL END*/

  .title-slider {
    font-family: "Ibm-bold";
    color: #fff;
    text-align: center;
    font-size: 68px;
    padding: 0px 50px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 55px;
}


.lastCollect {
       color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: bold;
    letter-spacing: 1px;
    background: #e71c80;
    padding: 15px 20px;
    /* margin-top: 20px; */
}

.featuresIcon {
        width: 53px;
    /* float: left; */
    padding-right: 10px;
}

.textRightFeat {
        font-size: 14px;
    font-family: "Open Sans";
    color: #333;
    max-width: 170px;
    text-align: center;
}

.boldTitle {
     font-size: 14px;
    display: block;
    /* margin-bottom: 2px; */
    margin-top: 10px;
}

.features-section {
    padding: 30px 0px;
    background-color: #f8f8f8;
}



.owl-latest-product .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    height: auto;
}
  
.imgNext {
    transform: rotate(180deg);
}

.newLatest {
    text-align: center;
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #333;
    padding: 85px 0px 20px;
}

.owl-latest-product .product-thumb .caption {
	min-height: auto;
}

.owl-latest-product .product-thumb {
	min-height: auto;
	border: none;
}

.latest-product {
    text-align: center;
}

.btnLatest {
    border: none;
    background: none;
    font-size: 12px;
    color: #fff;
    font-family: "Open Sans";
    position: absolute;
    /* top: 36%; */
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    /* text-decoration: underline; */
    border-bottom: 1px solid #fff;
    padding: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing: 1px;
	opacity: 0;
	transition: all 0.15s ease-in;
}

.blockSrav {
    position: absolute;
    top: 41%;
    /* bottom: 0; */
    left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.15s ease-in;
}

.btnListModule {
    position: relative;
    margin: auto;
    padding: 0px 17px !important;
    letter-spacing: 1px;
    opacity: 1;
    background: transparent;
    transition: all 0.15s ease-in;
    box-shadow: none !important;
	border: none !important;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
}

.btnListModule:first-child {
    border-right: 1px solid #fff !important;
}

.latest-product:hover .blockSrav {
	opacity: 1;
}

.latest-product:hover .btnLatest {
	opacity: 1;
}


.category-hover:hover .blockSrav {
	opacity: 1;
}

.category-hover:hover .btnLatest {
	opacity: 1;
}

.category-hover {
    transition: all 0.15s ease-in;
}



.category-hover .blockSrav {
    text-align: center;
}

.nameProduct a {
    line-height: 1.5em;
    position: relative;
    display: block;
    overflow: hidden;
    height: 2.9em;
    color: #171717;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
}

.nameProduct {
    margin-top: 10px;
}

.product-thumb .price {
    color: #e71c80;
    font-size: 16px;
    font-family: "Open Sans";
    margin-top: 5px;
}

.product-thumb .image a {
    display: block;
transition: all 0.15s ease-in;
}

.product-thumb .image a:after {
    display: block;
    /* background: #53b77fba !important; */
    z-index: 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.15s ease-in;
}

.latest-product:hover .image a:after {
    display: block;
    background: #0000008c!important;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: all 0.15s ease-in;
}

.item .textBlock-slider {
	width: 390px;
    padding: 40px 20px 60px;
    border: 3px solid #000;
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

.owl-latest .owl-nav.disabled {
    display: block;
}

.owl-latest .owl-stage-outer {
    padding-top: 70px;
}

.latest-product {
	transition: all 0.15s ease-in;
}

.latest-product:hover {
    transform: translate(0px, -15px);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.15);
}

.category-hover:hover {
    transform: translate(0px, -15px);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.15);
}

.specoffer-section {
    background-image: url(/image/catalog/home/special_offer.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
	padding: 70px 0px 35px;
	margin-top: 70px;
    background-color: #f8f8f8;
}

.titleSpec {
    font-size: 30px;
    color: #171717;
    font-family: "Ibm-bold";
    margin-bottom: 40px;
}

.imgPercent {
    float: left;
    padding-right: 35px;
}

.textPercent {
    display: inline-block;
}

.rowPercent {
    color: #171717;
    font-size: 18px;
	line-height: 2;
	font-family: "Open Sans";
}

.textPercent:before {
    content: "";
    background: #000;
    width: 50px;
    height: 2px;
    display: block;
    margin-bottom: 25px;
}

.category-section {
    margin-top: 80px;
}

.blockCategory {
	text-align: center;
	margin-bottom: 50px;
}

.titleImg {
    color: #171717;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: bold;
    margin-top: 20px;
}

.btnBuyCat {
    color: #171717;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}

.titleNow {
    text-align: center;
}

.titleText {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #171717;
    margin-bottom: 25px;
}

.descText {
    color: #5d5d5d;
    font-size: 14px;
    font-family: "Open Sans";
}

.absolutBlockImg {
    position: absolute;
    top: 6px;
    z-index: 0;
}

.common-home .imgLeft {
    width: 85%;
}

.seoHomeText ul li {
    color: #5d5d5d;
    font-size: 14px;
}

.blockImgCont {
    position: relative;
}

.blockText {
    position: relative;
    z-index: 1;
}

.absolutImgCenter {
    position: absolute;
    top: -60px;
    right: 0;
}

.absolutImgRight img {
    position: absolute;
    top: -100px;
    right: -200px;
    left: 0;
    margin: auto;
    z-index: 9;
}

.blockLastImg {
    margin-top: 110px;
}

.nowTitle {
    margin: 60px 0px 80px;
}

.younow-section {
    margin-bottom: 80px;
}

.titleFootBlock {
    font-size: 22px;
    font-family: "Ibm-bold";
    margin-bottom: 40px;
}

.menu-foot li a {
    color: #5d5d5d;
    font-family: "Open Sans";
    font-size: 14px;
}

.menu-foot li a:hover {
    color: #5d5d5d;
    font-family: "Open Sans";
    font-size: 14px;
	text-decoration: underline;
}

.menu-foot li {
    margin-bottom: 5px;
}

.socImgIcon {
    height: 21px;
	margin-right: 12px;
}

.inlineSoc {
    margin-top: 20px;
}

.textMagaz {
    color: #5d5d5d;
    font-size: 14px;
    font-family: "Open Sans";
    margin-bottom: 15px;
    line-height: 1.8;
}

.textMagaz a {
    color: #5d5d5d;
}

.textMagaz a:hover {
    color: #5d5d5d;
	text-decoration: underline;
}

.writeLetter {
    color: #001717;
    font-size: 14px;
    font-family: "Open Sans";
	    margin-bottom: 20px;
}

.formLetter input, .formLetter button {
    width: 100%;
    margin: 12px 0px;
}

.inputMail {
    border: none !important;
    border-bottom: 2px solid #828282 !important;
    font-size: 14px !important;
    color: #828282;
    font-family: "Open Sans" !important;
    padding: 0px 0px 15px !important;
    width: 100% !important;
    border-radius: 0px !important;
    min-height: 50px !important;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 0 !important;
}

.submit-btn {
    font-size: 12px !important;
    color: #fff !important;
    font-family: "Open Sans";
    text-transform: uppercase;
    border: none !important;
    background: #000 !important;
    font-weight: bold !important;
    padding: 8px 0px !important;
    height: 50px !important;
    width: 100% !important;
    border-radius: 0px !important;
}

.inputMail:focus {
    box-shadow: none !important;
    outline: none !important;
}

.submit-btn:focus {
    outline: none;
}

.flexCopy {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 40px;
}

.flexCopy p {
    color: #afafaf;
    font-size: 14px;
    font-family: "Open Sans";
}

.voll {
    font-weight: bold;
    color: #afafaf;
}

.voll:hover {
    font-weight: bold;
    color: #afafaf;
	text-decoration: underline;
}

.owl-latest .owl-nav.disabled {
    display: block !important;
}

.bestseller-product .image a:after {
    display: block;
    background: #8b8698b8 !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.15s ease-in;
}

.bestseller-product:hover .image a:after {
    display: block;
    background: #8b8698b8 !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.15s ease-in;
}

.bestMargin {
    padding: 50px 0px 30px;
}

.row-flex-feat {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.left-col-feat {
    flex-basis: 30%;
}

.center-col-feat {
    flex-basis: 22%;
}

.right-col-feat {
    flex-basis: 25%;
}


.nav.navbar-nav .dropdown:last-child a {
        color: #fff !important;
    font-weight: bold;
    background-color: #e71c80 !important;
    padding: 18px 10px 15px 10px !important;

}

.megamenu-type-html {
	width: 220px;
	margin-top: 0px !important;
}

.customMenuLink {
    font-size: 14px !important;
    font-family: "Roboto";
    text-transform: uppercase;
}

.customMenuLink {
    font-size: 14px !important;
    font-family: "Roboto";
    text-transform: none;
    padding: 6px 12px !important;
}

.customMenuLink:hover {
	color: #000 !important;
	text-decoration: underline;
}

.fa-heart:before {
    content: "\f004";
    font-family: "Font Awesome";
}

.fa-balance-scale-right:before {
    content: "\f516";
    font-family: "Font Awesome";
}

.fa-caret-down:before {
    content: "\f0d7";
    font-family: "Font Awesome";
    color: #000;
    font-weight: bold;
}

.languageSpan {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.caretImg {
    position: relative;
    top: -1px;
}

.menuLanguage {
	min-width: 40px;
	padding: 0px;
}

.menuLanguage li {
    padding: 0px !important;
}

.languageBtn {
    padding-right: 0px;
}

.dropdown-img:after {
    content: "";
    background-image: url(/image/catalog/home/caret.png);
    width: 7px;
    height: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
    right: -7px;
}

#logo img.img-responsive {
    height: 80px;
}

ul.dropdown-menu.dropdown-menu-right li a {
    color: #000 !important;
    font-family: "Roboto";
    text-transform: uppercase;
    padding: 0px;
    margin: 10px 0px;
}

ul.dropdown-menu.dropdown-menu-right li a:hover {
    color: #000;
    background: transparent;
    text-decoration: underline !important;
}

.dropdown-menu-right {
    min-width: 145px;
}

.menuLanguage a:hover {
    background: none !important;
    text-decoration: underline !important;
}

.menuLanguage a span:hover {
    background: none !important;
    text-decoration: underline !important;
}

.category-hover:hover .image a:after {
    display: block;
    background: #8b8698b8 !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.15s ease-in;
}

.category-hover {
    margin-bottom: 40px;
}

.block-text-cat p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.5;
}

.block-text-cat h2 {
    font-size: 22px;
    font-family: "IBMPlex";
    font-family: "Ibm-bold";
    color: #000;
    margin-bottom: 25px;
}

.block-desc-cat {
    position: relative;
    margin-top: 50px;
}

.block-desc-cat .absolutImgCenter {
    position: absolute;
    top: 0px;
    right: 0;
}

.block-text-cat {
    position: relative;
    z-index: 1;
}

.category-head {
    font-size: 40px;
    font-family: "IBM-bold";
    text-shadow: none;
    color: #000;
}

.ocfilter-option .ocf-option-name {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #000;
	font-family: "Open Sans";
	border-bottom: 1px solid #ebebeb !important;
	padding-bottom: 15px;
}

div#ocfilter {
	border: none;
	box-shadow: none;
}

.ocfilter-option label span.newcheckbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0px;
}

.ocfilter-option .ocf-option-values {
	position: relative;
	margin-left: 20px;
}

.ocfilter-option .ocf-option-values label {
	position: relative;
}

.ocfilter-option label input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ocfilter-option label .link-name {
    color: #898989;
    text-decoration: none;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
    position: relative;
    top: -4px;
    transition: all 0.15s ease-in;
}

.ocfilter-option label .link-name:hover {
    color: #000;
}

.ocfilter-option {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.fa-times-circle:before {
    content: "\f057";
    font-family: "Font Awesome";
    color: #000;
    /* background: #000; */
    /* overflow: hidden; */
    border-radius: 100%;
    font-size: 20px;
}

i.fa.fa-times-circle {
    margin-right: 15px;
}

.list-group-item.selected-options {
    border: none;
    text-align: left;
}

.ocfilter-option label input:checked ~ span.newcheckbox {
    background-color: #fff;
}

.ocfilter-option label input:checked ~ span.newcheckbox:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ocfilter-option label input:checked ~ .link-name {
	color: #000;
}

.custom-end-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left;
    font-size: 14px;
    align-items: center;
    display: flex;
    padding: 0px;
    margin-bottom: 32px;
}

.row-product-cat {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 25px;
}


.thumb-product {
    border: none;
}

.product-head {
    font-size: 22px;
    font-family: "IBM-bold";
    color: #000;
    margin-top: 2px;
    margin-bottom: 30px;
}

.minus, .plus {
    border: 1px solid #ededed;
    background: none;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    /* font-weight: bold; */
    color: #000;
    /* align-items: center; */
    font-family: "IBM-bold";
    padding: 0px;
}

input#input-quantity {
    text-align: center;
    width: 100%;
    max-width: 55px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-family: "Open Sans";
    text-shadow: none;
}

.block-inline-quant {
	display: flex;
}

.price-block {
    font-family: "Open Sans";
    font-weight: bold;
    color: #000;
    font-size: 34px;
}

.btn-add-cart-custom {
    max-width: 225px;
    background: #e71c80;
    color: #fff;
    text-shadow: none;
    border: 1px solid #e71c80;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 13px;
	border-radius: 0px;
	transition: all 0.15s ease-in;
}

.btn-add-cart-custom:hover {
    color: #fff;
	text-shadow: none;
	background: #e71c80;
	border-color: #e71c80;
}

.btn-custom-srav {
    background: none;
    border: none;
    box-shadow: none;
}

.btn-custom-srav i {
    font-size: 20px;
    color: #000;
}

span.price-text {
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

.procentBlock img {
    float: left;
    margin-right: 10px;
    max-height: 55px;
    margin-top: 6px;
}

.descRight-proc {
    height: 75px;
    align-items: center;
    display: flex;
}

.block-desc-proc {
    margin-bottom: 25px;
}

.form-group.group-inline {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 30px;
}


.descRight-proc p {
    font-size: 15px;
    color: #000;
    font-family: "Open Sans";
    line-height: 2;
    margin-left: 15px;
}

.bg-with-img {
    background-size: cover;
}

.bg-with-img {
    background-size: cover;
    position: relative;
    top: -50px;
    padding: 95px 0px 45px;
}

.kilkist {
    font-family: "Open Sans";
    font-size: 14px;
    color: #000;
    display: block;
	margin-bottom: 30px;
	margin-top: 9px;
}

.ocfilter .ocfilter-option {
    margin-bottom: 35px;
}

.attribute-block {
    display: inline-block;
    margin-top: 40px;
}

ul.attribute-block li {
    color: #0c1013;
    font-size: 16px;
    font-family: "Open Sans";
    margin-bottom: 5px;
}

span.blod-znach {
    font-weight: bold;
    color: #0c1013;
}

.block-attr li {
    color: #0c1013;
    font-size: 16px;
    font-family: "Open Sans";
    margin-bottom: 5px;
}

ul.block-attr.list-unstyled {
    margin-top: -10px;
}

.blockDesc p {
    color: #0c1013;
    font-size: 16px;
}

.title-prim {
    font-weight: bold;
    margin-bottom: 5px;
}

.title-random {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #000;
    margin-bottom: 60px;
}

.blockDesc {
    margin-top: 30px;
}

.random-prod {
    margin-top: 60px;
}

.block-option-custom .radio {
    display: inline-block;
}

.option-title-custom {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.block-option-custom {
    margin-top: 35px;
}

.block-option-custom .radio label {
    padding-left: 0px;
    margin-right: 5px;
}

.block-option-custom .radio input {
    opacity: 0;
    visibility: hidden;
}

.block-option-custom .radio input ~ .name-option {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 9px;
    color: #000;
    font-size: 16px;
    transition: all 0.2s ease;
}

.block-option-custom .radio input ~ .name-option:hover {
	border: 1px solid #e71c80;
}

.block-option-custom .radio input:checked ~ .name-option {
	border: 1px solid #e71c80;
    background: #e71c80;
    color: #fff;
}

.block-option-custom .img-thumbnail {
    border-radius: 100%;
}

.block-pag-cat {
    text-align: center;
}

.row-product-cat .product-layout {
    min-height: 390px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 14px;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    font-weight: bold;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #000;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}

.fa-filter:before {
    content: "\f0b0";
    font-family: "Font Awesome";
}

.fa-book:before {
    content: "\f02d";
    font-family: "Font Awesome";
}

.fa-truck:before {
    content: "\f0d1";
    font-family: "Font Awesome";
}

.fa-credit-card:before {
    content: "\f09d";
    font-family: "Font Awesome";
}

.fa-chevron-down:before {
    content: "\f078";
    font-family: "Font Awesome";
}

.fa-chevron-up:before {
    content: "\f077";
    font-family: "Font Awesome";
}

.fa-times:before {
    content: "\f00d";
    font-family: "Font Awesome";
    color: #171717;
}

.fa-check:before {
    content: "\f00c";
    font-family: "Font Awesome";
}

.fa-shopping-cart:before {
    content: "\f07a";
    font-family: "Font Awesome";
}


/*DOSTAVKA I OPLATA START*/

.bg-dostavka.bg-with-img {
    background: linear-gradient(90deg, #f4f5f6 20%, #fafafa 50%);
}

.inform-head {
    font-family: "Ibm-bold";
    color: #000;
    font-size: 44px;
    text-shadow: none !important;
    margin-bottom: 15px;
}

.titleDost {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #000;
    padding-top: 14px;
}

.float-left {
    float: left;
    margin-right: 15px;
}

.dostavkaText p {
    font-size: 16px;
    font-family: "Open Sans";
    color: #171717;
    line-height: 1.3;
    margin-top: 25px;
}

.first-bold {
    font-weight: bold;
}

.formDostavka input.inputMail {
    height: 50px;
}

.text-ras {
    color: #001717;
    font-size: 14px;
    font-family: "Open Sans";
    margin-top: 16px;
}

.titleRassylka {
    font-family: "Ibm-bold";
    color: #171717;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.title-vozvrat {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #0c1013;
    margin-bottom: 35px;
}

.block-text-two p {
    color: #171717;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.block-cyfry p {
    font-size: 16px;
    color: #171717;
    margin-bottom: 20px;
}

.vozvrat-title-spisok {
    color: #0c1013 !important;
    font-family: "Ibm-Bold";
    font-size: 22px !important;
    margin-bottom: 20px;
}

.block-cyfry {
    margin-top: 50px;
    margin-bottom: 100px;
}

.title-form-vozvrat {
    font-size: 22px;
    color: #171717;
    font-family: "Ibm-bold";
    margin-bottom: 20px;
}

.subtitle-form-vozvrat {
    color: #001717;
    font-size: 14px;
}

.formWesta input {
    border: none;
    border-bottom: 2px solid #828282;
    width: 100%;
    font-size: 14px;
    color: #828282;
    padding-bottom: 10px;
    height: 50px;
}

.btn-send {
    font-size: 12px;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    border: none;
    background: #000;
    font-weight: bold;
    padding: 15px 0px;
    width: 100%;
    letter-spacing: 1px;
}

.formWesta {
    margin-top: 40px;
}

.btn-poshta {
    font-size: 12px;
    color: #000;
    font-family: "Open Sans";
    text-transform: uppercase;
    border: none;
    background: transparent;
    font-weight: bold;
    padding: 15px 30px;
    letter-spacing: 1px;
    border: 1px solid #000;
    transition: all 0.15s ease-in;
}

.block-btn-poshta {
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn-poshta img {
    margin-right: 10px;
    position: relative;
    left: -7px;
}

.btn-poshta:hover {
    font-size: 12px;
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.formWesta input:focus {
    outline: none;
}

a:focus, a:hover {
    color: initial;
    text-decoration: none;
    outline: none !important;
}

div#post_form_success {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 40px;
    font-family: "Open Sans";
}

/*DOSTAVKA I OPLATA END*/


.countdown-title {
	font-family: BebasNeueBold, sans-serif;
	color: #fe4040;
	text-transform: uppercase;
	font-size: 50px;
    margin-bottom: -15px;
}

	.countdown {
		font-family: sans-serif;
		color: #fff;
		display: block;
		font-weight: 100;
		text-align: left;
		font-size: 30px;
		margin-bottom: 0px;
	}

	.countdown-number {
		padding: 10px 0px;
		border-radius: 3px;
		background: transparent;
		display: inline-block;
	}

    .countdown-time {
        padding: 15px 1px 0px;
        border-radius: 3px;
        background: transparent;
        display: inline-block;
        color: #e71c80;
        font-size: 42px;
        font-family: "Open Sans";
        font-weight: 400;
    }

    .countdown-text {
        display: block;
        padding-top: 16px;
        font-size: 14px;
        color: #7b7b7b;
        font-family: "Open Sans";
        text-align: center;
        width: auto;
        margin: 0px auto 12px -8px;
        line-height: 0px;
    }

	.perePrice {
		font-size: 30px;
		display: block;
		position: relative;
		margin-left: 0px;
		margin-bottom: -15px;
	}

.perePrice:before {
    content: "";
    background: #fe4040;
    display: block;
    width: 57px;
    height: 3px;
    position: absolute;
    top: -5%;
    bottom: 0;
    left: -1px;
    right: 0;
    transform: rotate(16deg);
    margin: auto;
}

.dvoKrap {
    color: #e71c80;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 42px;
    position: relative;
    right: -4px;
    top: -4px;
}

.skidka {
    max-width: 477px;
    width: 100% !important;
    margin-bottom: 50px;
}

.title-slider-akcia {
        font-size: 40px;
    line-height: 1.2;
    color: #000;
    text-align: left;
    font-family: "Ibm-bold";
    margin-bottom: 40px;
    text-transform: uppercase;
}

.text-do-konca {
    font-size: 14px;
    font-family: "Open Sans";
    color: #fff;
    font-weight: 400;
    margin-left: 4px;
}

.img-logo-inform {
    max-width: 255px;
}

.evita-title {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #000;
    margin-top: 20px;
}

.title-soc-evita {
    font-size: 16px;
    font-family: "Open Sans";
    color: #000;
    font-weight: bold;
}

img.socImgIcon.soc-evita-img {
    border: 1px solid #000;
    padding: 5px;
    height: 30px;
}

.tel-soc-evita {
    color: #0c1013;
}

.contact-evita {
    font-size: 16px;
    font-family: "Open Sans";
    color: #0c1013;
    margin-top: 14px;
}

.soc-evita {
    margin-bottom: 40px;
}

.imgInEvita {
    width: 100%;
}

.block-text-evita p {
    color: #0c1013;
    font-size: 16px;
    font-family: "Open Sans";
    margin-bottom: 15px;
}

.block-text-evita {
    margin-top: 35px;
}

p.title-ourContact {
    line-height: 1.3;
    color: #0c1013;
    display: block;
    min-height: 20px;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 15px;
}

.title-our-contact {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #0c1013;
    margin-bottom: 30px;
}

.subtitle-ourContact {
    color: #0c1013;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 1.5;
}

.contact-link {
    color: #0c1013;
}

.contact-link:hover {
    color: #0c1013;
    text-decoration: underline;
}

.block-ourContact {
    margin-bottom: 50px;
}

.maps-evita {
    width: 100%;
}

.magaz-on-map {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #171717;
    margin-top: 50px;
    margin-bottom: 45px;
}

.magazadres {
    color: #0c1013;
    font-size: 16px;
    margin-bottom: 30px;
}

.block-maps {
    margin-bottom: 50px;
}

.information-information-10 footer {
    margin-top: 100px;
}

.title-article a {
    color: #0c1013;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: bold;
}

.preview-article {
    color: #0c1013;
    font-size: 14px;
    font-family: "Open Sans";
}

.podrob a {
    color: #0c1013;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
    text-decoration: underline;
}

.article-thumb .caption {
    border: 1px solid #f0f0f1;
    padding: 20px;
    position: relative;
    z-index: 9;
    top: -50px;
    border-top: 0px;
}

.title-article {
    margin-bottom: 10px;
}

.article-date {
    color: #c6c8d1;
    font-size: 14px;
    margin-bottom: 10px;
}

.posled-article {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #0c1013;
    margin: 15px 0px;
}

p.inform-head {
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-article-inside {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #171717;
}

.newsblog-article .thumbnails > li {
    margin-left: 0px;
    padding: 0px 5px;
}

.newsblog-article .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.description-article p {
    color: #0c1013;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.5;
}

.description-article {
    margin-top: 35px;
}

.related-news {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #171717;
}

.related-block {
    margin-top: 50px;
}

.bg-category {
	background: #f7f7f7;
    background-size: cover;
    position: relative;
    top: -50px;
    padding: 70px 0px 20px;
}

.fa-check-circle:before {
    content: "\f058";
    font-family: "Font Awesome";
}

.alert-success {
    color: #171717 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 14px;
}

.alert-success a {
    color: #171717;
    text-decoration: underline;
}

.btn-group-justified .btn-group label, .btn-group-justified .btn-group button {
    background: transparent !important;
    color: #171717 !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: "Open Sans";
    font-weight: bold !important;
    letter-spacing: 1px;
    box-shadow: none !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    padding: 13px 0px !important;
}

label.btn.btn-primary.active {
    color: #fff !important;
    background: #171717 !important;
}

#d_quickcheckout .panel-default > .panel-heading {
    background: transparent !important;
    border: none !important;
}

#d_quickcheckout .panel-default {
    border: none !important;
    box-shadow: none !important;
}

#d_quickcheckout .panel-title span.text {
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #171717;
}

.fa-truck:before {
    content: "\f0d1";
    font-family: "Font Awesome";
    font-size: 22px;
    color: #171717;
}

.fa-credit-card:before {
    content: "\f09d";
    font-family: "Font Awesome";
    font-size: 22px;
    color: #171717;
}

#d_quickcheckout p {
    margin: 0 0 10px;
    font-size: 15px;
    font-family: "Open Sans";
    color: #171717;
}

#d_quickcheckout strong.title {
    font-size: 16px;
    font-weight: bold;
    color: #171717;
    margin: 18px 0px 14px !important;
    display: block;
}

.radio-input span.text, .radio-input span.price {
    color: #171717;
    font-size: 15px;
}

#payment_address_form label.control-label {
    display: none;
}

#shipping_address_form label.control-label {
    display: none;
}

div#shipping_address {
    margin-top: 66px;
}

#payment_address_form input {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #828282 !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    height: 40px !important;
    color: #828282 !important;
    font-size: 14px !important;
}

#confirm_agree_input a {
    color: #171717;
    text-decoration: underline;
}

input#payment_address_telephone {
    padding-left: 48px !important;
    padding-bottom: 7px !important;
}

#shipping_address_form input {
    display: none;
}

div#shipping_method .panel-heading, div#shipping_method .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}

div#payment_method .panel-heading, div#payment_method .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}

#shipping_address_form input, #shipping_address_form select {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #828282 !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    background: transparent !important;
    height: 40px !important;
    color: #828282 !important;
    font-size: 14px !important;
    display: block;
}

#cart_view .control-label, #cart_view .text-right {
    font-size: 16px !important;
    color: #171717 !important;
    padding: 0px !important;
    margin-bottom: 5px;
}

#confirm_comment_input span.text {
    font-size: 16px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 30px !important;
    display: block;
}

textarea#confirm_comment {
    height: 130px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-color: #000 !important;
    font-size: 14px !important;
    color: #828282 !important;
}


#d_quickcheckout button#qc_confirm_order {
    max-width: 250px;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: #000 !important;
    border-color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
    font-weight: bold !important;
    min-height: 50px;
    margin-left: auto !important;
    position: relative !important;
    right: 0px !important;
    display: block !important;
    color: #fff;
}

div#d_quickcheckout {
    margin-top: 50px;
}

.img-product-checkout {
    /* float: left; */
    margin-right: 20px;
    display: inline-block;
}

.caption-checkout a {
    color: #171717 !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px !important;
    display: block;
}

.price-total {
    font-weight: bold;
    font-size: 22px;
}

#d_quickcheckout button.btn.btn-primary.decrease {
    background: transparent !important;
    color: #000 !important;
    border-radius: 100% !important;
    border-color: #000 !important;
    padding: 9px 10px !important;
    width: 33px !important;
    height: 33px !important;
}

#d_quickcheckout button.btn.btn-primary.increase {
    background: transparent !important;
    color: #000 !important;
    border-radius: 100% !important;
    border-color: #000 !important;
    padding: 9px 10px !important;
    width: 33px !important;
    height: 33px !important;
}

#d_quickcheckout button.btn.btn-primary.increase:focus {
    outline: none;
}

#d_quickcheckout button.btn.btn-primary.decrease:focus {
    outline: none;
}

input.qc-product-qantity.form-control.text-center {
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 16px !important;
}

#d_quickcheckout button.btn.btn-danger.delete {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 0;
    position: absolute;
    top: -15px;
    right: 0;
    padding-right: 0px;
}

.form-horizontal.qc-totals {
    display: block !important;
    width: 100%;
    padding-right: 15px;
}

#d_quickcheckout .qc-product-qantity {
    min-width: 38px;
    background: transparent;
}

.fa.fa-times {
    font-size: 22px !important;
}

.qc-checkout-product.panel-body {
    margin-top: 25px;
    margin-bottom: 20px !important;
}

#d_quickcheckout .input-group.input-group-sm {
    max-width: 130px;
}

.caption-checkout {
    margin-bottom: 35px;
}

.quantity-check {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-left: 20px;
}

.quantity-check {
    display: inline-block;
}


.block-vsego {
    display: inline-block;
}

.product-checkout-block {
    position: relative;
}

div#payment_method_list label {
    color: #171717;
    font-size: 15px;
}

.fa-share:before {
    content: "\f064";
    font-family: "Font Awesome";
}

.minus:focus, .plus:focus {
    outline: none;
}

.btnLatest:focus {
    outline: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    outline: none !important;
}

button.btn.btn-custom-srav:focus {
    outline: none !important;
    box-shadow: none !important;
}

#login_model .modal-dialog {
    background: #fff !important;
}

#login_model .modal-content {
    border-radius: 0px;
}

.fa-exclamation-circle:before {
    content: "\f06a";
    font-family: "Font Awesome";
}

.fa-angle-right:before {
    content: "\f105";
    font-family: "Font Awesome";
}

.login-title {
    text-align: center;
    font-size: 22px;
    font-family: "Ibm-bold";
    color: #171717;
}

#login_form label.control-label {
    display: none;
}

#button_login {
    max-width: 100%;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: #000 !important;
    border-color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
    font-weight: bold !important;
    min-height: 50px;
    /* margin-left: auto !important; */
    position: relative !important;
    right: 0px !important;
    display: block !important;
    width: 100% !important;
}

#login_form input {
    font-size: 14px;
    font-family: "Open Sans";
    box-shadow: none !important;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #828282 !important;
    padding: 0px 0px 5px;
    height: 40px;
    margin-bottom: 10px;
}

#remeber_password {
    color: #171717;
    text-decoration: underline;
}

a.continue {
	
}

.checkout-checkout footer {
    margin-top: 20px;
}

.width-img-svg {
    max-width: 48px;
}

.block-oplata .width-img-svg {
    max-width: 41px;
}

.bg-category.register-bg {
    background-color: #f7f8fd;
    background-image: none;
}

.account-register legend {
    font-size: 22px;
    color: #000;
    font-family: "Ibm-bold";
}

.account-register form fieldset input[type="text"], .account-register form fieldset input[type="password"], .account-register form fieldset input[type="email"], .account-register form fieldset input[type="tel"], .account-register form fieldset select {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #828282 !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    height: 40px !important;
    color: #828282 !important;
    font-size: 14px !important;
}

.account-register #content p {
    font-size: 14px;
    color: #000;
}

.account-register input.btn.btn-primary {
    background: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 12px 30px;
    color: #fff;
}

.account-account h2 {
    font-family: "Ibm-bold";
    color: #000;
    margin-bottom: 15px;
}

.account-account .list-unstyled a {
    color: #000 !important;
    font-size: 14px;
    font-family: "Open Sans";
    margin-bottom: 6px;
    display: inline-block;
}

.account-account .list-unstyled a:hover {
    text-decoration: underline;
}

.account-order h1 {
    font-family: "Ibm-bold";
    color: #000;
}

.form-horizontal .control-label {
    color: #000;
    font-size: 14px;
}

.account-register a b {
    color: #000;
    text-decoration: underline;
}

.account-register #content a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.list-group-item {
    color: #000 !important;
    font-size: 14px;
    font-family: "Open Sans";
}

.well h2 {
    font-family: "Ibm-bold";
    font-size: 22px;
    color: #000;
}

.well {
    min-height: 326px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}

.well .btn.btn-primary {
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans";
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000;
    text-shadow: none;
    border-radius: 0px;
    border: 1px solid #000;
    box-shadow: none !important;
    padding: 12px;
    min-width: 150px;
    color: #fff;
}

.well a.btn.btn-primary {
    display: inline-block;
    margin-top: 18px;
}

.related-block .article-thumb {
    margin-top: 13px;
}

.checkout-success h1 {
    font-size: 32px;
    color: #000;
    font-family: "Ibm-bold";
    margin-bottom: 20px;
}

.checkout-success #content p {
    font-size: 16px;
    color: #000;
}

.checkout-success #content a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.checkout-success #content a.btn.btn-primary {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    background: #000;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 12px;
    min-width: 160px;
}

.akcii-span {
    color: #000;
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
}

table.table.table-bordered td {
    color: #000;
    font-family: "Open Sans";
}

table.table.table-bordered td a {
    color: #000;
    font-family: "Open Sans";
    text-decoration: underline;
}

.row-product-btn {
    position: relative;
}

.block-text-evita h2 {
    color: #000;
    font-family: "Ibm-bold";
    font-size: 22px;
    margin-bottom: 15px;
}

.checkout-checkout .img-product-checkout {
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.checkout-cart h1 {
    font-family: "Ibm-bold";
    color: #000;
    margin-bottom: 20px;
}

.list-plata li {
    font-family: "Open Sans";
    font-size: 16px;
    color: #171717;
    margin-bottom: 5px;
}



















@media (max-width: 1650px) {
    .absolutBlockImg {
        position: absolute;
        top: 6px;
        z-index: 0;
        left: -12%;
    }
    .absolutImgCenter {
        position: absolute;
        top: -60px;
        right: 0;
        text-align: right;
    }

    .absolutImgCenter .imgRight {
        width: 90%;
    }
}

@media (max-width: 1440px) {
    .absolutBlockImg {
        position: absolute;
        top: -5px;
        z-index: 0;
        left: -370px;
    }

.absolutImgCenter .imgRight {
    width: 76%;
}

.common-home .imgLeft {
    width: 93%;
}

.absolutImgCenter {
    position: absolute;
    top: -4px;
    right: 0;
    text-align: right;
}

.absolutImgRight img {
    position: absolute;
    top: -110px;
    right: -170px;
    left: 0;
    margin: auto;
    z-index: 9;
}
}

@media (max-width: 1300px) {
    .absolutBlockImg {
        position: absolute;
        top: 3px;
        z-index: 0;
        left: -370px;
    }

    .common-home .imgLeft {
        width: 87%;
    }
}

@media (max-width: 1024px) {
	.flexRowHead .list-inline li {
		padding: 0px 0px 0px 13px;
	}

	.specoffer-section {
		background-position-x: 618px;
	}
}

@media (max-width: 770px) {
.blockImgCont img {
    max-width: 100%;
}

i.fa.fa-times-circle {
    margin-right: 2px;
}

.dropdown-img:after {
    right: -2px !important;
}

#megamenu-menu .nav > li > a {
    font-size: 10px !important;
    padding: 20px 0px 10px 0px;
}

.ocfilter-option label .link-name {
    margin-left: 20px;
}

.product-grid .product-thumb .caption {
    min-height: 80px;
    padding: 0 10px;
}

.ocfilter-option .ocf-option-values {
    position: relative;
    margin-left: 0px;
}

select#input-sort {
    width: 180px;
    background: #fff;
}

.block-img-cat {
    margin-top: 75px;
}

.block-img-cat img {
    width: 100% !important;
    max-width: 100%;
}

.bg-category {
    padding: 45px 0px 45px;
    top: 0px;
    margin: 15px 0px 40px;
    background-image: none;
    background-color: #f7f8fd;
}
.common-home .imgLeft {
    width: 100%;
}

.bg-category.bg-with-img {
    background-color: #f7f8fd;
    background-image: none !important;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    padding: 1px 1px;
}

.specoffer-section {
    background-position-x: 0;
}

.catImg {
    width: 100%;
}

.owl-nav .owl-next {
    right: 0;
    width: fit-content;
    z-index: 99999;
    position: absolute;
}

.owl-nav .owl-prev {
    left: 0px;
    width: fit-content;
    z-index: 99999;
    position: absolute;
}

.title-slider-akcia {
    text-align: center;
}

.skidka {
    margin-left: auto;
    margin-right: auto;
}

.subtitle-ourContact {
    font-size: 14px;
}

.article-thumb .caption {
    top: -30px;
}

.countdown {
    text-align: center;
}

/* .row-flex-feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */

.flexRowHead .list-inline li {
    padding: 0px 0px 0px 7px;
}

.languageBtn {
    padding: 0px;
}

.manuHeadLeft a {
    padding: 0px 5px 0px 0px;
    display: inline-block;
}

#logo img.img-responsive {
    height: 60px;
}

img.searchImg {
    width: 20px;
}

.profileImg {
    width: 20px;
}

.imgShopCart {
    width: 20px;
    position: relative;
    top: 4px;
}

.telHead {
    font-size: 13px;
    position: relative;
    top: 1px;
}

#top .container {
    padding: 0 0px;
}

.manuHeadLeft a {
    font-size: 13px;
}

.left-col-feat {
    flex-basis: 34%;
}

.center-col-feat {
    flex-basis: 31%;
}

.right-col-feat {
    flex-basis: 35%;
}

.featuresIcon {
    width: 53px;
    float: left;
    padding-right: 5px;
    margin-bottom: 30px;
}

.absolutBlockImg {
    position: relative;
    top: 26px;
    z-index: 0;
    left: 0;
}

.absolutImgCenter {
    position: relative;
    top: -5px;
    right: 0;
    text-align: right;
}

.absolutImgRight img {
	display: none;
}

.absolutImgCenter .imgRight {
    width: 100%;
}

footer {
    margin-top: 60px;
}

.blockLastImg {
    margin-top: 65px;
}

.nowTitle {
    margin: 50px 0px 55px;
}

.newLatest {
    padding: 75px 0px 5px;
}

.bestMargin {
    padding: 25px 0px 5px;
}

.specoffer-section {
    padding: 70px 0px 298px;
    margin-top: 0px;
    margin-bottom: 90px;
    background-position-y: 270px;
}

}

@media (max-width: 500px) {
	.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
}

.main-banners_wrap {
	height: auto !important;
}
a.main-banner {
	position: relative !important;
	float: none !important;
	left: 0px !important;
	top: 0px !important;

}

#megamenu-menu .nav > li > a {
    font-size: 12px !important;
    padding: 20px 0px 10px 0px;
}

.block-img-cat {
    margin-top: 20px;
}

.article-thumb {
    margin-bottom: -35px;
}

.ocf-offcanvas .ocfilter-mobile-handle {
    position: absolute;
    left: 100%;
    top: auto !important;
    bottom: 150px;
}

.information-information-10 footer {
    margin-top: 0px;
}

.pagination>li>a, .pagination>li>span {
    padding: 6px 8px;
}

.row-product-cat .product-layout {
    min-height: auto;
    width: 50%;
}

.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    z-index: 999999 !important;
}

.nameProduct a {

    line-height: 1.1em;
    position: relative;
    display: block;
    overflow: hidden;
    height: 2.2em;
    font-size: 14px;
}

.article-thumb .caption {
    text-align: left;
}

.checkout-checkout .img-product-checkout {
    float: none;
    text-align: center;
    display: block;
}

.img-product-checkout {
    float: none;
    text-align: center;
    display: block;
}

#popupcart_extended .popupcart_info .price {
    width: 100% !important;
    text-align: center;
}

.caption-checkout a {
    text-align: center;
}

.block-product .caption-checkout {
    width: 100%;
    text-align: center;
}

.img-product-checkout a {
    /* float: none; */
    text-align: center !important;
}


#d_quickcheckout .img-product-checkout .img-responsive {
    margin: auto !important;
}

.caption-checkout {
    text-align: center;
}

#d_quickcheckout button#qc_confirm_order {

    margin-right: auto !important;
}

#d_quickcheckout div#shipping_address {
    margin-top: 0px;
}

.bg-category {
        padding: 0px 0px 0px;
    top: 0px;
    margin: 15px 0px 0px;
}

.category-head {
    font-size: 30px;
    margin-top: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb {
    margin: 0 0 10px -5px;
    padding: 8px 0;
    /* border: 1px solid #ddd; */
    background: none;
}

.posled-article {
    margin: 20px 0px 0px;
}

.article-thumb .caption {
    top: -49px;
}

p.title-ourContact {
    min-height: auto;
}

.block-ourContact {
    margin-bottom: 25px;
}

.formWesta input {
    margin-bottom: 30px;
}

.title-slider-akcia {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.countdown {
    text-align: center;
}

.skidka {
    max-width: 250px;
    width: 100% !important;
    margin-bottom: 37px;
    margin-right: auto;
    margin-left: auto;
}

.skidka {
    max-width: 250px;
    width: 100% !important;
    margin-bottom: 37px;
}

.block-oplata {
    margin-top: 50px;
}

.block-attr-prod {
    text-align: center;
}

.block-desc-cat {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.procentBlock {
    text-align: center;
}

.procentBlock img {
    float: none;
    margin-right: 10px;
    margin: auto;
}

.descRight-proc {
    height: auto;
    align-items: center;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.title-random {
    text-align: center;
}

div#cart {
    margin-top: 15px;
}

.searchBtn {
    margin-top: 20px;
}

a.dropdown-toggle {
    margin-top: 20px;
    display: block;
}

.bg-with-img {
    top: 0px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 20px 0px 20px;
    background-position-x: 55%;
}

.block-img-cat img {
    width: 100%;
}

.caption {
    text-align: center;
}

.form-group.group-inline {
    display: block;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.product-head {
    font-size: 22px;
    font-family: "IBM-bold";
    color: #000;
    margin-top: 2px;
    margin-bottom: 55px;
    text-align: center;
}

.languageBlock {
    padding-right: 0px !important;
}

.block-inline-quant {
    display: flex;
    margin: 20px 0px;
    align-items: center !important;
    text-align: center;
    justify-content: center;
}

.btn-add-cart-custom {
    margin: auto;
}

#top .container {
    padding: 0 20px;
}

#top-links {
    padding-top: 6px;
	width: 100%;
}

.telHead {
    font-size: 14px;
    position: relative;
    top: 1px;
}

img.searchImg {
    width: 25px;
}

.profileImg {
    width: 25px;
}

.imgShopCart {
    width: 25px;
}

.languageBtn {
    /* padding: 0px; */
    padding: 0px 0px 4px 12px;
}

.title-slider {
    font-size: 36px;
    padding: 0px 0px;
    margin-top: -20px;
}

.featuresIcon {
    width: 60px;
    float: none;
    padding-right: 10px;
	margin: 0px 0px 5px;
}
.row-flex-feat {

    justify-content: center;

}

.row .text-center{
    margin-right: 0px;
    margin-left: 0px;
}


.featureBlock {
    text-align: center;
}

.featureBlock {
    text-align: center;
    margin-bottom: 25px;
}

.owl-nav .owl-next {
    right: 25px;
}

.flexRowHead .list-inline li {
    padding: 0px 14px 0px 0px;
}

.owl-nav .owl-prev {
    left: 25px;
}


.nowTitle {
    margin: 50px 0px 40px;
}

.titleSpec {
    font-size: 29px;
    line-height: 1.1;
}

.blockPercent {
    margin-top: 184px;
    text-align: center;
}

.imgPercent {
    float: none;
    padding-right: 0px;
    margin-bottom: 30px;
}

.textPercent:before {
    content: "";
    background: #000;
    width: 50px;
    height: 2px;
    display: none;
    margin: auto;
    margin-bottom: 25px;
}

.blockLastImg {
    margin-top: 10px;
}

.catImg {
    width: 100%;
}

.absolutBlockImg {
    position: relative;
    top: 0;
    z-index: 0;
    left: 0;
}

.absolutImgRight img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    display: none;
}

.absolutImgCenter {
    position: relative;
    top: 0;
    right: 0;
}

.absolutImgCenter .imgRight {
    width: 100%;
}

footer {
    margin-top: 50px;
    padding-top: 0px;
    color: #000;
	text-align: center;
}

footer .col-sm-3 {
    margin-bottom: 55px;
}

button.btn.btn-link.dropdown-toggle {
    padding-top: 8px !important;
}

.flexCopy {
    display: block;
	padding-top: 0px;
}

.menuLeftLogo {
    display: none;
}

div#logo {
    width: 100%;
    position: relative;
    top: -14px;
}

.ocfilter-mobile-handle .btn-primary {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
}

.ocfilter-mobile .list-group {
    padding: 20px 10px 10px;
}

.ocfilter-mobile-handle .btn-primary:focus {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
}

.flexRowHead {
    display: block;
    justify-content: space-between;
    align-items: center !important;
}

#logo img.img-responsive {
	margin: auto;
	margin-top: 5px;
}

#top-links .list-inline {
    display: flex;
    justify-content: space-around;
}

.telHeadBlock {
    margin-top: 25px;
}
.features-section {
    padding: 55px 0px 40px;
    background-color: #f8f8f8;
}

.newLatest {
    padding: 60px 0px 0px;
}

.owl-carousel .item {
    height: 65vh;
    background-position: top;
}

.main-banner {
    float: center !important;
    width: 100% !important;

}

.bestMargin {
    padding: 10px 0px 60px;
}

.specoffer-section {
    padding: 0px 0px 0px;
    background-position-y: 100px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.btnLatest span.hidden-xs.hidden-sm.hidden-md {
    display: block !important;
}

.owl-latest .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 25px;
}

.btnLatest {
    /* top: 40%; */
    top: 28%;
    border: none;
    text-decoration: underline;
}

#megamenu-menu button.btn.btn-navbar.navbar-toggle {
    position: absolute;
    top: -126px;
    right: -13px;
}

#top-links {
    padding-top: 0px;
}

.form-group {
    text-align: left;
}

#megamenu-menu {
	min-height: 0px;
}

section.home-slider-section {
    margin-top: 1px;
}

#megamenu-menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: transparent !important;
    /* display: block; */
    box-shadow: none;
    border: none;
}

.megamenu-haschild .customMenuLink {
    text-align: center;
    color: #000 !important;
    font-size: 13px !important;
}

.percentZag {
    max-width: 75px;
    float: right;
    position: relative;
    top: -30px;
}

.skidkaBlock {
    display: block;
    margin-top: 15px;
}

.category-section {
    margin-top: 50px;
}

.text-spasibo p {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1;
    color: #5d5d5d;
}

.title-spasibo {
    line-height: 1;
}

}

@media (max-width: 375px) {
    .nowTitle {
        margin: 5px 0px 40px;
    }

    .contact-evita {
        font-size: 14px;
    }
}


.btnLatest span.hidden-xs.hidden-sm.hidden-md {
    display: block !important;
}

@media (max-width: 360px) {
    .newLatest {
        padding: 60px 0px 55px;
    }
}




/*LANDSCAPE TABLET START*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: landscape)  {

	.flexRowHead .list-inline li {
		padding: 0px 0px 0px 12px;
	}

	.languageBtn {
		padding: 0;
    }
    
    .block-img-cat img {
        width: 100%;
    }

	.owl-nav .owl-next {
		right: 0px;
	}

	.owl-nav .owl-prev {
		left: 0px;
	}

	.specoffer-section {
		background-position-x: 255%;
	}

	.newLatest {
		padding: 75px 0px 5px;
	}

	.bestMargin {
		padding: 30px 0px 10px;
	}

	.nowTitle {
		margin: 40px 0px 115px;
	}

	.absolutBlockImg {
		position: absolute;
		top: -14px;
		z-index: 0;
		left: -465px;
	}

	.absolutImgCenter .imgRight {
		width: 47%;
	}

	.center-col-feat {
		flex-basis: 25%;
	}

	.left-col-feat {
		flex-basis: 37%;
	}

	.right-col-feat {
		flex-basis: 37%;
    }
    
    #megamenu-menu .nav > li > a {
        font-size: 12px !important;
    }

    .title-slider-akcia {
        text-align: center;
    }

    .skidka {
        margin-left: auto;
        margin-right: auto;
    }

    .countdown {
        text-align: center;
    }

    .skidka {
        margin-bottom: 20px;
        margin-top: -25px;
    }

    select#input-sort {
        width: 100%;
    }

    .bg-category.bg-with-img {
        background-color: #f7f8fd;
        background-image: none !important;
    }

    .contact-evita {
        font-size: 15px;
    }

    footer {
        margin-top: 30px;
    }

    .product-grid .product-thumb .caption {
        min-height: 85px;
        padding: 0 10px;
    }

    .row-product-cat .product-layout {
        min-height: 350px;
    }

    .btnLatest {
        border-bottom: none;
        text-decoration: underline;
    }

  }


/*LANDSCAPE TABLET END*/

.product-category-60 .bg-category {
    background-image: url(/image/catalog/category-filter/bg_svadebnie_ukr.jpg);
}

/*Категории на главной*/

.main-banners {
  margin: 75px 0; }
  .main-banners_wrap {
    margin: 0 -8px; }

.main-banner {
  float: left;
  width: 33.33%;
  padding: 8px;
  transition: all 0.15s ease-in; }
  .main-banner:nth-child(3) {
    margin-right: 0; }
  .main-banner--big {
    width: 66.66%; }
    .main-banner--big .main-banner_img {
      right: 100px;
      max-width: 200px; }
    .main-banner--big .main-banner_box {
      max-width: 400px; }
  .main-banner--big-v .main-banner_wrap {
    height: 536px; }
  .main-banner_wrap {
    position: relative;
    height: 240px;
    background: #f8f8f8;
    transition: all 0.15s ease-in; }
  .main-banner_img {
    position: absolute;
    bottom: 0;
    right: 5px;
    m-ax-width: 160px;
    max-height: 100%; }
  .main-banner_box {
    position: absolute;
    z-index: 1;
    left: 26px;
    bottom: 26px;
    max-width: 195px;
    font-size: 14px; }
    .main-banner_box .label-new {
      margin-bottom: 20px; }
    .main-banner_box h4, .main-banner_box .h4 {
      margin: 0 0 15px;
          font-family: "Ibm-bold";
      text-transform: uppercase; }
    .main-banner_box p {
      margin-bottom: 15px;
      font-size: 14px; }
    .main-banner_box .btn {
      margin-top: 5px; }
      .h4, h4 {
    font-size: 16px;
}

.banner-sale {
  display: block;
  text-align: center;
  padding: 35px 15px;
  background: #ed6d02;
  font-size: 24px;
  font-weight: bold;
  color: #fff; }
  .banner-sale:hover, .banner-sale:focus {
    color: #fff;
    text-decoration: none; }
  .banner-sale img {
    display: inline-block;
    max-width: 100%; }
  .banner-sale span {
    display: block; }

span.banner-sale_head {
  margin: -10px 0 30px;
  line-height: 1.1;
  font-size: 135px;
  color: #fff; }

  a.main-banner {
  	color: #000;
  }

  .main-banner, .main-banner:hover {
    display: block;
    color: #000;
    text-decoration: none;
}
.main-banner:hover .main-banner_wrap {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

  .main-banner_wrap .btn {
       padding: 7.5px 12px;
    font-size: 14px;
     border: 1px solid #e71c80; 
    border-radius: 0px;
     box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); 
    color: #e71c80;

  }

  #ajax_loader {
						width: 100%;
						height: 30px;
						margin-top: 15px;
						text-align: center;
						border: none!important;	
					}
					#arrow_top {
						background: url("../../../../../image/chevron_up.png") no-repeat transparent;
						background-size: cover;
						position: fixed;
						bottom: 50px;
						right: 0px;
						cursor: pointer;
						height: 50px;
						width: 50px;
					}



.sale-text {
	    background: #e71c80;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
}

.sale-text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}