/*
Template Name: Fastor - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

/*------------------------------------------------------------------
[Table of contents]

1. Main Styles
2. Inputs
3. Dropdown
4. Buttons
5. Header
6. Top Bar
7. Top of pages
8. Breadcrumb
9. Main Content
10. CustomFooter
11. Footer
12. Copyright
13. OpenCart Style
14. Facebook widget
15. Twitter widget
16. Custom widget
17. Opencart 2.0
18. Carousel Brands
19. Banner module
20. Camera slider
21. Lazy load
-------------------------------------------------------------------*/

html {
	scroll-behavior: smooth;
}

*:not(.fa, .fas, .fa-light) {
	font-family: 'Roboto', sans-serif !important;
}

p, span, a, ul, ul li, ol, ol li, label {
	font-size: 15px;
}

/*
a {
	text-decoration: underline;
}
*/

a:hover {
	text-decoration: none;
}

  .no-height {
  min-height: 0 !important;
 }

.padding-bottom-20 {
padding-bottom: 20px !important;
}

.dsm-ig-post-img {
width: 100% !important;
}

ul.megamenu li.mobile-only,
.mobile-only {
	display: block;
}

@media (max-width: 991px) {
	ul.megamenu li.desktop-only,
	.desktop-only {
		display: none !important;
	}
}

@media (min-width: 992px) {
	ul.megamenu li.mobile-only,
	.mobile-only {
		display: none !important;
	}
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

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

.d-flex {
	display: flex;
}

.d-inline-flex {
	display: inline-flex;
}

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

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

.text-right {
	text-align: right;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none;
	}

	.d-sm-block {
		display: block;
	}
	
	.d-sm-inline-block {
		display: inline-block;
	}
	
	.d-sm-flex {
		display: flex;
	}
	
	.d-sm-inline-flex {
		display: inline-flex;
	}

	.text-sm-left {
		text-align: left;
	}
	
	.text-sm-center {
		text-align: center;
	}
	
	.text-sm-right {
		text-align: right;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none;
	}

	.d-md-block {
		display: block;
	}
	
	.d-md-inline-block {
		display: inline-block;
	}
	
	.d-md-flex {
		display: flex;
	}
	
	.d-md-inline-flex {
		display: inline-flex;
	}

	.text-md-left {
		text-align: left;
	}
	
	.text-md-center {
		text-align: center;
	}
	
	.text-md-right {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none;
	}

	.d-lg-block {
		display: block;
	}
	
	.d-lg-inline-block {
		display: inline-block;
	}
	
	.d-lg-flex {
		display: flex;
	}
	
	.d-lg-inline-flex {
		display: inline-flex;
	}

	.text-lg-left {
		text-align: left;
	}
	
	.text-lg-center {
		text-align: center;
	}
	
	.text-lg-right {
		text-align: right;
	}
}


#top #cart_block .cart-heading p #total_price {
color: #000 !important;
font-size: 16px;
font-weight: bold;
}

#top .overflow-menu2 {
	display: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

@media (min-width: 992px) {
	#top .overflow-menu2 {
		display: block;
	}
}

#top span.top-bar-left-item {
	display: inline-block;
	margin-top: 5px;
	margin-left: 23px;
}

#top span.top-bar-left-item strong {
	font-weight: 500;
}

#top span.top-bar-left-item strong a {
	text-decoration: none;
}

#top .overflow-menu2 > .container {
	display: flex;
	align-items: center;
}

.megamenu-type-29 #main #top .overflow-menu2 .container-megamenu  ul.megamenu > li > a {
	padding-top: 0;
	padding-bottom: 0;
}

div.pagination-results ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #00aaaa;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: center;
    margin: 10px 7px 0px 0px;
    font-weight: bold;
    cursor: pointer;
}

div.pagination-results ul li,
div.pagination-results ul li a,
div.pagination-results ul li span {
	/*
    font-size: 11px;
	*/
	font-size: 12px;
}

.breadcrumb .container h1 {
    border-bottom-color: #878786 !important;
}

.common-home	.box .box-heading:after {
    content: '';
    background: url(../../../../../image/catalog/podtrzitko.png) no-repeat center center;
    width: 100%;
    height: 4px;
    position: absolute;
    display: block;
    margin-top: 9px;
}

.common-home .box .box-heading:after,
.common-home .box .box-heading:before {
    display: none;
}

.product-grid > .row {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}

@media (min-width: 1200px) {
	.product-grid .product-item:hover {
		background: linear-gradient(to right, black 4px, transparent 4px) 0 0, linear-gradient(to right, black 4px, transparent 4px) 0 100%, linear-gradient(to left, black 4px, transparent 4px) 100% 0, linear-gradient(to left, black 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, black 4px, transparent 4px) 0 0, linear-gradient(to bottom, black 4px, transparent 4px) 100% 0, linear-gradient(to top, black 4px, transparent 4px) 0 100%, linear-gradient(to top, black 4px, transparent 4px) 100% 100%;
		background-repeat: no-repeat;
		background-size: 20px 20px;
	}
}

.product-grid .product .price, .product-grid .product .price .price-new, .advanced-grid-products .product .right .price, .advanced-grid-products .product .right .price .price-new, #top #cart_block .cart-heading p strong, .cart-total table tr td:last-child, .mini-cart-info td.total, .mini-cart-total td:last-child, .today-deals-products .product .price, .architecture-products .product .right .price, .matrialarts-products .matrial-product .right .price, .pb_price strong, .PB_options_product_field strong {
	color: #111 !important;
	font-size: 18px !important;
	line-height: 1.6;
	font-weight: 600;
}
.product-grid .product .only-hover ul li a, .architecture-products .product .right .only-hover ul li a, .product-list .name-actions ul li a, .today-deals-toys2-products .only-hover ul li a, .today-deals-petshop2-products .only-hover ul li a, .flower-product .right ul li a {
border-color: rgba(0,0,0,0.2) !important;
}

/* Banner shapes */
.dsm-ig-bottom-btn-container{
padding: 0px !important;
}
.dsm-ww-instagram-hashtag-feed{
width: 100% !important;
border-radius: 0px !important;
margin: 0px !important;
}
.dsm-ww-instagram-hashtag-feed-item {
width: 16.66669% !important;
}
@media (max-width: 991px){
.dsm-ww-instagram-hashtag-feed-item {
width: 33.3333% !important;
height: 250px !important;
}
.dsm-ig-post-img {
height: 250px !important;
}
}
@media (max-width: 767px){
.dsm-ww-instagram-hashtag-feed-item {
width: 50% !important;
height: 250px !important;
}
.dsm-ig-post-img {
height: 250px !important;
}
}
@media (max-width: 400px){
.dsm-ww-instagram-hashtag-feed-item {
width: 100% !important;
height: 300px !important;
}
.dsm-ig-post-img {
height: 300px !important;
}
}
body .dsm-ww-instagram-hashtag-feed .dsm-ww-instagram-hashtag-feed-item img{
width: 100% !important;
}
.dsm-ww-instagram-hashtag-feed-item {
margin: 0px !important;
}
.dsm-ig-load-more-posts{
border: none !important;
background-color: transparent !important;
color: #6ec4da !important;
margin-top: 10px !important;
display:none;
}
.dsm-ig-profile-usename{
display: none !important;
}
.shape {
margin-left: -580px !important;
top: 0 !important
}
.shape .shape1{
position:absolute;
top: 0 !important;
margin-left: -749px !important;
height: 670px;
width: 1000px;
opacity: 0.8;
clip-path: polygon(0 0, 895px 0, 100% 100%, 0 100%);
-webkit-clip-path: polygon(0 0, 895px 0, 100% 100%, 0 100%);
-moz-clip-path: polygon(0 0, 895px 0, 100% 100%, 0 100%);
-o-clip-path: polygon(0 0, 895px 0, 100% 100%, 0 100%);
}
.shape .shape2{
position:absolute;
left: 145px;
top: 0 !important;
height: 670px;
width: 900px;
opacity: 0.8;
clip-path: polygon(0 0, 100% 0,760px 100%, 105px 100%);
-webkit-clip-path: polygon(0 0, 100% 0,760px 100%, 105px 100%);
-moz-clip-path: polygon(0 0, 100% 0,760px 100%, 105px 100%);
-o-clip-path: polygon(0 0, 100% 0,760px 100%, 105px 100%);
}

@media (max-width: 1260px){
.tp-caption{
display: block !important;
width: 100% !important;
left: 0 !important;
right: 0 !important;
text-align: center !important;
}
.shape {
margin-left: 0 !important;
}
}

@media (max-width: 991px){
.tp-caption{
display: block !important;
width: 100% !important;
left: 0 !important;
right: 0 !important;
text-align: center !important;
}
.shape {
display: none !important;
}


#rev_slider_3_1_wrapper{
max-height:800px !important;
background:#222 !important;
}
.rev_slider{
max-height:800px !important;
}
.tp-bgimg{
max-height:500px !important;
background-size:900px !important;
margin-top:120px !important;
display:none;
}
.slotholder{
 max-height:500px !important;
 width:991px !important;
 height:500px !important;
}
.tp-revslider-slidesli{
 max-height:800px !important;

}
.tp-caption{
left:0px !important;
width:100%;
text-align:center;
margin-top: 360px !important;
color:#fff !important;
white-space:normal;
}
.tp-caption a{
font-size:14px !important;
padding:10px 20px !important;
padding-bottom:12px !important;
font-weight:600;
border-radius:0px !important;
}
}


@media (max-width: 767px){

#rev_slider_3_1_wrapper{
max-height:600px !important;
background:#222 !important;
}
.rev_slider{
max-height:600px !important;
}
.tp-bgimg{
max-height:350px !important;
background-size:600px !important;
margin-top:120px !important;
display:none;
}
.slotholder{
 max-height:600px !important;
 width:767px !important;
 height:350px !important;
}
.tp-revslider-slidesli{
 max-height:600px !important;

}
.tp-caption{
left:0px !important;
width:100%;
text-align:center;
margin-top:220px !important;
color:#fff !important;
white-space:normal !important;
}
.tp-caption a{
font-size:14px !important;
padding:10px 20px !important;
padding-bottom:12px !important;
font-weight:600;
border-radius:0px !important;
}

.tp-caption.medium_bold_black, .tp-caption.medium_bold_white_new{
font-size: 22px !important;
margin-top: 220px !important;
line-height: 1.2 !important;
}
.tp-caption a{
margin-top: 15px !important;
}

}


@media (max-width: 500px){
.large_bold_bl_white, .large_bold_bl {
font-size: 32px !important;
}
.tp-caption.medium_bold_black, .tp-caption.medium_bold_white_new{
font-size: 22px !important;
margin-top: 270px !important;
line-height: 1.2 !important;
}
.tp-caption a{
margin-top: 100px !important;
}
}

@media (max-width: 350px){
#rev_slider_3_1_wrapper{
max-height:650px !important;
}
.rev_slider{
max-height:650px !important;
}
.tp-bgimg{
max-height:350px !important;
background-size:650px !important;
}
.slotholder{
 max-height:650px !important;
}
.tp-revslider-slidesli{
 max-height:650px !important;
}
.tp-caption{
margin-top:100px !important;
}

.large_bold_bl_white, .large_bold_bl {
line-height: 0.9 !important;
top: 130px !important;
}

.tp-caption.medium_bold_black, .tp-caption.medium_bold_white_new{
top: 220px !important;
line-height: 1.1 !important;
}
.tp-caption.medium_bg_asbestos{
top: 190px !important;
}
}

/* END banner shapes */

ul.megamenu > li.with-sub-menu > a strong:after {
	color: #000 !important;
	margin-left: 8px !important;
  }
/*
.megamenu li.with-sub-menu:nth-child(2) > a strong:after{
color: #c098c4;
}
.megamenu li.with-sub-menu:first-child > a strong:after{
color: #6ec4da;
}
.megamenu li.with-sub-menu:nth-child(3) > a strong:after{
color: #dbdd98;
}

.megamenu-type-29 ul.megamenu > li:first-child > a.active {
  color: #6ec4da !important;
}
.megamenu-type-29 ul.megamenu > li:nth-child(2) > a.active {
  color: #c098c4 !important;
}
.megamenu-type-29 ul.megamenu > li:nth-child(3) > a.active {
color: #dbdd98 !important;
}
*/
.megamenu-type-29 ul.megamenu > li > a.active {
	color: #000 !important;
  }

  .megamenu-type-29 ul.megamenu > li > a.active strong {
	text-decoration: underline;
  }


 #map-cont { position: relative; width: 1170px; height: 600px; margin: 0 auto; }
.reg { display: none; position: relative; margin-top: 80px;margin-left:120px;}
.reg.left { left: -0px; }
.reg.rght { left: 0px; }

.reg-head { font-size: 17px; color: #325d74; margin-bottom: 20px; }
.reg-saler { margin-bottom: 15px; }
.reg-saler-head { font-size: 14px; color: #9a1f25; }

.float-saler { position: absolute; padding: 15px; background-color: #d8d8d8; }
/* @group 1. Main Styles */


@media screen and (max-width: 10000px) {
.account-bar{

}
}
@media screen and (max-width: 1270px) {
.account-bar{

}
}

@media screen and (max-width: 992px) {
.account-top-bar{
display:none !important;
}
}
.account-top-bar{
display:inline-block;
margin-top:10px;
padding:0;
}
@media (min-width: 992px) {
	.account-top-bar{
		margin-top:6px;
	}
}

a.account-bar{
color:#000;
font-weight: 500;
font-size: 15px;
}
/*
a.account-bar:hover{
color:#00aaaa ;
}
*/
.row.megamenu-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	align-items: center;
}
@media (min-width: 1678px) {
	.row.megamenu-row {
		justify-content: space-between;
	}
}
.shadow-background{
width:100%;
height:100%;
background:rgba(32,32,30,0.8);
position:absolute;
top:141px;
display:none;
z-index:24;
}




.megamenu-type-29 ul.megamenu > li > a.active {
	color: #000 !important;
  }

  .megamenu-type-29 ul.megamenu > li > a.active strong {
	text-decoration: underline;
  }
#input-voucher{
width:48%;
margin-right:5px;
float:left;
}
#input-coupon{
width:48%;
margin-right:5px;
float:left;
}

.pattern{
border-bottom:1px solid rgba(0,0,0,0.1)
}
.submenu-custom .row{
  margin-bottom:20px;
}
.submenu-custom ul li{
  list-style:none;
}
.submenu-custom ul{
  padding-left:0px;
}
.submenu-custom a{
 font-size:15px;
 font-weight:600;
}
.submenu-custom ul li a{
 font-size:13px;
 font-weight:300;
 text-decoration: none;
}
@media screen and (max-width:991px){
	.submenu-custom {
	overflow-y: scroll;
	overflow-x: hidden;
	}

	ul.megamenu > li > a,
	.submenu-custom a,
	.submenu-custom ul li a {
		display: block;
		font-size: 16px;
		font-weight: 400;
		padding-top: 14px;
		padding-bottom: 13px;
		margin: 0;
		border-bottom: 1px solid #e5e5e5;
		color: #fff;
	}

	ul.megamenu > li > a:focus,
	.submenu-custom a:focus,
	.submenu-custom ul li a:focus,
	ul.megamenu > li > a:hover,
	.submenu-custom a:hover,
	.submenu-custom ul li a:hover {
		color: #fff !important;
		text-decoration: none !important;
	}
}	
 .fa-search{
 display:none;
 }
.product-thumb .image, .thumbnail {
	position: relative;
}
.power-label {
	position: absolute;
	padding: 0.2em 0.8em;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 11px;
	font-weight:bold;border-radius: 2px;
	z-index: 1;
}
.thumbnail .power-label {
	font-size: 1.6em;
}
.power-label-1 {
	left: 1em;top: 1em;background-color: #1BBC9B;color: #ffffff;}
.power-label-2 {
	right: 1em;bottom: 1em;background-color: #DB0A5B;color: #ffffff;}
.power-label-3 {
	right: 1em;top: 1em;background-color: #DB0A5B;color: #ffffff;}
.power-label-4 {
	left: 50%;margin-left: -5.7em;top: 8em;background-color: #1BBC9B;color: #ffffff;}
.power-label-5 {
	left: 1em;top: 7.6em;background-color: #4183D7;color: #ffffff;}
.power-label-6 {
	left: 1em;bottom:1em;background-color: #4183D7;color: #ffffff;}
.power-label-7 {
	left: 50%;margin-left: -4.3em;top: 8em;background-color: #EF4836;color: #ffffff;}
.power-label-9 {
	left: 1em;;top: 3.2em;background-color: #EF4836;color: #ffffff;}
.power-label-11 {
	left: 1em;;top: 6.2em;background-color: #EF4836;color: #ffffff;}
 #fixed_menu .druhy_row,#fixed_menu{
// transition: all 0.2s ease;
// position:relative
 }
 .menu_fix .druhy_row{
 background: rgba(32,32,30,0.8);
    position: fixed !important;
    width: 100% !important;
    top: 0px !important;
    z-index: 400 !important;
}
.menu_fix .prvni_row{display:none}
.standard-body .full-width .container.prvni_row {
	max-width: 1824px;
}
.standard-body .full-width .container.prvni_row > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width: 767px) {
	.standard-body .full-width .container.prvni_row > .row {
		margin: 0;
	}
}
@media (min-width: 1678px) {
	.standard-body .full-width .container.prvni_row > .row {
		justify-content: space-between;
	}
	.standard-body .full-width .container.prvni_row > .row > #header-left {
		left: 0;
		margin-right: auto;
	}
	.standard-body .full-width .container.prvni_row > .row > #header-right {
		max-width: 1552px;
		margin-left: auto;
		right: 0;
	}
}
.vyhody{
margin-top:100px !important;
margin-bottom:50px !important;
}
.vyhody .row{
margin-bottom:40px;
}
.vyhody h3{
margin-top:10px;
color:#232323;
text-transform:uppercase;
font-size: 22px;
font-style: italic;
}
.vyhody .vyhoda {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.vyhody .vyhoda .vyhoda-image {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding-top: 10px;
}

.vyhody .vyhoda .vyhoda-image img {
	width: 98px;
	height: 45px;
}

.vyhody .vyhoda .vyhoda-text {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.vyhody .vyhoda .vyhoda-text p {
	font-size: 16px;
}

@media (min-width: 1400px) {
	.vyhody .vyhoda {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000 !important;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000 !important;
  border-width: 5px 5px 0;
}


.box-variants{
display:inline-block;
width:100%;
}
.box-variants img.active{
border:1px solid #00aaaa;
}

.velikostni-tabulky table{
width:100%;
margin-bottom:30px;
text-align:center;
}
.velikostni-tabulky img{
margin-top:40px;
}
.velikostni-tabulky table thead{
/*
background:rgb(252,118,19);
color:#fff;
*/
background: none;
color: #000;
}
.velikostni-tabulky table tr th{
padding:3px;
text-align:center;
}
.velikostni-tabulky table tr th:first-child{
padding:3px 5px;
text-align:left;
}
.body-white-type-2 #mfilter-content-container{
margin-top:0px !important;
}

.padding-bottom{
padding-bottom:30px;
}
.thumbik{
width:50px;
}
#o-materialech-row .col-md-3{
min-height:345px;
padding-left:10px;
padding-right:10px;
}
#barevne-varianty-row .col-md-3{
min-height:250px;
}
/*
.custom-blog{
background:url("/image/background_blog.png") repeat center center;
}
*/
.custom-blog a.blog-link {
    /*color: #6ec4da;*/
		font-size: 15px;
		line-height: 1;
		font-weight: 400;
		text-decoration: none;
		color: #000;
}

/* HP articles swiper */
.custom-blog .swiper .swiper-wrapper {
	height: auto;
}

.custom-blog .swiper .swiper-wrapper .swiper-slide .post-content {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.swiper .swiper-navigation {
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
	justify-content: center;
}

.custom-blog .swiper .swiper-navigation {
	min-height: 50px;
	margin-top: 15px;
}

.swiper .swiper-navigation .swiper-button-next,
.swiper .swiper-navigation .swiper-button-prev {
	position: relative;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.1) !important;
	background: #fff;
	margin: 0 15px 15px;
	/*margin: 0;*/
	left: auto;
	right: auto;
}

.swiper .swiper-navigation .swiper-button-next:after,
.swiper .swiper-navigation .swiper-button-prev:after {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.swiper .swiper-navigation .swiper-button-next:hover,
.swiper .swiper-navigation .swiper-button-prev:hover {
	background: #000;
}

.swiper .swiper-navigation .swiper-button-next:hover:after,
.swiper .swiper-navigation .swiper-button-prev:hover:after {
	color: #fff;
}

.swiper .swiper-navigation .swiper-button-next.swiper-button-lock,
.swiper .swiper-navigation .swiper-button-prev.swiper-button-lock {
	display: none;
}
/* HP articles swiper */

body {
	color:#333333;
	font-size:15px;
	font-weight: 400;
	line-height:1.6;
	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
	background: #f3f3f3;
	position: relative;
}

body span {
	font-size: 15px;
}

body .breadcrumb span,
body .breadcrumb p,
body .breadcrumb li,
body .breadcrumb a {
	font-size: 13px;
	text-decoration: none;
}

body .breadcrumb a i {
	font-size: 18px;
}
/*
body p, body span {
	font-size:15px;
	font-weight: 400;
	line-height:1.6;
	font-family:'Poppins';
}
*/
     body.firefox-mac {
          font-weight: 300;
     }

	.fixed-body {
		padding: 0px 20px;
	}

* {
     outline: 0;
}

b,
strong {
	font-weight: 700;
}
#dpd_open{color:rgb(252,118,19)}
a {
	color:#333333;
	line-height:1.6;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

a:hover {
	color: #d9121f;
	text-decoration:none;
}

.container .container {
	width: auto !important;
	max-width: none !important;
}

body .standard-body,
body .fixed-body {
     overflow: hidden;
}

     body .standard-body:before,
     body .fixed-body:before {
          position: absolute;
          z-index: -20;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
     }

.standard-body .full-width .container {
	max-width: 2200px;
	width: 100%;
	margin: 0px auto;
	padding-left: 36px;
	padding-right: 36px;
}

@media (min-width: 1270px) {
	.standard-body .full-width .container {
		padding-left: 66px;
		padding-right: 66px;
	}
}

@media (min-width: 1400px) {
	.standard-body .full-width .container {
		padding-left: 36px;
		padding-right: 36px;
	}
	
	.custom-footer.full-width .container.container-full {
		max-width: 2200px;
		padding-left:84px;
		padding-right:84px;
	}
}

.standard-body .full-width .container.vyhody {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.standard-body .full-width .container.vyhody {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1200px) {
	.standard-body .full-width .container.vyhody {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (min-width: 1400px) {
	.standard-body .full-width .container.vyhody {
		padding-left: 150px;
		padding-right: 150px;
	}
}



	.standard-body .full-width .container .container {
		padding: 0px;
	}

	.standard-body .full-width .shadow {
		display: none;
	}

.standard-body .fixed {
	padding: 0px 45px;
}

	.standard-body .fixed .background {
		margin: 0px auto;
		max-width: 1140px;
		background: #fff;
		position: relative;
	}

		.standard-body .fixed .background .shadow {
			display: none;
		}

	.standard-body .fixed .container {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0px;
	}
		.standard-body .fixed .container .container {
			padding: 0px;
		}

.standard-body .fixed2 {
	padding: 0px;
}

	.standard-body .fixed2 .background {
		margin: 0px auto;
		max-width: 1230px;
		background: #fff;
		position: relative;
	}

		.standard-body .fixed2 .background .shadow {
			display: none;
		}

	.standard-body .fixed2 .container {
		padding-left: 45px;
		padding-right: 45px;
		margin: 0px;
	}

		.standard-body .fixed2 .container .container {
			padding: 0px;
		}

.standard-body .fixed3#top .background .shadow {
     display: block !important;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 61px;
     z-index: -1;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

@media (min-width: 1466px) {
     .standard-body .fixed3 {
     	padding: 0px;
     }

     	.standard-body .fixed3 .background {
     		margin: 0px auto;
     		max-width: 1426px;
     		background: #fff;
     		position: relative;
     	}

     		.standard-body .fixed3 .background .shadow {
     			display: none;
     		}

     	.standard-body .fixed3 .container {
     		padding-left: 143px;
     		padding-right: 143px;
     		margin: 0px;
     	}

     		.standard-body .fixed3 .container .container {
     			padding: 0px;
     		}
}

.main-fixed {
	margin: 0px auto;
	max-width: 1230px;
	background: #fff;
}

     .fixed-body-2 .main-fixed {
          background: none;
     }

	.main-fixed .fixed {
		padding: 0px !important;
	}

		.main-fixed .background .shadow {
			display: none !important;
		}

	.with-shadow .main-fixed {
	     -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.45);
	     -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.45);
	     box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.45);
	}

.fixed-body .container {
	padding-left: 45px;
	padding-right: 45px;
	max-width: none;
}

	.fixed-body .container .container {
		padding: 0px;
	}

.fixed-body-2-2 {
     margin: 0px auto;
     max-width: 1230px;
}

	.fixed-body-2-2 .main-content .pattern > .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

.fixed-body-shoes {

}

     .fixed-body-shoes .breadcrumb {
          margin-left: 45px;
          margin-right: 45px;
     }

     .fixed-body-shoes .col-md-12 > .box-with-products .clear:after,
     .fixed-body-shoes .col-md-12 > .box-with-products .clear:before,
     .fixed-body-shoes .col-sm-12 > .box-with-products .clear:after,
     .fixed-body-shoes .col-sm-12 > .box-with-products .clear:before {
          left: 0 !important;
          right: 0 !important;
     }

     .fixed-body-shoes .center-column .tab-content {
          margin-left: 0px !important;
          margin-right: 0px !important;
          padding-left: 0px !important;
          padding-right: 0px !important;
     }

     .fixed-body-shoes .col-md-12 > .filter-product .tab-content:after,
     .fixed-body-shoes .col-md-12 > .filter-product .tab-content:before,
     .fixed-body-shoes .col-sm-12 > .filter-product .tab-content:after,
     .fixed-body-shoes .col-sm-12 > .filter-product .tab-content:before {
          left: 0 !important;
          right: 0 !important;
     }

     .fixed-body-shoes .cart-info {
          margin-left: 0px !important;
          margin-right: 0px !important;
     }

     .fixed-body-shoes .cart-info table td:first-child {
          padding-left: 0px !important;
     }

     .fixed-body-shoes .cart-info table td:last-child {
          padding-right: 0px !important;
     }

     .fixed-body-shoes .col-md-12 .col-md-12.center-column .panel {
          margin-left: 0px !important;
          margin-right: 0px !important;
     }

     .fixed-body-shoes #main .center-column .panel-heading {
          padding-left: 0px !important;
          padding-right: 0px !important;
     }

     .fixed-body-shoes #main .center-column .panel-body {
          padding-left: 0px !important;
          padding-right: 0px !important;
     }

     @media (min-width: 1370px) {
          .fixed-body-shoes {

          }
               .fixed-body-shoes .breadcrumb {
                    margin-left: 95px;
                    margin-right: 95px;
               }

               .fixed-body-shoes .main-fixed {
                    max-width: 1330px;
               }

               .fixed-body-shoes .container {
                    padding-left: 95px;
                    padding-right: 95px;
               }
     }

     @media (max-width: 1098px) {
          .fixed-body-shoes .breadcrumb {
               margin-left: 30px;
               margin-right: 30px;
          }
     }

     @media (max-width: 767px) {
          .fixed-body-shoes .breadcrumb {
               margin-left: 20px;
               margin-right: 20px;
          }
     }

.row-no-padding {
     margin-left: 0px !important;
     margin-right: 0px !important;
}

     .row-no-padding > [class*="col-"] {
          padding-left: 0px !important;
          padding-right: 0px !important;
     }

/* @end */

/* @group 2. Inputs
-------------------*/

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
	background: #f5f5f5;
	color:#808080;
	font-size: 12px;
	font-weight: 400;
	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
	margin: 5px 0px;
	/*padding: 12px 18px 11px 18px;*/
	padding: 12px 9px 11px 9px;
	border: none;
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	border-radius:         25px;
	-moz-border-radius:    25px;
	-webkit-border-radius: 25px;
	-webkit-transition: background-color linear 0.2s, border-color linear 0.2s;
	-moz-transition:    background-color linear 0.2s, border-color linear 0.2s;
	-o-transition:      background-color linear 0.2s, border-color linear 0.2s;
	transition:         background-color linear 0.2s, border-color linear 0.2s;
	height: 40px;
}

select {
	padding: 12px 18px 11px 4px;
}

     .inputs-type-2 textarea,
     .inputs-type-2 input[type="text"],
     .inputs-type-2 input[type="password"],
     .inputs-type-2 input[type="datetime"],
     .inputs-type-2 input[type="datetime-local"],
     .inputs-type-2 input[type="date"],
     .inputs-type-2 input[type="month"],
     .inputs-type-2 input[type="time"],
     .inputs-type-2 input[type="week"],
     .inputs-type-2 input[type="number"],
     .inputs-type-2 input[type="email"],
     .inputs-type-2 input[type="url"],
     .inputs-type-2 input[type="search"],
     .inputs-type-2 input[type="tel"],
     .inputs-type-2 input[type="color"],
     .inputs-type-2 .uneditable-input,
     .inputs-type-2 select {
          border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
     }

     .inputs-type-7 textarea,
     .inputs-type-7 input[type="text"],
     .inputs-type-7 input[type="password"],
     .inputs-type-7 input[type="datetime"],
     .inputs-type-7 input[type="datetime-local"],
     .inputs-type-7 input[type="date"],
     .inputs-type-7 input[type="month"],
     .inputs-type-7 input[type="time"],
     .inputs-type-7 input[type="week"],
     .inputs-type-7 input[type="number"],
     .inputs-type-7 input[type="email"],
     .inputs-type-7 input[type="url"],
     .inputs-type-7 input[type="search"],
     .inputs-type-7 input[type="tel"],
     .inputs-type-7 input[type="color"],
     .inputs-type-7 .uneditable-input {
          border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
          -webkit-box-shadow: inset 1px 1px 11px 0px rgba(50, 50, 50, 0.15);
          -moz-box-shadow:    inset 1px 1px 11px 0px rgba(50, 50, 50, 0.15);
          box-shadow:         inset 1px 1px 11px 0px rgba(50, 50, 50, 0.15);
     }

     .inputs-type-7 select {
          border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
     }

          .inputs-type-7 textarea:focus,
          .inputs-type-7 input[type="text"]:focus,
          .inputs-type-7 input[type="password"]:focus,
          .inputs-type-7 input[type="datetime"]:focus,
          .inputs-type-7 input[type="datetime-local"]:focus,
          .inputs-type-7 input[type="date"]:focus,
          .inputs-type-7 input[type="month"]:focus,
          .inputs-type-7 input[type="time"]:focus,
          .inputs-type-7 input[type="week"]:focus,
          .inputs-type-7 input[type="number"]:focus,
          .inputs-type-7 input[type="email"]:focus,
          .inputs-type-7 input[type="url"]:focus,
          .inputs-type-7 input[type="search"]:focus,
          .inputs-type-7 input[type="tel"]:focus,
          .inputs-type-7 input[type="color"]:focus,
          .inputs-type-7 .uneditable-input:focus {
               -webkit-box-shadow: inset 1px 1px 11px 0px rgba(50, 50, 50, 0.22);
               -moz-box-shadow:    inset 1px 1px 11px 0px rgba(50, 50, 50, 0.22);
               box-shadow:         inset 1px 1px 11px 0px rgba(50, 50, 50, 0.22);
          }

     .inputs-type-3 textarea,
     .inputs-type-3 input[type="text"],
     .inputs-type-3 input[type="password"],
     .inputs-type-3 input[type="datetime"],
     .inputs-type-3 input[type="datetime-local"],
     .inputs-type-3 input[type="date"],
     .inputs-type-3 input[type="month"],
     .inputs-type-3 input[type="time"],
     .inputs-type-3 input[type="week"],
     .inputs-type-3 input[type="number"],
     .inputs-type-3 input[type="email"],
     .inputs-type-3 input[type="url"],
     .inputs-type-3 input[type="search"],
     .inputs-type-3 input[type="tel"],
     .inputs-type-3 input[type="color"],
     .inputs-type-3 .uneditable-input,
     .inputs-type-3 select {
          border-radius: 8px !important;
          -webkit-border-radius: 8px !important;
          -moz-border-radius: 8px !important;
     }

     .inputs-type-4 textarea,
     .inputs-type-4 input[type="text"],
     .inputs-type-4 input[type="password"],
     .inputs-type-4 input[type="datetime"],
     .inputs-type-4 input[type="datetime-local"],
     .inputs-type-4 input[type="date"],
     .inputs-type-4 input[type="month"],
     .inputs-type-4 input[type="time"],
     .inputs-type-4 input[type="week"],
     .inputs-type-4 input[type="number"],
     .inputs-type-4 input[type="email"],
     .inputs-type-4 input[type="url"],
     .inputs-type-4 input[type="search"],
     .inputs-type-4 input[type="tel"],
     .inputs-type-4 input[type="color"],
     .inputs-type-4 .uneditable-input,
     .inputs-type-4 select {
          border-radius: 4px !important;
          -webkit-border-radius: 4px !important;
          -moz-border-radius: 4px !important;
     }

     .inputs-type-6 textarea,
     .inputs-type-6 input[type="text"],
     .inputs-type-6 input[type="password"],
     .inputs-type-6 input[type="datetime"],
     .inputs-type-6 input[type="datetime-local"],
     .inputs-type-6 input[type="date"],
     .inputs-type-6 input[type="month"],
     .inputs-type-6 input[type="time"],
     .inputs-type-6 input[type="week"],
     .inputs-type-6 input[type="number"],
     .inputs-type-6 input[type="email"],
     .inputs-type-6 input[type="url"],
     .inputs-type-6 input[type="search"],
     .inputs-type-6 input[type="tel"],
     .inputs-type-6 input[type="color"],
     .inputs-type-6 .uneditable-input,
     .inputs-type-6 select {
          border-radius: 2px !important;
          -webkit-border-radius: 2px !important;
          -moz-border-radius: 2px !important;
     }

     .inputs-type-5 input[type="text"],
     .inputs-type-5 input[type="password"],
     .inputs-type-5 input[type="datetime"],
     .inputs-type-5 input[type="datetime-local"],
     .inputs-type-5 input[type="date"],
     .inputs-type-5 input[type="month"],
     .inputs-type-5 input[type="time"],
     .inputs-type-5 input[type="week"],
     .inputs-type-5 input[type="number"],
     .inputs-type-5 input[type="email"],
     .inputs-type-5 input[type="url"],
     .inputs-type-5 input[type="search"],
     .inputs-type-5 input[type="tel"],
     .inputs-type-5 input[type="color"],
     .inputs-type-5 .uneditable-input,
     .inputs-type-5 select {
          height: 40px;
     }

          .inputs-type-5 select {
               line-height: 1;
          }

     body.firefox-mac textarea,
     body.firefox-mac input[type="text"],
     body.firefox-mac input[type="password"],
     body.firefox-mac input[type="datetime"],
     body.firefox-mac input[type="datetime-local"],
     body.firefox-mac input[type="date"],
     body.firefox-mac input[type="month"],
     body.firefox-mac input[type="time"],
     body.firefox-mac input[type="week"],
     body.firefox-mac input[type="number"],
     body.firefox-mac input[type="email"],
     body.firefox-mac input[type="url"],
     body.firefox-mac input[type="search"],
     body.firefox-mac input[type="tel"],
     body.firefox-mac input[type="color"],
     body.firefox-mac .uneditable-input,
     body.firefox-mac select {
          font-weight: 300;
     }

	input#input-captcha {
		margin-bottom: 15px;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
	  background: #f9f9f9;
	  outline: 0;
	}

	textarea {
		max-width: 100%;
		height: auto;
	}

	select {
		height: 45px;
/*		-webkit-appearance: none;
		-moz-appearance: none;    */
		background: #fff;
		border: 1px solid #cccccc;
	}

	     .select {
	          position: relative;
	     }

	      /*    .select:after {
	               content: "\f078";
	              display: block;
	              font: normal normal normal 14px/1 FontAwesome;
	              font-size: 9px;
	              text-rendering: auto;
	              -webkit-font-smoothing: antialiased;
	              -moz-osx-font-smoothing: grayscale;
	              transition: all 0.2s ease-in-out;
	              -webkit-transition: all 0.2s ease-in-out;
	              -moz-transition: all 0.2s ease-in-out;
	              color: #d9121f;
	              position: absolute;
	              top: 18px;
	              right: 30px;
	              z-index: 1;
	          } */

	               .inputs-type-4 .select:after {
	                    right: 20px;
	               }

/* @end */

/* @group 3. Dropdown
-------------------*/

#main .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 20px;
}

#main .open > .dropdown-menu {
  margin-top: 9px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.dropdown-menu {
	background: #fff;
	border: none;
	color: #333;
	padding: 24px 0px 21px 0px;
	margin-top: 9px;
	font-size: 12px;
	border-radius:         0px;
	-moz-border-radius:    0px;
	-webkit-border-radius: 0px;
	box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
}

     .dropdown-menu-type-2 .dropdown-menu {
     	border-radius:         8px;
     	-moz-border-radius:    8px;
     	-webkit-border-radius: 8px;
     }

     .dropdown-menu-type-3 .dropdown-menu {
     	border-radius:         4px;
     	-moz-border-radius:    4px;
     	-webkit-border-radius: 4px;
     }

     .dropdown-menu-type-4 .dropdown-menu {
     	border-radius:         2px;
     	-moz-border-radius:    2px;
     	-webkit-border-radius: 2px;
     }

	body .dropdown-menu > li > a {
		color: #333;
		font-weight: 600;
		font-size: 12px;
		padding: 4px 20px;
	}

		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: none;
			color: #d7121f;
		}

/* @end */

/* @group 4. Buttons
------------------*/

.button,
.btn {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#fff !important;
	font-size: 11px !important;
	line-height: 1.6;
	font-weight: 600;
/*	text-transform: uppercase;  */
	padding: 13px 38px 13px 38px;
	margin: 5px 0px;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	transition:         all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #d9121f;
	outline: none;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-decoration: none;
}

     .button-body-type-10 .button,
     .button-body-type-10 .btn,
     .button-body-type-10 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-10 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
          padding: 15px 30px 12px 30px;
     }

          .button-body-type-10 #main .product-info .cart .add-to-cart #button-cart,
		  .button-body-type-10 #main .product-info .cart .add-to-cart #button-coupon {
               padding-top: 14px;
          }

     .button-body-type-2 .button,
     .button-body-type-2 .btn,
     .button-body-type-2 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-2 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
     }

     .button-body-type-11 .button,
     .button-body-type-11 .btn,
     .button-body-type-11 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-11 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
          padding-top: 14px;
          padding-bottom: 9px;
          padding-left: 30px;
          padding-right: 30px;
     }

     .button-body-type-8 .button,
     .button-body-type-8 .btn,
     .button-body-type-8 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-8 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
          padding-left: 30px;
          padding-right: 30px;
     }

     .button-body-type-9 .button,
     .button-body-type-9 .btn,
     .button-body-type-9 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-9 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         4px;
          -moz-border-radius:    4px;
          -webkit-border-radius: 4px;
          padding-top: 11px;
          padding-bottom: 11px;
     }

     .button-body-type-12 .button,
     .button-body-type-12 .btn,
     .button-body-type-12 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-12 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         4px;
          -moz-border-radius:    4px;
          -webkit-border-radius: 4px;
          padding: 13px 30px 9px 30px;
     }

     .button-body-type-13 .button,
     .button-body-type-13 .btn,
     .button-body-type-13 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-13 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         2px;
          -moz-border-radius:    2px;
          -webkit-border-radius: 2px;
          padding: 13px 30px 9px 30px;
     }

     .button-body-type-4 .button,
     .button-body-type-4 .btn,
     .button-body-type-4 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-4 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
     }

     .button-body-type-4 .button,
     .button-body-type-4 .btn {
          padding-top: 11px;
     }

     .button-body-type-3 .button,
     .button-body-type-3 .btn {
          padding: 12px 42px 9px 42px;
     }

     .button-body-type-5 .button,
     .button-body-type-5 .btn,
     .button-body-type-5 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-5 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         8px;
          -moz-border-radius:    8px;
          -webkit-border-radius: 8px;
     }

     .button-body-type-6 .button,
     .button-body-type-6 .btn {
          border-radius:         8px;
          -moz-border-radius:    8px;
          -webkit-border-radius: 8px;
          padding: 8px 20px 5px 20px;
     }

     .button-body-type-6 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-6 #main .product-info .cart .add-to-cart #button-coupon {
          border-radius:         8px;
          -moz-border-radius:    8px;
          -webkit-border-radius: 8px;
          padding-left: 25px;
          padding-right: 25px;
     }

     .button-body-type-7 .button,
     .button-body-type-7 .btn {
          padding: 10px 25px 9px 25px;
     }

     .button-body-type-7 #main .product-info .cart .add-to-cart #button-cart,
	 .button-body-type-7 #main .product-info .cart .add-to-cart #button-coupon {
          padding-left: 25px;
          padding-right: 25px;
     }

	.button:hover,
	.btn:hover {
		color: #fff;
		background: #333;
	}

	.buttons .left .button,
	.buttons .center .button,
	.btn-default,
	.input-group-btn .btn-primary {
		background: #1349b2;
	}
	/*
 #button-coupon,#button-voucher,#continue_shopping {
		background: #b0b0b0 !important;
	}
	*/
   #button-coupon:hover,#button-voucher:hover,#continue_shopping:hover {
		background: black !important;
	}
	.input-group input {
		border-right: none;
	}

	.input-group-btn .btn {
		height: 40px;
		padding: 5px 29px;
		margin: 5px 0px;

	}

	     .inputs-type-5 .input-group-btn .btn {
	          height: 40px;
	     }

.buttons {
	overflow: auto;
	margin: 0px 0px 15px 0px;
}

	.buttons .btn {
		margin-top: 10px;
	}

	.buttons .left {
		float: left;
		text-align: left;
	}

	.buttons .right {
		float: right;
		text-align: right;
	}

		.buttons .right .button {
			margin-left: 10px;
		}

	.buttons .center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

.button-continue-shopping {
	display: block;
	float: left;
}

.button-checkout {
	display: block;
	float: right;
}

.footer-button {
     display:inline-block;
     cursor:pointer;
     border: none;
     color:#333 !important;
     font-size: 11px;
     font-weight: 700;
     text-transform: uppercase;
     padding: 8px 30px 5px 30px;
     border-radius:         20px;
     -moz-border-radius:    20px;
     -webkit-border-radius: 20px;
     transition:         all 0.2s ease-in;
     -moz-transition:    all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     background: #fff;
     outline: none;
}

     .button-body-type-11 .footer-button {
          padding: 13px 30px 7px 30px;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
     }

     .button-body-type-4 .footer-button {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          font-size: 11px !important;
          padding: 7px 40px 6px 40px;
     }

     .button-body-type-2 .footer-button {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
     }

     .button-body-type-12 .footer-button {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 8px 37px 5px 37px;
     }

     .button-body-type-13 .footer-button {
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          padding: 8px 37px 5px 37px;
     }

     .button-body-type-5 .footer-button {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
     }

     .button-body-type-6 .footer-button {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          padding-left: 20px;
          padding-right: 20px;
     }

     .button-body-type-7 .footer-button {
          padding: 5px 20px 4px 20px;
          font-size: 10px !important;
     }

     .footer-button:hover {
          color: #fff !important;
          background: #d9121f;
     }

.button-type-2 {
     padding: 8px 30px 5px 30px;
     margin-top: 18px;
}

.button-white-with-red-text {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#d9121f;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 38px 10px 38px;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	transition:         all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #fff;
	outline: none;
}

	.button-white-with-red-text:hover {
		color: #fff;
		background: #d9121f;
	}

.button-megamenu {
     padding: 8px 30px 5px 30px;
     margin: 28px 0px 0px 0px;
     border-radius:         20px;
     -moz-border-radius:    20px;
     -webkit-border-radius: 20px;
}

.button-slider-furniture {
     display: block;
     width: 165px;
     height: 165px;
     background: #98698e;
     font-size: 13px;
     text-transform: uppercase;
     color: #fff !important;
     font-weight: 600;
     line-height: 13px;
     padding: 39px 0px 0px 30px;
     transition:         all 0.2s ease-in;
     -moz-transition:    all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     position: relative;
}

     .button-slider-furniture:hover {
          background: #171016;
     }

     .button-slider-furniture:after {
          position: absolute;
          top: 82px;
          left: 30px;
          content: "\f054";
          display: inline-block;
          font: normal normal normal 11px/1 FontAwesome;
     }

.fashion3-slider-button {
     padding: 18px 40px 16px 40px !important;
}

.coffee-button {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#421206 !important;
	font-size: 12px !important;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 38px 9px 38px;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	transition:         all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #fff;
	outline: none;
}

     .coffee-button:hover {
          background: #8d6740;
          color: #fff !important;
     }

#main .bakery-button {
     color: #444457 !important;
     background: #fff !important;
     padding: 18px 40px 12px 40px !important;
     margin: 0px !important;
}

     #main .bakery-button:hover {
          color: #fff !important;
          background: #444457 !important;
     }

#main .toys2-slider-button {
     padding: 16px 40px 14px 40px !important;
     margin: 0px !important;
     font-size: 13px !important;
     text-transform: none !important;
}

/* @end */

/* @group 5. Header
------------------*/

header {
	position: relative;

}
 .main-cont {
/*
  padding-top:175px;
  */
  padding-top: 0;
}
/*
.main-cont.page-information {
	padding-top: 72px;
	}
	*/
.box-with-categories .box-heading {
    background: #00aaaa !important;
}
.main-cont.je_kontakt{padding-top:5px;}
	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
	}

	header .slider-header {
	     position: relative;
	     z-index: 25;   width:100%;
	}

	.header-margin-top-20 header {
	     margin-top: 20px;
	}

	.header-margin-top-30 header {
	     margin-top: 30px;
	}

	.header-margin-top-80 header {
	     margin-top: 80px;
	}

/* @end */

/* @group 6. Top Bar */

.top-bar {
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
     padding-bottom: 8px;
     position: relative;
}

     .top-bar-type-3 .top-bar {
          padding-bottom: 6px;
     }

     .top-bar .menu {
          list-style: none;
          padding: 12px 0px 1px 0px;
          margin: 0px;
          float: right;
     }

          .top-bar-type-2 .top-bar .menu {
               padding-top: 10px;
               padding-bottom: 3px;
          }

          .top-bar .menu li {
               display: inline-block;
               padding: 0px 0px 0px 27px;
          }

               .top-bar-type-2 .top-bar .menu li {
                    padding-left: 20px;
               }

               .top-bar .menu li a {
                    font-size: 12px;
                    color: #808080;
               }

                    .top-bar .menu li a:hover {
                         color: #d9121f;
                    }

     #top .top-bar .dropdown {
          margin-top: 12px;
     }

          #top .top-bar .dropdown.open .dropdown-menu {
               margin-top: 7px;
          }

          .top-bar-type-2 #top .top-bar .dropdown {
               margin-top: 10px;
          }

               .top-bar-type-2 #top .dropdown > a:after {
                    margin-top: 5px;
               }

     .top-bar-type-4 #top .top-bar form:before {
          content: '';
          width: 1px;
          top: 0;
          bottom: 1px;
          display: block;
          position: absolute;
          background: url(../img/bg-megamenu.png) top left repeat;
          margin-left: -21px;
     }

          .top-bar-type-4 #top .top-bar form:first-of-type:before {
               display: none !important;
          }

          .top-bar-type-4 #top .top-bar form {
               padding-left: 21px;
          }

               .top-bar-type-4 #top .top-bar form:first-of-type {
                    padding-left: 0px;
               }

     .top-bar-type-4 .top-bar .menu li {
          padding-left: 40px;
     }

          .top-bar-type-4 .top-bar .menu li:first-child {
               padding-left: 0px;
          }

          .top-bar-type-4 .top-bar .menu li:before {
               content: '';
               width: 1px;
               top: 0;
               bottom: 1px;
               display: block;
               position: absolute;
               background: url(../img/bg-megamenu.png) top left repeat;
               margin-left: -21px;
          }

               .top-bar-type-4 .top-bar .menu li:first-child:before {
                    display: none;
               }

/* @end */

/* @group 7. Top of pages
------------------*/

#top {
	position: relative;
}

     .main-fixed3 #top .pattern {
          padding-bottom: 30px;
     }

     .slider-align-top #top {
          position: absolute;
          width: 100%;
     }

	#top .pattern > .container {
		padding-top: 16px;
		padding-bottom: 40px;
		position: relative;
		z-index: 35;
	}

	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	/* @group Currency and Language */

	#top .dropdown {
		display: inline-block;
		margin: 30px 17px 0px 0px;
	}
  #top .dropdown_lang{margin:0px;}

	     #top .dropdown:last-child {
	          margin-right: 0px;
	     }

		#top form {
			display: inline-block;
			vertical-align: top;
		}

		#top .dropdown > a {
		     font-size: 12px;
		     line-height: 20px;
		     font-weight: 600;
		}

		     #top .dropdown:hover > a {
		          color: #d9121f;
		     }

		#top .dropdown > a:before {
			content: '';
			position: absolute;
			width: 100%;
			height: 9px;
			left: 0;
			top: 100%;
			z-index: 3;
		}

		#top .dropdown > a:after {
		     content: "\f078";
		     display: inline-block;
         position: relative;
         top: 2px;
		     font: normal normal normal 14px/1 FontAwesome;
		     font-size: 9px;
		     line-height: 9px;
		     text-rendering: auto;
		     -webkit-font-smoothing: antialiased;
		     -moz-osx-font-smoothing: grayscale;
		     transition: all 0.2s ease-in-out;
		     -webkit-transition: all 0.2s ease-in-out;
		     -moz-transition: all 0.2s ease-in-out;
		     color: #d9121f;
		     vertical-align: top;
		     margin: 4px 0px 0px 9px;
		}

		     #top .dropdown:hover > a:after {
		          color: #333;
		     }

		#top .dropdown-menu {
		     right: -55px;
		     left: auto;
		     min-width: 150px;
		     text-align: left;
		}
    	#top .dropdown_lang .dropdown-menu{
      min-width:90px;
      padding-top:10px;padding-bottom:10px;
      }
    #top .dropdown-menu img{
    padding-right:10px;
    float:left !important;
    margin-top:2px;
    }
    #top .dropdown-menu li{
    display:inline !important;
    }
    #top .dropdown-menu a{

    }


     	 	#top .dropdown-menu:after {
     	 	     position: absolute;
     	 	     top: -10px;
     	 	     right: 49px;
     	 	     display: inline-block;
     	 	     border-right: 10px solid transparent;
     	 	     border-bottom: 10px solid #ffffff;
     	 	     border-left: 10px solid transparent;
     	 	     content: '';
     	 	     cursor: pointer;
     	 	}

	/* @end */

	/* @group Logo */

	#top .logo {
		padding: 15px 0px 0px 0px;
		margin: 0px;
		line-height: 100%;
		font-size: 100%;
		text-align: center;
	}
  #top .logo a svg{
  width:165px;height:52px;
  }
  .hidden-quantity{font-size:11px;display:none}

	/* @end */

	/* @group  Search */

	#top .search_form {
		margin: 0 50px 0px 0px;
		padding: 0px;
		display: inline-block;
		vertical-align: top;
		width: 170px;
		position: relative;
	}
	@media (max-width: 991px) {
		#top .search_form#search-form-mobile {
			width: 100% !important;
			/*width: auto !important;*/
			max-width: unset !important;
		}

		#top .search_form#search-form-mobile input#search_query {
			padding-left: 0;
			width: 100%;
			padding-right: 35px;
			display: block;
			/*
			margin-left: auto;
			*/
			margin-top: 10px;
			margin-bottom: 10px;
		}
	}
	@media (min-width: 992px) {
		#top .search_form#search-form-mobile {
			display: none;
		}
	}

	     .header-type-2 #top .search_form {
	          width: auto !important;
	          max-width: 270px;
	          display: block;
	     }

		#top .search_form input {
			padding: 0px 45px 0 20px;
			margin: 0px;
			margin-top: 10px;
			margin-right: 0;
			height: 45px;
			width: 100%;
			font-size: 16px;
			border: none;
			border: 1px solid #9e9e9e  !important;
			border-radius: 30px !important;
			background: #fff !important;
		}

		@media (max-width: 991px) {	
			#top .search_form input {
				border: none !important;
			}
		}

		@media (min-width: 992px) {
			#top .search_form input {
				margin-top: 4px;
			}
		}

		     .search-type-2 #top .search_form input {
		          -webkit-box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.06);
		          -moz-box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.06);
		          box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.06);
		     }

		     .search-type-3 #top .search_form input {
		          border-radius: 0px;
		          -webkit-border-radius: 0px;
		          -moz-border-radius: 0px;
		     }

		     .search-type-4 #top .search_form input {
		          border-radius: 8px;
		          -webkit-border-radius: 8px;
		          -moz-border-radius: 8px;
		     }

		     .search-type-5 #top .search_form input {
		          border-radius: 4px;
		          -webkit-border-radius: 4px;
		          -moz-border-radius: 4px;
		     }

		     .search-type-7 #top .search_form input {
		          border-radius: 2px;
		          -webkit-border-radius: 2px;
		          -moz-border-radius: 2px;
		     }

		     .search-type-6 #top .search_form input {
		          -webkit-box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.04), inset 0px 3px 8px 3px rgba(0,0,0,0.3);
		          -moz-box-shadow:    1px 1px 2px 0px rgba(255, 255, 255, 0.04), inset 0px 3px 8px 3px rgba(0,0,0,0.3);
		          box-shadow:         1px 1px 2px 0px rgba(255, 255, 255, 0.04), inset 0px 3px 8px 3px rgba(0,0,0,0.3);
		     }

		.search_form .button-search,
		.search_form .button-search2 {
			font-family: FontAwesome;
			position: absolute;
			right: 4px;
			top: 22px;
			cursor: pointer;
			font-size: 16px;
			line-height: 16px;
			font-weight: 400;
			color: #333;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		@media (min-width: 992px) {
			.search_form .button-search,
			.search_form .button-search2 {
				/*top: 18px;*/
				top: 14px;
				right: 20px;
			}
		}

		/*
			.search_form .button-search:before,
			.search_form .button-search2:before {
				content: "\f002";
			}
			*/

	/* @end */

     /* @group Untitled Group */

     #top .my-account {
          display: inline-block;
          vertical-align: top;
          width: 45px;
          height: 45px;
          background: #fff;
          border: 1px solid #cccccc;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          text-align: center;
          font-size: 17px;
          transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          padding: 9px 0px 0px 0px;
          margin: 14px 0px 0px 0px;
			/*font-family:'Poppins';*/
			font-family: 'Roboto', sans-serif;
     }

          #top .my-account:hover {
               border-color: #d9121f;
               background: #d9121f;
               color: #fff;
          }

          .my-account-type-2 #top .my-account {
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
          }

          .my-account-type-3 #top .my-account {
               border-radius: 8px;
               -webkit-border-radius: 8px;
               -moz-border-radius: 8px;
          }

          .my-account-type-4 #top .my-account {
               border-radius: 4px;
               -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
          }

          .my-account-type-5 #top .my-account {
               border-radius: 2px;
               -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
          }

     /* @end */

     /* @group Cart block */

	#top #cart_block {
		padding: 0px;
		margin: 14px 0px 0px 18px;
		display: inline-block;
		vertical-align: top;
	}

	     .cart-block-type-4 #top #cart_block {
	          margin-left: 28px;
	     }

	     .cart-block-type-9 #top #cart_block {
	          margin-left: 24px;
	     }

	     .cart-block-type-7 #top #cart_block {
	          margin-left: 24px;
	     }

	     .cart-block-type-8 #top #cart_block {
	          margin-left: 17px !important;
	     }

	     .megamenu-type-8 #top #cart_block {
	          margin-left: 24px;
	     }

		#top #cart_block .cart-heading {
			display: inline-block;
			cursor: pointer;
			vertical-align: top;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
		}

		     .cart-block-type-6 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 20px 0px 0px;
		          height: 45px;
		     }

		     .cart-block-type-2 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		     }

		          .cart-block-type-2 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }

		     .cart-block-type-9 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		          border-radius: 30px;
		          -webkit-border-radius: 30px;
		          -moz-border-radius: 30px;
		     }

		          .cart-block-type-9 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }

		     .cart-block-type-8 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		     }

		          .cart-block-type-8 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }

		     .cart-block-type-7 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		          border-radius: 4px;
		          -webkit-border-radius: 4px;
		          -moz-border-radius: 4px;
		     }

		          .cart-block-type-7 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }

		     .cart-block-type-4 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 20px 0px 0px;
		          border-radius: 30px;
		          -webkit-border-radius: 30px;
		          -moz-border-radius: 30px;
		          height: 45px;
		     }

		          .cart-block-type-4 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }

		     #top #cart_block .cart-heading .cart-count {
		        position: absolute;
		        width: 20px;
		        height: 20px;
				display: flex;
				justify-content: center;
				align-items: center;
				top: 11px;
				left: -5px;
				bottom: 0;
				background: #d9121f;
		        color: #fff;
		        text-align: center;
		        padding: 0;
		        font-size: 10px;
		        font-weight: 600;
		        border-radius: 100%;
		        -webkit-border-radius: 100px;
		        -moz-border-radius: 100px;
		        font-style: normal;
		        transition: all 0.2s ease-in;
		        -moz-transition: all 0.2s ease-in;
		        -webkit-transition: all 0.2s ease-in;
		        z-index: 1;
		     }

		          #top #cart_block:hover .cart-heading .cart-count {
		               background: #333;
		          }

		          .cart-block-type-2 #top #cart_block .cart-heading .cart-count,
		          .cart-block-type-8 #top #cart_block .cart-heading .cart-count,
		          .cart-block-type-6 #top #cart_block .cart-heading .cart-count {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }

		          .cart-block-type-7 #top #cart_block .cart-heading .cart-count{
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }

		          .cart-block-type-10 #top #cart_block .cart-heading .cart-count{
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }

		          .cart-block-type-11 #top #cart_block .cart-heading .cart-count{
		               border-radius: 2px;
		               -webkit-border-radius: 2px;
		               -moz-border-radius: 2px;
		          }

		          .cart-block-type-8 #top #cart_block .cart-heading .cart-count {
		               margin-left: 46px;
		          }

		          .cart-block-type-4 #top #cart_block .cart-heading .cart-count {
		               margin-left: -12px;
		          }

		          .cart-block-type-9 #top #cart_block .cart-heading .cart-count {
		               margin-left: -9px;
		          }

		     #top #cart_block .cart-heading .cart-icon {
		          display: inline-block;
		          vertical-align: top;
		          width: 30px;
		          height: 30px;
		          background: #fff;
		          border: 1px solid #cccccc;
		          border-radius: 100px;
		          -webkit-border-radius: 100px;
		          -moz-border-radius: 100px;
		          text-align: center;
		          transition: all 0.2s ease-in;
		          -moz-transition: all 0.2s ease-in;
		          -webkit-transition: all 0.2s ease-in;
		          padding: 0;
		          position: relative;
		     }

		          .cart-block-type-3 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }

		          .cart-block-type-6 #top #cart_block .cart-heading .cart-icon {
		               border: none;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin: -1px 0px -1px -1px;
		               padding-top: 14px;
		          }

		          .cart-block-type-5 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 8px;
		               -webkit-border-radius: 8px;
		               -moz-border-radius: 8px;
		          }

		          .cart-block-type-10 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }

		          .cart-block-type-11 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 2px;
		               -webkit-border-radius: 2px;
		               -moz-border-radius: 2px;
		          }

		          .cart-block-type-2 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none !important;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: 7px;
		          }

		          .cart-block-type-9 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none !important;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: 15px;
		          }

		          .cart-block-type-8 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               padding-top: 12px;
		          }

		          .cart-block-type-7 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none !important;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: -1px;
		               margin-right: -6px;
		          }

		          .cart-block-type-4 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: 7px;
		               border-right: 1px solid #ccc;
		               height: 43px;
		          }

		          #top #cart_block .cart-heading .cart-icon img {
		               display: block;
		               left: 50%;
		               margin-left: -8px;
		               position: absolute;
		               transition: all 0.2s ease-in;
		               -moz-transition: all 0.2s ease-in;
		               -webkit-transition: all 0.2s ease-in;
		          }

		               #top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-standard {
		                    visibility: visible !important;
		                    opacity: 1 !important;
		               }

					   /*
		               #top #cart_block .cart-heading .cart-icon img.cart-icon-hover {
		                    visibility: hidden;
		                    opacity: 0;
		               }
					   */

		                    #top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-hover {
		                         display: none !important;
		                    }

		               #top #cart_block:hover .cart-heading .cart-icon img.cart-icon-hover {
		                    visibility: visible;
		                    opacity: 1;
		               }

		               #top #cart_block:hover .cart-heading .cart-icon img.cart-icon-standard {
							visibility: visible;
							opacity: 1;
		               }

		          #top #cart_block:hover .cart-heading .cart-icon {
		               background: #d9121f;
		               border-color: #d9121f;
		          }

		     #top #cart_block .cart-heading p {
		          display: inline-block;
		          vertical-align: top;
		          margin: 0px;
				  margin-top: -2px;
		          padding: 0px 0px 0px 16px;
		          font-size: 14px;
		          line-height: 22px;
		          transition: all 0.2s ease-in;
		          -moz-transition: all 0.2s ease-in;
		          -webkit-transition: all 0.2s ease-in;
		     }

			 @media (min-width: 992px) {
				#top #cart_block .cart-heading p {
					margin-top: -5px;
			   }
			 }

		          .cart-block-type-5 #main #top #cart_block .cart-heading p strong {
		               font-size: 14px !important;
		          }

		          .cart-block-type-2 #top #cart_block .cart-heading p {
		               padding-left: 1px !important;
		          }

		          .cart-block-type-9 #top #cart_block .cart-heading p {
		               padding-left: 1px !important;
		               padding-top: 11px;
		               padding-right: 4px;
		          }

		          .cart-block-type-8 #top #cart_block .cart-heading p {
		               padding-left: 28px !important;
		               border-left: 1px solid #ccc;
		               height: 43px;
		               margin-left: 8px;
		          }

		          .cart-block-type-7 #top #cart_block .cart-heading p {
		               padding-left: 1px !important;
		               padding-top: 11px;
		          }

		               .cart-block-type-7 #top #cart_block .cart-heading p strong {
		                    font-weight: bold !important;
		               }

		          .cart-block-type-4 #top #cart_block .cart-heading p {
		               padding-top: 11px;
		          }

		          #top #cart_block .cart-heading p strong {
		               font-weight: 600;
		          }

		          #top #cart_block .cart-heading p:after {
		               content: "\f078";
		               display: none;
		               font: normal normal normal 14px/1 FontAwesome;
		               font-size: 10px;
		               text-rendering: auto;
		               -webkit-font-smoothing: antialiased;
		               -moz-osx-font-smoothing: grayscale;
		               transition: all 0.2s ease-in-out;
		               -webkit-transition: all 0.2s ease-in-out;
		               -moz-transition: all 0.2s ease-in-out;
		               color: #d9121f;
		               vertical-align: top;
		               margin: 4px 0px 0px 10px;
		          }

		               .cart-block-type-6 #top #cart_block .cart-heading p:after {
		                    display: none;
		               }

		          #top #cart_block:hover .cart-heading p {
		               color: #d9121f;
		          }

		               #top #cart_block:hover .cart-heading p:after {
		                    color: #333;
		               }

		#top #cart_block .dropdown-menu {
			width: 600px;
			text-align: left;
			padding: 0px;
			right: -45px;
			margin-top: 16px;
			font-size: 13px;
		}

		     .standard-body .fixed#top #cart_block .dropdown-menu  {
		          right: -40px;
		     }

		     #top #cart_block .dropdown-menu a {
		          font-size: 13px;
		     }

			#main #top #cart_block.open > .dropdown-menu {
				margin-top: -4px;
			}

			#top #cart_block .dropdown-menu:after {
			  position: absolute;
			  top: -10px;
			  right: 40px;
			  display: inline-block;
			  border-right: 10px solid transparent;
			  border-bottom: 10px solid #ffffff;
			  border-left: 10px solid transparent;
			  content: '';
			}

			     .cart-block-type-2 #top #cart_block .dropdown-menu:after {
			          right: 57px;
			     }

			     .cart-block-type-9 #top #cart_block .dropdown-menu:after {
			          right: 61px;
			     }

			     .cart-block-type-8 #top #cart_block .dropdown-menu:after {
			          right: 57px;
			     }

			     .cart-block-type-7 #top #cart_block .dropdown-menu:after {
			          right: 57px;
			     }

			     .cart-block-type-4 #top #cart_block .dropdown-menu:after {
			          right: 60px;
			     }

			     .cart-block-type-6 #top #cart_block .dropdown-menu:after {
			          right: 73px;
			     }

			     .standard-body .fixed#top #cart_block .dropdown-menu:after {
			          right: 35px;
			     }

			          .cart-block-type-2 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 52px;
			          }

			          .cart-block-type-9 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 56px;
			          }

			          .cart-block-type-8 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 52px;
			          }

			          .cart-block-type-7 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 52px;
			          }

			          .cart-block-type-4 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 55px;
			          }

			          .cart-block-type-6 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 68px;
			          }

					/* @group Content */

					.mini-cart-info table {
						border-collapse: collapse;
						width: 100%;
						margin-bottom: 30px;
					}

						.mini-cart-info td {
							padding: 10px;
						}

							.mini-cart-info .image {
								padding: 30px 10px 0px 30px;
								max-width: 80px;
							}

							.mini-cart-info .image img {
								display: block;
							}

							.mini-cart-info .name {
								padding: 30px 10px 0px 10px;
								text-align: left;
							}
							.mini-cart-info .quantity {
								text-align: right;
								padding: 30px 10px 0px 10px;
							}

							.mini-cart-info td.total {
								text-align: right;
								padding: 30px 10px 0px 10px;
								color: #d9121f;
								font-size: 14px;
								font-weight: 600;
							}

							.mini-cart-info .remove {
								text-align: right;
								padding: 30px 30px 0px 10px;
							}

							     .mini-cart-info .remove a {
							          color: #bcbbbb;
							          font-size: 16px;
							          font-weight: 600;
							     }

							          .mini-cart-info .remove a:hover {
							               color: #d9121f;
							          }

								.mini-cart-info .remove img {
									cursor: pointer;
								}

					.mini-cart-total {
						text-align: right;
						background: url(../img/bg-megamenu.png) top left repeat-x;
						margin: 0px;
						padding: 26px 30px 14px 30px;
					}

						.mini-cart-total table {
							border-collapse: collapse;
							display: inline-block;
							padding: 0px;
						}

							.mini-cart-total td {
							}

							     .mini-cart-total td b{
							          font-weight: normal;
							     }

								.mini-cart-total td:last-child {
									color: #d9121f;
									font-size: 14px;
									font-weight: 600;
									width: 140px;
								}

					#cart_block .empty {
						padding: 70px 20px;
						text-align: center;
					}

					#cart_block .checkout {
					     padding: 0px 30px 30px 30px;
					     text-align: right;
					}

					     #cart_block .checkout a:last-child {
					          margin-left: 13px;
					     }

				/* @end */

	/* @end */

	/* @group Right */

	#top #header-right {
		position: relative;
	}

	@media (max-width: 991px) {
		.col-12.until-1550 {
			margin-top: 6px;
    		border-top: 1px solid rgba(0, 0, 0, 0.1);
		}
	}

	@media (max-width: 767px) {
		.col-12.until-1550 {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	}

	@media (min-width: 992px) {
		#top #header-right {
			position: static;
		}

		.col-12.until-1550 {
			position: static;
		}
	}

	/* @end */

/* @end */

/* @group Header Type 3 */

.header-type-3 {

}

     .header-type-3 #top .pattern > .container {
          padding-bottom: 28px;
     }

     .header-type-3 #header-left {
          display: table-cell;
          width: auto;
          float: none;
          vertical-align: top;
     }

          .megamenu-type-8 .header-type-3 #header-left {
               padding-left: 0px;
               padding-right: 0px;
          }

          .header-type-3 #header-left .logo {
               text-align: left;
          }

     .header-type-3 #header-center {
          display: table-cell;
          width: 100%;
          float: none;
          vertical-align: top;
          position: static;
          padding-top: 30px;
     }

          .megamenu-type-8 .header-type-3 #header-center {
               padding-left: 0px;
               padding-right: 0px;
               padding-top: 25px;
          }

          .header-type-3 #header-center .megamenu-background,
          .header-type-3 #header-center .overflow-megamenu {
               position: static;
          }

          .header-type-3 #header-center .megamenu-background {
               border: none;
          }

          .header-type-3 #header-center .megamenu-background > div {
               background: none;
          }

               .header-type-3 #header-center .horizontal ul.megamenu > li {
                    margin-right: 20px;
               }

                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li {
                         margin-right: 17px;
                    }

                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li:last-child {
                         margin-right: 30px;
                    }

                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li:first-child {
                         margin-left: 30px;
                    }

                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li.with-sub-menu {
                         margin: -1px 30px -1px -1px;
                         background: #a38d82;
                         transition: all 0.2s ease-in;
                         -moz-transition: all 0.2s ease-in;
                         -webkit-transition: all 0.2s ease-in;
                         padding: 1px 0px;
                    }

                         .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li.with-sub-menu:hover {
                              background: #fff;
                         }

                    .body-full-width .header-type-3 #header-center .horizontal ul.megamenu > li {
                         margin-right: 37px;
                    }

                    .header-type-3 #header-center .horizontal ul.megamenu > li > a {
                         padding-top: 6px;
                         height: 51px;
                    }

                         .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li > a {
                              height: 43px;
                              padding-top: 11px;
                         }

                              .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li.with-sub-menu > a {
                                   padding-left: 29px;
                                   padding-right: 29px;
                              }

                    .header-type-3 #header-center .horizontal ul.megamenu > li.pull-right,
                    .body-full-width .header-type-3 #header-center .horizontal ul.megamenu > li.pull-right {
                         margin-right: 0;
                    }

     .header-type-3 #header-right {
          display: table-cell;
          width: auto;
          float: none;
          vertical-align: top;
          min-width: 330px;
     }

          .megamenu-type-8 .header-type-3 #header-right {
               padding-right: 0px;
               padding-left: 0px;
          }

          .body-full-width .header-type-3 #header-right {
               min-width: 600px;
          }

          .header-type-3 #top .search_form {
               display: inline-block;
               vertical-align: top;
               width: 45px !important;
               height: 45px !important;
               background: #fff;
               border: 1px solid #cccccc;
               border-radius: 100px;
               -webkit-border-radius: 100px;
               -moz-border-radius: 100px;
               text-align: center;
               font-size: 17px;
               transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               padding: 9px 1px 0px 0px;
               margin: 24px 15px 0px 0px !important;
               cursor: pointer;
               	/*font-family:'Poppins';*/
				font-family: 'Roboto', sans-serif;
          }

               .header-type-3 #top .search_form:hover {
                    border-color: #d9121f;
                    background: #d9121f;
                    color: #fff;
               }

               .search-type-3 .header-type-3 #top .search_form {
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
               }

               .megamenu-type-8 .header-type-3 #top .search_form {
                    margin-right: 7px !important;
               }

/* @end */

/* @group Header Type 4 */

.header-type-4 #top .pattern > .container {
     padding-bottom: 21px;
     padding-top: 15px;
}

     .header-type-4 #top .search_form {
          padding-top: 8px;
     }

     .megamenu-type-8 .header-type-4 #top .pattern > .container {
          padding-bottom: 35px;
     }

/* @end */

/* @group Header Type 5 */

.header-type-5 #top .logo {
     text-align: left;
}

.header-type-5 #top .search_form {
     width: 270px;
     margin-right: 42px;
}

.header-type-5 #top .my-account {
     margin-left: 22px;
}

/* @end */

/* @group Header Type 7 */

.header-type-7 #top .logo {
    text-align: left;
	max-width: 167px;
}

.header-type-7 #top .search_form {
	width: auto !important;
	max-width: none !important;
	padding-left: 0;
	padding-right: 0;
    display: inline-block;
}

.header-type-7 #top .pattern > .container {
     padding-top: 5px;
     padding-bottom: 30px;
}

/* @end */

/* @group Header Type 8 */

.header-type-8 #top .logo {
     text-align: left;
}

.header-type-8 #top .search_form {
     display: inline-block;
     vertical-align: top;
     width: 45px !important;
     height: 45px !important;
     background: #fff;
     border: 1px solid #cccccc;
     border-radius: 100px;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     text-align: center;
     font-size: 17px;
     transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     padding: 9px 1px 0px 0px;
     margin: 24px 7px 0px 0px !important;
     cursor: pointer;
     	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
}

     .header-type-8 #top .search_form:hover {
          border-color: #d9121f;
          background: #d9121f;
          color: #fff;
     }

/* @end */

/* @group Header Type 9 */

.header-type-9 #top .logo {
     text-align: left;
}

.header-type-9 #top .search_form {
     width: 100% !important;
     max-width: 330px;
     display: block;
}

.header-type-9 .overflow-header-center {
     position: relative;
     margin-left: -30px;
}

.header-type-9 #top #header-center .menu {
     list-style: none;
     margin: 0px;
     padding: 7px 0px 0px 0px;
}

     .header-type-9 #top #header-center .menu li {
          display: inline-block;
          padding: 0px 14px 0px 0px;
     }

          .header-type-9 #top #header-center .menu li:last-child {
               padding-right: 0px;
          }

.header-type-9 #top .pattern > .container {
     padding-bottom: 24px;
}

.header-type-9 .overflow-currency-language {
     text-align: right;
}

.header-type-9 #top .dropdown {
     margin-right: 0px;
     margin-left: 17px;
}

.header-type-9 .welcome-text {
     padding-top: 14px;
}

/* @end */

/* @group Header Type 10 */

.header-type-10 #top .pattern > .container {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}

     .header-type-10 #top .logo {
          padding: 26px 0px 19px 0px;
     }

     .header-type-10 #header-center {
          padding-top: 23px;
     }

     .header-type-10 #top #cart_block .cart-heading p,
     .header-type-10 #top #cart_block .cart-heading .cart-count {
          display: none;
     }

     .header-type-10 #top .search_form,
     .header-type-10 #top .my-account {
          margin: 0px !important;
          width: 60px !important;
          height: 80px !important;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          display: block;
          float: right;
          padding: 27px 0px 0px 0px;
     }

     .header-type-10 #top #cart_block {
          display: block;
          float: right;
          height: 80px;
          margin: 0px !important;
     }

     .header-type-10 #top #cart_block .cart-heading .cart-icon {
          display: block;
          width: 60px;
          height: 80px;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          position: relative;
          margin-right: -23px;
          padding: 30px 0px 0px 0px;
     }

          .header-type-10 #top .search_form {
               border: none;
          }

          .header-type-10 #top .my-account {
               border-top: none;
               border-right: none;
               border-bottom: none;
          }

          .header-type-10 #top #cart_block .cart-heading .cart-icon {
               border-top: none;
               border-right: none;
               border-bottom: none;
          }

     .header-type-10 #top .dropdown > a:after {
          margin-top: 5px;
     }

     .header-type-10 #top .dropdown {
          margin: 29px 17px 0px 0px;
     }

/* @end */

/* @group Header Type 11 */

.header-type-11 #top .search_form {
     width: 100% !important;
     margin-right: auto !important;
     margin-left: auto !important;
     max-width: 272px;
     display: block;
}

.header-type-11 #top .logo {
     text-align: left;
}

/* @end */

/* @group Header Type 12 */

.header-type-12 #top .logo {
     text-align: left;
}

.header-type-12 #top .pattern > .container {
     padding-top: 6px;
     padding-bottom: 30px;
}

.header-type-12 #top .search_form {
     width: 532px;
     margin-left: -200px;
     border-radius: 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     height: 45px;
     background: #d9121f;
     padding: 2px;
     margin-right: 17px;
}

     .search-type-3 .header-type-12 #top .search_form {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
     }

     .search-type-4 .header-type-12 #top .search_form {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
     }

     .search-type-5 .header-type-12 #top .search_form {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }

     .search-type-7 .header-type-12 #top .search_form {
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
     }

     .header-type-12 #top .search_form .search-cat {
          display: table-cell;
          width: 161px;
          vertical-align: top;
          padding: 0px 26px 0px 26px;
     }

          .header-type-12 #top .search_form .search-cat select {
               margin: 0px;
               height: 41px;
               background: none !important;
               border: none !important;
               padding: 0px !important;
               color: #fff;
               font-size: 12px;
               font-weight: 600 !important;
               text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
          }

               .header-type-12 #top .search_form .search-cat select option {
                    color: #333;
                    text-shadow: none;
               }

               .header-type-12 #top .search_form .search-cat .select:after {
                    color: #fff;
                    right: 1px;
                    top: 15px;
                    font-size: 10px;
               }

     .header-type-12 #top .search_form .overflow-input {
          display: table-cell;
          width: 367px;
          vertical-align: top;
     }

          .header-type-12 #top .search_form input {
               margin: 0px;
               height: 41px;
               border: none;
          }

     .header-type-12 #top .search_form .button-search {
          right: 21px;
     }

/* @end */

/* @group Header Type 13 */

.header-type-13 #header-left {
     display: block;
     width: 25%;
     float: left;
}

.header-type-13 #top .pattern > .container {
     padding-bottom: 31px;
}

.header-type-13 .search_form {
     background: #fff;
     margin: 11px 0px 10px 0px;
     padding: 0px 50px 0px 0px;
     position: relative;
     height: 50px;
}

     .header-type-13 .search-cat {
          display: table-cell;
          width: 183px;
          border-right: 1px solid #d42f37;
          vertical-align: top;
     }

          .header-type-13 .search-cat select {
               margin: 0px;
               background: none;
               border: none;
               height: 50px;
               padding: 0px 26px;
               font-weight: 600 !important;
               font-size: 14px;
               color: #020202;
          }

               .header-type-13 .search-cat select option {
                    font-weight: 400 !important;
                    font-size: 13px;
                    color: #020202;
               }

               .header-type-13 .search-cat .select:after {
                    top: 19px;
                    color: #020202;
               }

     .header-type-13 .overflow-input {
          display: table-cell;
          width: 613px;
          padding-top: 2px;
          vertical-align: top;
     }

          .header-type-13 .overflow-input input {
               margin: 0px;
               background: none;
               border: none;
               width: 100%;
               height: 47px;
               display: block;
               padding: 0px 30px 0px 30px;
               font-size: 12px;
          }

          .header-type-13 .ui-autocomplete {
               right: -50px !important;
          }

          .header-type-13 .ui-autocomplete:after {
               left: 50%;
          }

     .header-type-13 .button-search {
          width: 50px;
          height: 50px;
          background: #f8eb0c;
          top: 0;
          right: 0 !important;
          color: #232323;
          text-align: center;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          padding: 16px 0px 0px 0px;
     }

          .header-type-13 .button-search:hover {
               background: #232323;
               color: #fff;
          }

.standard-body .header-type-13 .fixed .pattern > .container {
     padding-left: 0px;
     padding-right: 0px;
}

     .standard-body .header-type-13 .fixed .search_form {
          margin-right: 10px;
     }

/* @end */

/* @group Header Type 14 */

.header-type-14 .top-bar {
     background: none;
     position: relative;
     padding-bottom: 9px;
}

.header-type-14 .top-bar .row > div {
     position: static;
}

.header-type-14 #top .logo {
     text-align: left;
}

.header-type-14 .welcome-text {
     padding-top: 10px;
}

.header-type-14 #top .dropdown > a:after {
     margin-top: 5px;
}

.header-type-14 #top .dropdown {
     margin: 10px 0px 0px 37px;
}

.header-type-14 #top .top-bar form:before  {
     content: '';
     width: 1px;
     top: 0;
     bottom: 1px;
     display: block;
     position: absolute;
     background: url(../img/bg-footer.png) top left repeat;
     margin-left: 18px;
}

     .header-type-14 #top .top-bar form:first-of-type:before  {
          display: none !important;
     }

.header-type-14 #top .pattern > .container {
     padding-top: 6px;
     padding-bottom: 30px;
}

.header-type-14 #top #cart_block .cart-heading p:after {
     margin-left: 17px;
}


.header-type-14 #top .search_form {
     width: 210px;
     margin-left: 58px;
     margin-right: 58px;
}

     .header-type-14 #top .search_form:before {
          content: '';
          position: absolute;
          display: block;
          top: -30px;
          bottom: -30px;
          width: 1px;
          background: rgba(255, 255, 255, .05);
          left: -61px;
     }

.header-type-14 #top #cart_block {
     margin-left: 78px;
}

     .header-type-14 #top #cart_block:before {
          content: '';
          position: absolute;
          display: block;
          top: -30px;
          bottom: -30px;
          width: 1px;
          background: rgba(255, 255, 255, .05);
          left: -78px;
     }

/* @end */

/* @group Header Type 15 */

.header-type-15 #top #header-left {
     position: static;
}

.header-type-15 #top .logo {
     padding-right: 40px;
}

     .header-type-15 #top .logo:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          background: #171717; /* Old browsers */
          background: -moz-linear-gradient(top,  #171717 0%, #090909 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(100%,#090909)); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top,  #171717 0%,#090909 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top,  #171717 0%,#090909 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top,  #171717 0%,#090909 100%); /* IE10+ */
          background: linear-gradient(to bottom,  #171717 0%,#090909 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#090909',GradientType=0 ); /* IE6-9 */
          z-index: -1;
          left: 0;
          width: 24.8%;
     }

.header-type-15 #top .search_form {
     width: 360px;
     margin-right: 0;
     float: left;
     margin-left: 7px;
}

.header-type-15 #top .my-account {
     margin-left: 0;
}

/* @end */

/* @group Header Type 16 */

.header-type-16 #top #header-left .menu {
     list-style: none;
     margin: 0px;
     padding: 30px 0px 0px 0px;
}

     .header-type-16 #top #header-left .menu li {
          display: inline-block;
          padding: 7px 14px 0px 0px;
     }

          .header-type-16 #top #header-left .menu li:last-child {
               padding-right: 0px;
          }

.header-type-16 .overflow-currency-language {
     text-align: right;
}

.header-type-16 #top .dropdown {
     margin-right: 0px;
     margin-left: 27px;
}

.header-type-16 .welcome-text {
     padding-top: 12px;
}

.header-type-16 .top-bar {
     padding-bottom: 9px;
}

.header-type-16 #top .pattern > .container {
     padding-bottom: 47px;
}

/* @end */

/* @group Header Type 17 */

.header-type-17 #top #header-left .menu {
     list-style: none;
     margin: 0px;
     padding: 30px 0px 0px 0px;
}

     .header-type-17 #top #header-left .menu li {
          display: inline-block;
          padding: 7px 0px 0px 0px;
          font-weight: 600;
     }

          .header-type-17 #top #header-left .menu li:before {
              content: "/";
              color: #D8D8D8;
              margin: 0px 10px;
              font-weight: bold;
          }

               .header-type-17 #top #header-left .menu li:first-child:before {
                    display: none;
               }

          .header-type-17 #top #header-left .menu li:last-child {
               padding-right: 0px;
          }

.header-type-17 #top .pattern > .container {
     padding-top: 15px;
     padding-bottom: 30px;
}

.header-type-17 #top form:first-of-type {
     margin-left: -40px;
}

.header-type-17 #top form .dropdown {
     margin-right: 9px;
}

.header-type-17 #top form:last-of-type .dropdown {
     margin-right: 12px;
}

.header-type-17 #top form:last-of-type .dropdown:before {
     content: "/";
     color: #D8D8D8;
     margin: 0px 12px 0px 0px;
     font-weight: bold;
}

.header-type-17 #header-right {
     padding-left: 0px;
}

.header-type-17 #top .dropdown > a {
     font-weight: 600;
}

.header-type-17 #top #cart_block .cart-heading p:after {
     margin-top: 5px;
}

/* @end */

/* @group Header Type 18 */

.header-type-18 {

}

     .header-type-18 .background-top-bar {
          background: none !important;
     }

     .header-type-18 .top-bar {
          background: none;
     }

          .header-type-18 .top-bar .left {
               float: left;
               padding-right: 10px;
          }

          .header-type-18 .top-bar .line {
               overflow: hidden;
          }

               .header-type-18 .top-bar .line > div {
                    display: block;
                    height: 1px;
                    background: rgba(0, 0, 0, .2);
                    margin-top: 20px;
               }

          .header-type-18 .top-bar .right {
               float: right;
               font-weight: 500;
               text-align: right;
               padding-left: 5px;
          }

               .header-type-18 .top-bar .menu li {
                    padding-left: 23px;
               }

     .header-type-18 #top .logo {
          text-align: left;
     }

     .header-type-18 #top .search_form {
          width: 270px !important;
          margin-right: 17px;
     }

     .header-type-18 #top .pattern > .container {
          padding-top: 6px;
          padding-bottom: 30px;
     }

/* @end */

/* @group Header Type 19 */

.body-header-type-19 .camera_slider {
     margin: 0px -20px 0px -20px;
}

     .body-header-type-19.common-home #slider .pattern {
          position: absolute;
          width: 100%;
          margin-top: 20px;
          z-index: 23;
     }

     .header-type-19 .overflow-input {
          padding-top: 3px;
          display: block;
          width: 100%;
     }

     .header-type-19 .search_form_overflow {
          display: table-cell;
          vertical-align: top;
          width: 529px;
     }

     .header-type-19 .shop-by-car {
          display: table-cell;
          vertical-align: top;
          width: 135px;
          min-width: 135px;
          height: 71px;
          border-right: 1px solid rgba(255, 255, 255, .1);
          padding-right: 28px;
     }

          .header-type-19 .shop-by-car select {
               background: none !important;
               border: none !important;
               outline: none;
               height: 71px;
               display: block;
               width: 100%;
               margin: 0px;
               padding: 0px;
               font-size: 14px;
               color: #fff;
               font-weight: 600 !important;
               position: relative;
               z-index: 1;
               padding-top: 2px;
               cursor: pointer;
          }

               .header-type-19 .shop-by-car .select:after {
                    color: #fff;
                    right: 0;
                    top: 31px;
                    z-index: 0;
               }

     .header-type-19 .shop-by-brands {
          display: table-cell;
          vertical-align: top;
          width: 183px;
          min-width: 183px;
          height: 71px;
          padding-left: 30px;
          padding-right: 28px;
     }

          .header-type-19 .shop-by-brands select {
               background: none !important;
               border: none !important;
               outline: none;
               height: 71px;
               display: block;
               width: 100%;
               margin: 0px;
               padding: 0px;
               font-size: 14px;
               color: #fff;
               font-weight: 600 !important;
               position: relative;
               z-index: 1;
               padding-top: 2px;
               cursor: pointer;
          }

               .header-type-19 .shop-by-brands .select:after {
                    color: #fff;
                    right: 0;
                    top: 31px;
                    z-index: 0;
               }

          .header-type-19 .shop-by-car select option,
          .header-type-19 .shop-by-brands select option {
               background: #fff !important;
               color: #000;
               font-weight: 300 !important;
               font-size: 13px !important;
          }

/* @end */

/* @group Header Type 20 */

.header-type-20 #top .pattern > .container {
     padding-top: 11px;
     padding-bottom: 35px;
}

.header-type-20 #top .search_form {
     width: 352px !important;
     max-width: 352px;
}

/* @end */

/* @group Header Type 22 */

.header-type-22 .pattern > .container .row {
     margin: 0px -10px;
}

.header-type-22 .pattern > .top-bar {
     padding-left: 5px;
     padding-right: 5px;
}

.header-type-22 #top .pattern > .container {
     padding-bottom: 19px;
     padding-top: 6px;
}

/* @end */

/* @group Header Type 23 */

.header-type-23 #top .logo {
     text-align: left;
}

.header-type-23 #top .search_form {
     width: 194px !important;
     margin-right: 0px !important;
     display: inline-block;
}

.header-type-23 #top .pattern > .container {
     padding-top: 5px;
     padding-bottom: 30px;
}

.header-type-23 .top-bar {
     padding-bottom: 8px;
}

#main .header-type-23 #top .account {
     float: right;
     margin-right: 53px !important;
}

     .header-type-23 .account i {
          padding-right: 6px;
     }

.header-type-23 #top #cart_block {
     float: right;
     margin: 0px 0px -5px 0px !important;
     padding-bottom: 4px;
}

     .header-type-23 #top #cart_block:before {
          content: '';
          width: 1px;
          top: 0;
          bottom: -2px;
          display: block;
          position: absolute;
          background: rgba(255, 255, 255, .1);
          margin-left: -27px;
     }

     .header-type-23 #top #cart_block .cart-heading .cart-count {
          display: none;
     }

     .header-type-23 #top #cart_block .cart-heading .cart-icon {
          width: 12px;
          height: 12px;
          background: none;
          border: none;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          padding-top: 14px;
     }

     .header-type-23 #top #cart_block .cart-heading p strong {
          font-size: 12px !important;
     }

     .header-type-23 #top #cart_block .cart-heading p {
          padding-top: 10px;
          padding-left: 7px !important;
     }

     .header-type-23 #top #cart_block .cart-heading p:after {
          font-size: 9px;
          line-height: 1;
          margin-top: 5px;
     }

     #main .header-type-23 #top #cart_block.open > .dropdown-menu {
          margin-top: 0px;
     }

.header-type-23 #top .dropdown {
     margin-right: 24px !important;
}

.header-type-23 .top-bar form:before {
     content: '';
     width: 1px;
     top: 0;
     bottom: 0;
     display: block;
     position: absolute;
     background: rgba(255, 255, 255, .1);
     margin-left: -32px;
}

     .header-type-23 .top-bar form:first-of-type:before {
          display: none !important;
     }

     .header-type-23 .top-bar form {
          padding-left: 32px;
     }

          .header-type-23 .top-bar form:first-of-type {
               padding-left: 0px;
          }

.header-type-23 #top .dropdown > a:after {
     margin-left: 9px !important;
}

/* @end */

/* @group Header Type 24 */

.header-type-24 {

}

     .header-type-24 #header-right {
          position: static;
     }
          .header-type-24 #header-right .megamenu-background,
          .header-type-24 #header-right .overflow-megamenu {
               position: static;
          }

          .header-type-24 #header-right .megamenu-background {
               border: none;
               background: none !important;
          }

          .header-type-24 #header-right .megamenu-background > div {
               background: none !important;
          }

               .header-type-24 #header-right .horizontal ul.megamenu > li {
                    margin-right: 16px;
               }

                    .header-type-24 #header-right .horizontal ul.megamenu > li > a {
                         padding-top: 10px;
                         padding-bottom: 10px;
                         height: 41px;
                    }

                    .header-type-24 ul.megamenu > li > a > .fa-home {
                         font-size: 18px;
                         margin-top: 1px;
                    }

                    .header-type-24 #header-right .horizontal ul.megamenu > li.pull-right,
                    .body-full-width .header-type-24 #header-right .horizontal ul.megamenu > li.pull-right {
                         margin-right: 0;
                    }

.header-type-24 #top .pattern > .container {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}

.header-type-24 #top .pattern > .container > .row {
     position: relative;
}

.header-type-24 #top .pattern > .container > .row:before {
     content: '';
     position: absolute;
     top: 0;
     left: 15px;
     right: 15px;
     height: 5px;
     display: block;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bab13+0,fe7f02+100 */
     background: rgb(107,171,19); /* Old browsers */
     background: -moz-linear-gradient(left,  rgba(107,171,19,1) 0%, rgba(254,127,2,1) 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(107,171,19,1)), color-stop(100%,rgba(254,127,2,1))); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(left,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(left,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(left,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* IE10+ */
     background: linear-gradient(to right,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bab13', endColorstr='#fe7f02',GradientType=1 ); /* IE6-9 */
     border-radius: 0px 0px 4px 4px;
     -webkit-border-radius: 0px 0px 4px 4px;
     -moz-border-radius: 0px 0px 4px 4px;
     z-index: 1;
}

     .header-type-24 #top .pattern > .container #header-left {
          position: static;
     }

     .header-type-24 #top .pattern > .container #header-left:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: rgba(0, 0, 0, .1);
     }

     .header-type-24 #top .pattern > .container #header-left:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 25%;
          width: 1px;
          background: rgba(0, 0, 0, .1);
          margin-left: -16px;
     }

.header-type-24 #top .logo {
     padding-top: 43px;
     padding-bottom: 29px;
     padding-left: 15px;
     padding-right: 15px;
}

.header-type-24 #top .dropdown {
     margin: 0px 19px 0px 0px;
}

.header-type-24 #top .overflow-change-menu {
     display: inline-block;
     vertical-align: top;
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
     padding: 20px 0px 14px 0px;
}

     .header-type-24 #top .overflow-change-menu ul.menu {
          display: inline-block;
          vertical-align: top;
          padding: 0px 0px 0px 11px;
          margin: 0px;
          list-style: none;
     }

          .header-type-24 #top .overflow-change-menu ul.menu li {
               display: inline-block;
               padding: 0px 0px 0px 15px;
               vertical-align: top;
          }

               .header-type-24 #top .overflow-change-menu ul.menu li a {
                    font-size: 12px;
               }

.header-type-24 #top .pattern > .container .megamenu-background {
     display: inline-block;
     vertical-align: top;
     padding: 27px 28px 0px 0px;
}

.header-type-24 #top .my-account,
.header-type-24 #top #cart_block {
     margin-top: 25px;
}

.header-type-24 #top #header-right {
     padding-bottom: 26px;
}

.header-type-24 #top .vertical {
     padding-top: 7px;
     padding-bottom: 10px;
}

.header-type-24 #top .search_form {
     width: auto !important;
     margin: 0px !important;
     padding: 7px 0px !important;
     display: block !important;
}

     .header-type-24 #top .search_form .button-search {
          top: 21px;
     }

     .header-type-24 #top .search_form .search-cat {
          display: table-cell;
          min-width: 238px;
          vertical-align: top;
     }

          .header-type-24 #top .search_form .search-cat select {
               border: none;
               margin: 0px;
               height: 46px;
               border-radius: 4px 0px 0px 4px !important;
               -webkit-border-radius: 4px 0px 0px 4px !important;
               -moz-border-radius: 4px 0px 0px 4px !important;
               border-right: 1px solid #e5e5dd;
               -webkit-box-shadow: -1px 1px 1px 0px rgba(50, 50, 50, 0.2);
               -moz-box-shadow:    -1px 1px 1px 0px rgba(50, 50, 50, 0.2);
               box-shadow:         -1px 1px 1px 0px rgba(50, 50, 50, 0.2);
               font-weight: 600 !important;
               color: #303030;
               padding: 2px 30px 0px 30px;
               line-height: 46px;
          }

               .header-type-24 #top .search_form .search-cat .select:after {
                    right: 26px;
               }

               .header-type-24 #top .search_form .search-cat select option {
                    font-weight: 300 !important;
               }

     .header-type-24 #top .search_form .overflow-input {
          display: table-cell;
          width: 100%;
          vertical-align: top;
     }

          .header-type-24 #top .search_form .overflow-input input {
               margin: 0px;
               border-radius: 0px 4px 4px 0px !important;
               -webkit-border-radius: 0px 4px 4px 0px !important;
               -moz-border-radius: 0px 4px 4px 0px !important;
               border: none !important;
               padding-left: 33px;
               height: 46px;
               padding-top: 14px;
               font-size: 13px !important;
          }

/* @end */

/* @group Header type 26 */

.header-type-26 {

}

     .header-type-26 #top .pattern > .container {
          padding-top: 0px !important;
          padding-bottom: 27px;
     }

     .header-type-26 #top .logo {
          padding-top: 40px;
     }

     .header-type-26 ul.menu {
          padding: 28px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }

          .header-type-26 ul.menu li {
               padding: 0px 16px 0px 0px;
               display: inline-block;
               vertical-align: top;
          }

               .header-type-26 #header-right ul.menu li {
                    padding: 0px 0px 0px 16px;
               }

               .header-type-26 ul.menu li a {
                    font-size: 12px;
                    font-weight: 500;
               }

     .header-type-26 .overflow-currency-cart {
          display: inline-block;
          vertical-align: top;
          margin-left: -100px;
          border-bottom: 1px solid rgba(255, 255, 255, .1);
          position: relative;
     }

          .header-type-26 .overflow-currency-cart:before {
               content: '';
               position: absolute;
               bottom: -1px;
               left: 100%;
               height: 1px;
               width: 10000px;
               background: rgba(255, 255, 255, .1);
          }

          .header-type-26 #top #cart_block {
               margin: 0px !important;
               padding: 0px 28px;
               background: rgba(255, 255, 255, .1);
               height: 40px;
          }

               .header-type-26 #top #cart_block .dropdown-menu:after {
                    right: 67px;
               }

               .header-type-26 #top #cart_block .cart-heading .cart-count {
                    display: none;
               }

               .header-type-26 #top #cart_block .cart-heading .cart-icon {
                    width: 16px;
                    height: 16px;
                    background: none;
                    border: none;
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    padding-top: 12px;
               }

               .header-type-26 #top #cart_block .cart-heading p strong {
                    font-size: 11px !important;
               }

               .header-type-26 #top #cart_block .cart-heading p {
                    padding-top: 9px;
                    padding-left: 7px !important;
               }

               .header-type-26 #top #cart_block .cart-heading p:after {
                    font-size: 9px;
                    line-height: 1;
                    margin-top: 5px;
               }

               #main .header-type-26 #top #cart_block.open > .dropdown-menu {
                    margin-top: 0px;
               }

          .header-type-26 .overflow-currency-cart > form {
               height: 40px;
               border-left: 1px solid rgba(255, 255, 255, .1);
          }

          .header-type-26 #top .dropdown {
               margin: 10px 28px 0px 28px;
               padding: 0px;
          }

               .header-type-26 #top .dropdown > a {
                    display: inline-block;
               }

/* @end */

/* @group 8. Breadcrumb
------------------*/

.breadcrumb {
}
.background-top {  padding-top:175px;
}


     .breadcrumb-style-6 .breadcrumb {
          margin-top: 20px;
     }

     #main .breadcrumb .background {
          background-color: #fff;
          background-image: url(../img/bg-megamenu.png);
          background-position: bottom left;
          background-repeat: repeat-x;
     }

	.breadcrumb .container > div {
		padding: 63px 0px 5px 0px;
		text-align: center;
	}

	     body[class*="product-category-"].show-vertical-megamenu-category-page .breadcrumb .container > div {
	          padding-left: 25%;
	     }

	     .breadcrumb-style-7 .breadcrumb .container > div {
	          padding-top: 40px;
	     }

	     .breadcrumb-style-1 .breadcrumb .container > div {
	          padding-top: 50px;
	          padding-bottom: 0px;
	     }

		 .breadcrumb-style-1 .page-category.main-content .container > div {
			padding-top: 0;
			padding-bottom: 0px;
	   	}

	     .breadcrumb-style-9 .breadcrumb .container > div {
	          padding-top: 40px;
	          padding-bottom: 0px;
	     }

	     .breadcrumb-style-2 .breadcrumb .container > div {
	          padding-top: 40px;
	          padding-bottom: 0px;
	     }

	     .breadcrumb-style-10 .breadcrumb .container > div {
	          padding-top: 50px;
	          padding-bottom: 0px;
	     }

	     .breadcrumb-style-4 .breadcrumb .container > div {
	          padding-top: 33px;
	          padding-bottom: 0px;
	     }

	     .breadcrumb-style-8 .breadcrumb .container > div {
	          padding-top: 27px;
	          padding-bottom: 0px;
	     }

	     .breadcrumb-style-6 .breadcrumb .container > div {
	          padding-top: 33px;
	          padding-bottom: 0px;
	          text-align: left;
	     }

	     .breadcrumb-style-5 .breadcrumb .container > div {
	          padding-top: 53px;
	          padding-bottom: 0px;
	     }

	     .breadcrumb-style-11 .breadcrumb .container > div {
	          padding-top: 45px;
	          padding-bottom: 0px;
	     }

		.breadcrumb .container h1 {
			margin: 0px;
			padding: 0px 0px 9px 0px;
			font-size: 30px;
			border-bottom: 2px solid #d9121f;
			font-weight: 500;
			display: inline-block;
		}

		     .box-type-6 .breadcrumb .container h1 {
		          border-bottom-width: 1px;
		     }

		     .breadcrumb-style-4 .breadcrumb .container h1 {
		          padding-bottom: 10px;
		     }

		     .breadcrumb-style-8 .breadcrumb .container h1 {
		          padding-bottom: 5px;
		     }

		     .breadcrumb-style-6 .breadcrumb .container h1 {
		          padding-bottom: 0px;
		          border-bottom: none;
		     }

		     .breadcrumb-style-7 .breadcrumb .container h1 {
		          padding-bottom: 0px;
		          border-bottom: none;
		     }

		     .breadcrumb-style-10 .breadcrumb .container h1 {
		          padding-bottom: 5px;
		          border-bottom: none;
		     }

		.breadcrumb .container ul {
			list-style: none;
			padding: 17px 0px 56px 0px;
			margin: 0px;
		}

		     .breadcrumb-style-1 .breadcrumb .container ul {
		          padding-bottom: 50px;
              margin-bottom:20px;
              margin-top: 20px;
		     }

    @media (max-width: 1270px){
      .breadcrumb-style-1 .breadcrumb .container ul {
              margin-top: 10px !important;
		     }
    }
    @media (max-width: 1098px){
      .breadcrumb-style-1 .breadcrumb .container ul {
              margin-top: 60px !important;
		     }
    }
    @media (max-width: 1024px){
      .breadcrumb-style-1 .breadcrumb .container ul {
              margin-top: 5px !important;
		     }
    }

		     .breadcrumb-style-9 .breadcrumb .container ul {
		          padding-bottom: 36px;
		     }

		     .breadcrumb-style-2 .breadcrumb .container ul {
		          padding-bottom: 40px;
		          padding-top: 13px;
		     }

		     .breadcrumb-style-4 .breadcrumb .container ul {
		          padding-bottom: 30px;
		     }

		     .breadcrumb-style-8 .breadcrumb .container ul {
		          padding-bottom: 24px;
		          padding-top: 10px;
		     }

		     .breadcrumb-style-6 .breadcrumb .container ul {
		          padding-bottom: 30px;
		          padding-top: 0px;
		     }

		     .breadcrumb-style-3 .breadcrumb .container ul {
		          padding-bottom: 10px;
		     }

		     .breadcrumb-style-10 .breadcrumb .container ul {
		          padding-bottom: 0px;
		          padding-top: 0px;
		     }

		     .breadcrumb-style-5 .breadcrumb .container ul {
		          padding-bottom: 0px;
		     }

		     .breadcrumb-style-11 .breadcrumb .container ul {
		          padding-bottom: 0px;
		          margin-bottom: -10px;
		          position: relative;
		          z-index: 2;
		     }

		     .breadcrumb-style-7 .breadcrumb .container ul {
		          padding-top: 0px;
		          padding-bottom: 66px;
		     }

			.breadcrumb .container ul li {
				display: inline-block;
			}

				.breadcrumb .container ul li:before {
					content: "›";
					padding-right: 4px;
				}

					.breadcrumb .container ul li:first-child:before {
						display: none;
					}

/* @end */

.main-content .background .pattern {
	position: relative;
}

/* @group 9. Main Content
------------------*/

.main-fixed3 .main-content {
     margin-bottom: 60px;
}



.main-fixed3 .main-content .background {
     background: #fff;
}

.main-fixed3 .main-content .pattern > .container {
     padding-bottom: 40px !important;
}

     .main-fixed3 .main-content .pattern > .container > div:first-child {
          margin-top: -10px;
          position: relative;
     }

     .checkout-cart .main-fixed3 .main-content .pattern > .container > div:first-child,
     .checkout-checkout .main-fixed3 .main-content .pattern > .container > div:first-child {
          margin-top: 0px;
     }

.common-home .main-fixed3 .main-content .pattern > .container {
     padding-bottom: 30px !important;
}

     .common-home .main-fixed3 .main-content .pattern > .container > div:first-child {
          margin-top: 0px;
     }

.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
	padding-bottom: 60px;
	min-height: 300px;
}

     .standard-body .full-width.main-content .pattern > .container {
          padding-bottom: 50px;
     }

	 .standard-body .full-width.main-content .pattern > .container-fluid {
		max-width: 2200px;
		margin-left: auto;
		margin-right: auto;
   	}

	/* @group Banner */

	.banners > div {
		padding-top: 60px;
	}

	     .banners.banners-with-padding-30 > div {
	          padding-top: 30px;
	     }

	     .banners.banners-with-padding-20 > div {
	          padding-top: 20px;
	     }

	     .banners.banners-with-padding-45 > div {
	          padding-top: 45px;
	     }

	     .banners.banners-with-padding-50 > div {
	          padding-top: 50px;
	     }

	     .banners.banners-with-padding-40 {
	          padding-top: 10px;
	     }

	     .banners.banners-with-padding-40 > div {
	          padding-top: 30px;
	     }

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

	     .banners.banners-with-padding-0-2 > div {
	          padding-top: 0px;
	     }

		.banners > div img {
			display: block;
			margin: 0px auto;
		}

	/* @end */

	/* @group Center column */

	.center-column {
	     position: relative;
	     margin-bottom: -20px;
	}

	     .standard-body .full-width .center-column.content-without-background {
	          padding-top: 20px;
	     }

	          .box-type-12 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }

	          body[class*="product-product-"] .standard-body .full-width .center-column.content-without-background,
	          body.body-white .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }

	          body[class*="product-product-"].box-type-5 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 10px;
	          }

	          body.body-white.box-type-4 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 30px;
	          }

	          body.body-white.box-type-4.product-search .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }

	          body[class*="product-product-"].body-white.box-type-4 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }

	          body.box-type-4 .main-fixed .center-column.content-without-background {
	               padding-top: 30px;
	          }

	               body.box-type-7 .main-fixed .center-column.content-without-background {
	                    padding-top: 0px;
	               }

	               body[class*="product-category-"].box-type-7 .main-fixed .center-column.content-without-background {
	                    padding-top: 30px;
	               }

	          body.box-type-4.product-search .main-fixed .center-column.content-without-background {
	               padding-top: 0px;
	          }

	          body[class*="product-product-"].box-type-4 .main-fixed .center-column.content-without-background {
	               padding-top: 0px;
	          }

	     body[class*="product-product-"] .center-column {
	          margin-bottom: 0px;
	     }

	     .standard-body .full-width .center-column.content-with-background {
	          margin-bottom: 0px;
	          padding: 40px 55px 20px 55px;
	          margin-top: 50px;
	          position: relative;
	     }

	          .body-white .standard-body .full-width .center-column.content-with-background {
	               margin-top: 50px;
	          }

	               .box-type-5.body-white .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 60px;
	               }

	               .box-type-5.body-white.checkout-cart .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 50px;
	               }

	               .border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 0px;
	               }

	               .body-white-type-2.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 50px;
	               }

	               .body-type-12.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 50px;
	               }

	          .body-white .standard-body .full-width .center-column.content-with-background {
	               padding: 0px 15px 0px 15px;
	               /*margin-bottom: -20px;*/
				   margin-bottom: -52px;
	          }

	          .checkout-checkout .standard-body .full-width .center-column.content-with-background {
	               padding-top: 0px !important;
	               padding-bottom: 0px !important;
	               margin-bottom: -20px;
	          }

	          .standard-body .full-width .center-column.content-with-background:before {
	               content: '';
	               position: absolute;
	               top: 0;
	               left: 15px;
	               right: 15px;
	               bottom: 0;
	               background: #fff;
	               z-index: -1;
	          }

	               .body-white .standard-body .full-width .center-column.content-with-background:before {
	                    display: none;
	               }

	               .box-type-9 .standard-body .full-width .center-column.content-with-background:before {
	                    border-radius: 4px;
	                    -webkit-border-radius: 4px;
	                    -moz-border-radius: 4px;
	               }

		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		.center-column h6 {
			margin: 0px 0px 15px 0px;
			padding: 10px 0px 0px 0px;
		}

		.center-column h2,
		.center-column h2 *,
		.center-column h3,
		.center-column h3 * {
			font-size: 20px;
		}

		.center-column .post .post-content h2,
		.center-column .post .post-content h2 *,
		.center-column .post .post-content h3,
		.center-column .post .post-content h3 * {
			color: #000 !important;
			font-size: 20px !important;
		}

		.center-column .post .post-content p a,
		.center-column .post .post-content p a * {
			color: #000 !important;
			text-decoration: underline !important;
		}

		.center-column .post .post-content p a:hover,
		.center-column .post .post-content p a:hover * {
			color: #000 !important;
			text-decoration: none !important;
		}

		     .affiliate-login .center-column h2 {
		          padding-top: 25px;
		     }

		.center-column > *:first-child {
		     margin-top: 50px;
		}

		     .standard-body .full-width .center-column.content-with-background > *:first-child,
		     body[class*="product-product-"] .center-column > *:first-child {
		          margin-top: 0px;
		     }

		     body.checkout-checkout .center-column > *:first-child {
		          margin-top: -1px;
		     }

		     #payment-existing,
		     #shipping-existing {
		          margin-bottom: 10px;
		          margin-top: 7px;
		     }

		     .checkout-cart .center-column > form {
		          margin-top: 0px !important;
		     }

	/* @end */

	/* @group Block */

	.box {
		padding-top: 20px;
		margin-top: 32px;
		text-align: center;
		position: relative;
		clear: both;
	}

	     .box-type-11 .box {
	          margin-top: 22px;
	     }

	     .box-type-5 .box {
	          padding-top: 30px;
	     }

	     .box-type-4 .box {
	          padding-top: 12px;
	     }

	          .product-grid-type-2 .box.box-with-products.with-scroll .product-grid {
	               padding-bottom: 30px;
	          }

	          .product-grid-type-3 .box.box-with-products.with-scroll .product-grid {
	               padding-bottom: 50px;
	          }

	          .product-grid-type-5 .box.box-with-products.with-scroll .product-grid {
	               padding-bottom: 50px;
	          }

	     .box.without-heading {
	          padding-top: 0px !important;
	          margin-top: 0px !important;
	     }

	     .box.without-heading-type-2 {
	          padding-top: 0px !important;
	          margin-top: 0px !important;
	     }

	     .box-type-3 .box {
	          margin-top: 60px;
	     }

	     .box-type-14 .box {
	          margin-top: 60px;
	          padding-top: 34px;
	     }

	     .box-type-2 .box {
	          text-align: left;
	     }

	     .box-with-links {
	          padding-top: 60px !important;
	          margin-top: 0px !important;
	          background: none !important;
	     }

	          .box-type-4 .box-with-links {
	               padding-top: 50px !important;
	          }

	          .standard-body #main .full-width .box-with-links {
	               padding-top: 50px !important;
	               margin-top: 0px !important;
	               background: none !important;
	          }

	               .box-type-5 .standard-body #main .full-width .box-with-links {
	                    padding-top: 60px !important;
	               }

	     .box-with-categories {
	          padding-top: 0px !important;
	          margin-top: 50px !important;
	          background: none !important;
	     }

	          #main .box-with-categories {
	               background: none !important;
	          }

	          .box-type-11 .box-with-categories {
	               margin-top: -58px !important;
	          }

	     .category-box-type-2 {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }

	          .standard-body .full-width .category-box-type-2 {
	               padding-top: 50px !important;
	          }

	          .blog-module.category-box-type-2 {
	               padding-top: 60px !important;
	               margin-top: 0px !important;
	          }

	               .box-type-5 .blog-module.category-box-type-2 {
	                    padding-top: 60px !important;
	               }

		.mfilter-heading .mfilter-heading-content .mfilter-heading-text {
			display: flex;
		}

		.mfilter-box.box {
			margin-left: auto;
			margin-bottom: 0px;
			margin-right: auto;
			padding-left: 0;
			padding-right: 0;
			padding-bottom: 0;
			padding-top: 0;
			border-top: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}

		/*
		.mfilter-box.box > .box-content.mfilter-content {
			min-height: 55px;
			display: flex;
			align-items: center;
		}
		*/

		/*
		.mfilter-box.box > .box-content.mfilter-content {
			display: flex;
			align-items: center;
		}

		.mfilter-box.box > .box-content.mfilter-content > ul > li{
			padding-top: 14px !important;
			padding-bottom: 14px !important;
		}

		.mfilter-box.box > .box-content.mfilter-content .category-subcategories {
			padding-bottom: 0;
		}
		*/

		.mfilter-box.box > .box-content.mfilter-content {
			min-height: 55px;
			display: flex;
			width: 100%;
			gap: 0;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
		}

		.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content {
			/*min-height: 55px;*/
			display: flex;
			gap: 10px;
			flex-direction: column;
		}

		.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-heading {
			display: none;
		}

		.mfilter-box.box > .box-content.mfilter-content .mfilter-group .list-option-heading {
			display: none;
		}

		@media (max-width: 991px) {
			.mfilter-box.box > .box-content.mfilter-content > ul {
				display: flex;
				gap: 10px;
				flex-direction: column;
			}

			.mfilter-box.box > .box-content.mfilter-content {
				position: relative;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group {
				flex-grow: 1;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content {
				position: absolute;
				width: auto;
				height: auto;
				max-height: 0;
				top: 55px;
				right: 0;
				left: 0;
				bottom: auto;
				padding: 15px;
				opacity: 0;
				visibility: hidden;
				z-index: 10;
				background: #fff;
				border: 1px solid rgba(0, 0, 0, 0.1);
				transition: opacity 0.3s, visibility 0.3s, max-height 0.3s;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group.mfilter-group--active .mfilter-group-content {
				max-height: 1000px;
				opacity: 1;
				visibility: visible;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > ul,
			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > .list-options {
				display: flex;
				flex-direction: column;
				gap: 5px;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > ul li {
				width: 100%;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > ul li > .mfilter-heading {
				width: 30%;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > ul li > .mfilter-content-opts {
				width: 70%;
				padding: 0;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > ul li > .mfilter-content-opts .nice-select {
				min-width: 60%;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > .list-options > div {
				display: flex;
				flex-direction: row;
				align-items: center;
				width: 100%;
				margin: 0;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > .list-options > div .list-option-heading {
				display: block;
				width: 30%;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > .list-options > div > .select {
				width: 70%;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content > .list-options > div > .select .nice-select {
				min-width: 60%;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-heading {
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
				width: 100%;
				height: auto;
				margin: 0;
				padding: 15px;
				position: relative;
				font-weight: bold;
				border: 1px solid rgba(0, 0, 0, 0.1);
				cursor: pointer;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-heading .mfilter-group-heading__text {

			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-heading .mfilter-group-heading__arrow {
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				width: 15px;
				height: 15px;
				line-height: 1;
				transition: transform 0.3s;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group:not(.mfilter-group--active) .mfilter-group-heading .mfilter-group-heading__arrow {
				transform: rotate(90deg);
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group.mfilter-group--active .mfilter-group-heading .mfilter-group-heading__arrow {
				transform: rotate(-90deg);
			}
		}
		@media (min-width: 992px) {
			.mfilter-box.box > .box-content.mfilter-content {
				gap: 0;
				/*min-height: 55px;*/
				flex-direction: row;
				align-items: center;
				justify-content: space-between;
			}

			.mfilter-box.box > .box-content.mfilter-content .mfilter-group .mfilter-group-content {
				gap: 0;
				min-height: 55px;
				flex-direction: row;
				align-items: center;
			}
		}

		.mfilter-box.box > .box-content.mfilter-content .mfilter-content > ul li{
			padding-top: 0;
		}

		.list-options {
			display: flex;
		}

		.list-options > div:first-child {
			margin-right:17px;
		}

		.page-desc {
			margin-left: auto;
			margin-right: auto;
		}

		.page-desc p {
			font-size: 18px;
		}

		.page-desc * {
			color: #000;
		}

		.box .box-heading {
			position: relative;
			margin: 0px auto;
			padding: 0px 0px 9px 0px;
			display: inline-block;
			font-size: 20px !important;
			font-weight: 700;
			font-style: italic;
			border-bottom: 2px solid #d9121f;
			text-transform: uppercase;
			position: relative;
			z-index: 2;
			border: none;
		}
		.box .box-heading {
			font-style: normal !important;
		}
		.box .box-heading:before {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			right: auto;
			top: auto;
			width: 50%;
			height: 5px;
			background: #4DACC8;
			display: none;
		}
		.box .box-heading:after {
			content: '';
			position: absolute;
			bottom: 0;
			right: 0;
			left: auto;
			top: auto;
			width: 50%;
			height: 5px;
			background: #D3539D;
			display: none;
		}

		     .box-type-14 .box .box-heading {
		          padding-bottom: 10px;
		     }

		     .box-type-6 .box .box-heading {
		          border-bottom-width: 1px;
		     }

		     .box.box-with-products.with-scroll + .box.box-with-products .box-heading {
		          margin-top: 15px;
		     }

		     .box-type-2 .col-sm-3 .box-no-advanced.box
		     .box-type-2 .col-sm-4 .box-no-advanced.box,
		     .box-type-2 .col-md-3 .box-no-advanced.box,
		     .box-type-2 .col-md-4 .box-no-advanced.box {
		          text-align: center;
		     }

		     .box-type-3 .col-sm-3 .box-no-advanced.box
		     .box-type-3 .col-sm-4 .box-no-advanced.box,
		     .box-type-3 .col-md-3 .box-no-advanced.box,
		     .box-type-3 .col-md-4 .box-no-advanced.box {
		          padding-top: 33px;
		          margin-top: 40px;
		     }

		     .box-type-14 .col-sm-3 .box-no-advanced.box
		     .box-type-14 .col-sm-4 .box-no-advanced.box,
		     .box-type-14 .col-md-3 .box-no-advanced.box,
		     .box-type-14 .col-md-4 .box-no-advanced.box {
		          padding-top: 33px;
		          margin-top: 40px;
		     }

		     .box-with-categories .box-heading {
		          background: #d9121f;
		          color: #fff;
		          font-size: 14px !important;
		          font-weight: 600;
		          display: block;
		          border: none;
		          padding: 26px 30px 23px 30px;
		          text-align: left;
		          margin-bottom: 0px !important;
		     }

		          .category-box-type-4 .box-heading {
		               padding-top: 19px;
		               padding-bottom: 17px;
		          }

		          .box-type-4 .box-with-categories .box-heading {
		               border-radius: 8px 8px 0px 0px;
		               -webkit-border-radius: 8px 8px 0px 0px;
		               -moz-border-radius: 8px 8px 0px 0px;
		               padding-top: 21px;
		               padding-bottom: 15px;
		          }

		          .box-type-9 .box-with-categories .box-heading {
		               border-radius: 4px 4px 0px 0px;
		               -webkit-border-radius: 4px 4px 0px 0px;
		               -moz-border-radius: 4px 4px 0px 0px;
		               padding-top: 20px;
		               padding-bottom: 18px;
		          }

		          .box-type-7 .box-with-categories .box-heading {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }

		          .box-type-11 .box-with-categories .box-heading {
		               padding-top: 19px;
		               padding-bottom: 17px;
		          }

		     .box-with-links .box-heading {
		          display: none;
		     }

		     .category-box-type-3 .box-heading {
		          display: none;
		     }

		.box .strip-line {
			display: none;
		}

		.box .box-content {
			clear: both;
			text-align: left;
			padding: 30px 0px 0px 0px;
		}

		     .box.box-carousel .box-content {
		          padding-bottom: 30px;
		          padding-top: 30px !important;
		     }

		     .col-sm-3 .box-no-advanced.box .box-content,
		     .col-sm-4 .box-no-advanced.box .box-content,
		     .col-md-3 .box-no-advanced.box .box-content,
		     .col-md-4 .box-no-advanced.box .box-content {
		     	padding: 27px 30px;
		     	border: 2px solid #d9121f;
		     	background: #fff;
		     	position: relative;
		     	margin-top: -2px !important;
		     }

		          .box-type-4 .col-sm-3 .box-no-advanced.box .box-content,
		          .box-type-4 .col-sm-4 .box-no-advanced.box .box-content,
		          .box-type-4 .col-md-3 .box-no-advanced.box .box-content,
		          .box-type-4 .col-md-4 .box-no-advanced.box .box-content {
		               border-radius: 8px;
		               -webkit-border-radius: 8px;
		               -moz-border-radius: 8px;
		          }

		          .box-type-9 .col-sm-3 .box-no-advanced.box .box-content,
		          .box-type-9 .col-sm-4 .box-no-advanced.box .box-content,
		          .box-type-9 .col-md-3 .box-no-advanced.box .box-content,
		          .box-type-9 .col-md-4 .box-no-advanced.box .box-content {
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }

		          .box-type-4 .box-with-categories .box-content {
		               border-radius: 0px 0px 8px 8px !important;
		               -webkit-border-radius: 0px 0px 8px 8px !important;
		               -moz-border-radius: 0px 0px 8px 8px !important;
		          }

		          .box-type-9 .box-with-categories .box-content {
		               border-radius: 0px 0px 4px 4px !important;
		               -webkit-border-radius: 0px 0px 4px 4px !important;
		               -moz-border-radius: 0px 0px 4px 4px !important;
		          }

		          .box-type-7 .col-sm-3 .box-no-advanced.box .box-content,
		          .box-type-7 .col-sm-4 .box-no-advanced.box .box-content,
		          .box-type-7 .col-md-3 .box-no-advanced.box .box-content,
		          .box-type-7 .col-md-4 .box-no-advanced.box .box-content {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }

		          .box-type-7 .box-with-categories .box-content {
		               border-radius: 0px !important;
		               -webkit-border-radius: 0px !important;
		               -moz-border-radius: 0px !important;
		          }

		     .box-with-categories .box-content {
		          border: none !important;
		          margin: 0px !important;
		          background: #333333 !important;
		          padding: 0px !important;
		     }

		          #main .box-with-categories .box-content {
		               margin: 0px !important;

		          }

		     #main .box-with-links .box-content {
		          margin: 0px !important;
		          padding: 0px !important;
		     }

			.box .box-content.products {
			     padding-top: 0px;
			     position: relative;
			     margin-top: -1px;
			     background: #fff;
			}

			     .fixed-body-2-2 .box .box-content.products {
			          margin-top: 0px;
			     }

			.box-with-products .clear:before {
			     height: 1px;
			     content: '';
			     left: 0;
			     right: 0;
			     margin-top: -1px;
			     position: absolute;
			     background: url(../img/bg-megamenu.png) top left repeat-x;
			     z-index: 1;
			     display: block;
			}

			     .box-type-4.no-box-type-7 .box-with-products .clear:before {
			          left: 0 !important;
			          right: 0 !important;
			     }

			     .box.without-heading .clear:before {
			          display: none !important;
			     }

			.box-with-products .clear:after {
			     height: 1px;
			     content: '';
			     left: 0;
			     bottom: 0;
			     right: 0;
			     position: absolute;
			     background: url(../img/bg-megamenu.png) top left repeat-x;
			     z-index: 1;
			     display: block;
			}

			.box-with-products .clear:before,
			.box-with-products .clear:after {
				display: none;
		   }

			     .box-type-4 .box-with-products .clear:after {
			          display: none;
			     }

			     .box-type-10 .box-with-products .clear:after {
			          display: none;
			     }

			     .box-type-3 .box-with-products .clear:after {
			          display: none;
			     }

			     .box-type-5 .box-with-products .clear:after {
			          display: none;
			     }

			     .box-type-14 .box-with-products .clear:after {
			          display: none;
			     }

			     .fixed-body .col-md-12 > .box-with-products .clear:after,
			     .fixed-body .col-md-12 > .box-with-products .clear:before,
			     .fixed-body .col-sm-12 > .box-with-products .clear:after,
			     .fixed-body .col-sm-12 > .box-with-products .clear:before {
			          left: -45px;
			          right: -45px;
			     }

			     .fixed-body-2 .col-md-12 > .box-with-products .clear:after,
			     .fixed-body-2 .col-md-12 > .box-with-products .clear:before,
			     .fixed-body-2 .col-sm-12 > .box-with-products .clear:after,
			     .fixed-body-2 .col-sm-12 > .box-with-products .clear:before {
			          left: 0;
			          right: 0;
			     }

			     .standard-body .fixed .col-md-12 > .box-with-products .clear:after,
			     .standard-body .fixed .col-md-12 > .box-with-products .clear:before,
			     .standard-body .fixed .col-sm-12 > .box-with-products .clear:after,
			     .standard-body .fixed .col-sm-12 > .box-with-products .clear:before {
			          left: -40px;
			          right: -40px;
			     }

			     .border-width-1 .standard-body .full-width .col-md-12 > .box-with-products .clear:after,
			     .border-width-1 .standard-body .full-width .col-md-12 > .box-with-products .clear:before,
			     .border-width-1 .standard-body .full-width .col-sm-12 > .box-with-products .clear:after,
			     .border-width-1 .standard-body .full-width .col-sm-12 > .box-with-products .clear:before {
			          left: -4000px;
			          right: -4000px;
			     }

			     @media (min-width: 991px) {
     			     .col-sm-9 .col-sm-12 .box-with-products .clear:before,
     			     .col-sm-9 .col-sm-12 .box-with-products .clear:after,
     			     .col-md-9 .col-sm-12 .box-with-products .clear:before,
     			     .col-md-9 .col-sm-12 .box-with-products .clear:after,
     			     .col-sm-9 .col-md-12 .box-with-products .clear:before,
     			     .col-sm-9 .col-md-12 .box-with-products .clear:after,
     			     .col-md-9 .col-md-12 .box-with-products .clear:before,
     			     .col-md-9 .col-md-12 .box-with-products .clear:after {
     			          left: 0 !important;
     			          right: 0 !important;
     			     }
			     }

		.box > .prev,
		.box > .next {
		     position: absolute;
			bottom: -18px;
			z-index: 10;
			width: 35px;
			height: 35px;   display:none !important;
			border-radius: 100px;
			-webkit-border-radius: 100px;
			-moz-border-radius: 100px;
			border: 1px solid #e5e5e5;
			background: #fff;
			color: #333;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
			padding: 8px 0px 0px 12px;
			text-align: left;
			left: 50%;
			font-size: 13px;
				/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
		}

		     .buttons-prev-next-type-2 .box > .prev,
		     .buttons-prev-next-type-2 .box > .next {
		          border-radius: 0px;
		          -webkit-border-radius: 0px;
		          -moz-border-radius: 0px;
		     }

		     .box > .prev:hover,
		     .box > .next:hover {
		          background: #d9121f;
		          border-color: #d9121f;
		          color: #ffff;
		     }

			.box > .prev {
				margin-left: -50px;
			}

			.box > .next {
			     margin-left: 15px;
			     padding: 8px 0px 0px 14px;
			}

				.box > .prev:before,
				.box > .next:before {
				     content: "\f053";
				     display: inline-block;
				     font: normal normal normal 14px/1 FontAwesome;
				     font-size: 11px;
				     text-rendering: auto;
				     -webkit-font-smoothing: antialiased;
				     -moz-osx-font-smoothing: grayscale;
				     transition: all 0.2s ease-in-out;
				     -webkit-transition: all 0.2s ease-in-out;
				     -moz-transition: all 0.2s ease-in-out;
				}

				     .box > .next:before {
				          content: "\f054";
				     }

				     .box > .prev:hover:before,
				     .box > .next:hover:before {
				          color: #fff;
				     }

	/* @end */

	/* @group Block Category */

	.box-category {
	}

		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.box-category > ul li {
				border-top: 1px solid #3d3d3d;
				padding: 0px;
				position: relative;
			}

			     .box-category > ul > li:first-child {
			          border: none;
			     }

				.box-category ul li > a {
					line-height: 1.6;
					color: #fff;
					font-size: 14px;
					font-weight: 600;
					display: block;
					padding: 13px 30px 13px 30px;
					transition: all 0.2s ease-in;
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
				}

				     .box-category > ul li > a:hover,
				     .box-category > ul li:hover > a,
				     .box-category > ul li a.active {
				          background: #2b2b2b;
				     }
				     .box-category ul>li>a {
				          padding-left: 30px;
				     }
				     .box-category ul>li>ul>li>a {
				          padding-left: 60px;
				     }

				     .box-category > ul > li:first-child a {
				          padding-top: 17px;
				     }

				     .box-category > ul > li:last-child {
				          padding-bottom: 10px;
				     }

					.box-category ul li a.active {
						color: #00aaaa !important;
            font-weight:bold !important;
					}

					.box-category ul li .head {
					     display: block;
					     position: absolute;
					     top: 0;
					     right: 12px;
					}

					     .box-category > ul > li:first-child .head {
					          top: 2px;
					     }

     					.box-category ul li .head a {
     					     color: #fff;
     					     line-height: 48px;
     					     display: block;
     					     padding: 0px 15px !important;
     					}

     					     .box-category ul li .head a:before {
     					          display: inline-block;
     					          font: normal normal normal 14px/1 FontAwesome;
     					          font-size: inherit;
     					          text-rendering: auto;
     					          -webkit-font-smoothing: antialiased;
     					          -moz-osx-font-smoothing: grayscale;
     					          content: "\f077";
     					          font-size: 9px;
     					     }

     					          .box-category ul li .head .collapsed:before {
     					               content: "\f078";
     					          }

     						.box-category ul li .head .plus,
     						.box-category ul li .head .minus {
     							display: none;
     						}

          /* @group Category box type 4 */

          .category-box-type-4 .box-category ul li > a {
               padding-bottom: 12px;
          }

          .category-box-type-4 .box-category > ul li ul  {
               padding: 0px 0px 8px 0px;
               overflow: hidden;
          }

               .category-box-type-4 .box-category > ul li ul li:first-child {
                    margin-top: -7px;
                    position: relative;
               }

          .category-box-type-4 .box-category > ul li ul li {
               border: none;
          }

               .category-box-type-4 .box-category > ul li ul li a {
                    font-size: 13px;
                    font-weight: normal !important;
                    padding-top: 0px;
                    padding-bottom: 0px;
                    line-height: 27px;
               }

                    .category-box-type-4 .box-category > ul li ul li a.active {
                         font-weight: 600 !important;
                         text-decoration: underline;
                    }

                    body.firefox-mac .category-box-type-4 .box-category > ul li ul li a {
                         font-weight: 300 !important;
                    }

          /* @end */

     /* @end */

	/* @group Product */

     /* @group Icon enquiry */

     .button-enquiry {
          padding-left: 30px;
          padding-right: 30px;
     }

     .icon-enquiry[align=left] {
          display: inline-block;
          margin-right: 14px;
          vertical-align: top;
          margin-top: -1px;
          position: relative;
     }

     .icon-enquiry[align=right] {
          display: inline-block;
          margin-left: 14spx;
          vertical-align: top;
          margin-top: -1px;
          position: relative;
     }

     .text-enquiry {
          vertical-align: top;
          display: inline-block;
     }

     /* @end */

     #mfilter-content-container .product-grid {
		display: none;
	}

		#mfilter-content-container .product-grid.active {
			display: block;
		}

		.product-grid-type-2 #mfilter-content-container .product-grid {
		     padding-bottom: 30px;
		}

		.product-grid-type-3 #mfilter-content-container .product-grid {
		     padding-bottom: 50px;
		}

		.product-grid-type-5 #mfilter-content-container .product-grid {
		     padding-bottom: 50px;
		}

		#mfilter-content-container > span {
			background: none !important;
		}

			#mfilter-content-container > span:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: #fff;
				filter: alpha(opacity=40);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
				opacity: 0.4;
				-moz-opacity: 0.40;
				left: 0;
				top: 0;
			}

			.standard-body .full-width #mfilter-content-container > span:before {
			     background: #f3f3f3;
			}

			#mfilter-content-container > span > img {
				top: -140px !important;
				position: relative;
				z-index: 20;
			}

	.product-grid {
		clear: both;
		position: relative;
		z-index: 1;
	}

	     .standard-body .full-width .product-grid {
	          padding: 0px 15px;
	     }

	          .body-white .standard-body .full-width .product-grid {
	               padding: 0px;
	          }

	     .product-grid > .row {
	          overflow: hidden;
	     }

	          .product-grid-type-2 .product-grid > .row {
	               overflow: visible !important;
	          }

	          .product-grid-type-3 .product-grid > .row {
	               overflow: visible !important;
	          }

	          .product-grid-type-5 .product-grid > .row {
	               overflow: visible !important;
	          }

	          .carousel .carousel-inner .product-grid > .row:last-child {
	               overflow: visible;
	          }

	          .product-grid > .row:before {
	               content: '';
	               width: 100%;
	               height: 1px;
	               position: absolute;
	               left: 0;
	               right: 0;
	               background: url(../img/bg-megamenu.png) top left repeat-x;
	          }

	               .product-grid-type-2 .product-grid > .row:before {
	                    display: none !important;
	               }

	               .product-grid-type-3 .product-grid > .row:before {
	                    display: none !important;
	               }

	               .product-grid-type-5 .product-grid > .row:before {
	                    display: none !important;
	               }

	               .product-grid > .row:first-child:before {
	                    display: none;
	               }

	     .box-product .carousel {
	          overflow: hidden;
	          margin: 0px -15px;
	          padding: 0px 15px;
	     }

	          .standard-body .full-width .box-product .carousel {
	               margin: 0px;
	               padding: 0px;
	          }

	               .body-white .standard-body .full-width .box-product .carousel {
	                    overflow: hidden;
	                    margin: 0px -15px;
	                    padding: 0px 15px;
	               }

	          .box-product .carousel-inner {
	               overflow: visible;
	          }

		.col-sm-3 .box-no-advanced .product-grid,
		.col-sm-4 .box-no-advanced .product-grid,
		.col-md-3 .box-no-advanced .product-grid,
		.col-md-4 .box-no-advanced .product-grid {
			display: table !important;
		}

		.center-column .product-grid {
			background: #fff;
			position: relative;
		}

		     .center-column .product-grid:before {
		          left: 0;
		          top: 0;
		          right: 0;
		          height: 1px;
		          background: url(../img/bg-megamenu.png) top left repeat-x;
		          position: absolute;
		          content: '';
				  display: none;
		     }

		          .box-type-4.no-box-type-7 .center-column .product-grid:before {
		               left: 0 !important;
		               right: 0 !important;
		          }

		          .fixed-body .col-md-12 .col-md-12.center-column .product-grid:before,
		          .fixed-body .col-md-12 .col-md-12.center-column .product-grid > .row:before {
		               left: -45px;
		               right: -45px;
		               width: auto;
		               display: block;
		          }

		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:before,
		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid > .row:before {
		               left: -40px;
		               right: -40px;
		               width: auto;
		               display: block;
		          }

		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:before,
		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid > .row:before {
		               left: -4000px;
		               right: -4000px;
		               width: auto;
		               display: block;
		          }

		               .fixed-body .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before,
		               .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before,
		               .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before {
		                    display: none;
		               }

		     .center-column .product-grid:after {
		          left: 0;
		          bottom: 0;
		          right: 0;
		          height: 1px;
		          background: url(../img/bg-megamenu.png) top left repeat-x;
		          position: absolute;
		          content: '';
		     }

		          .box-type-4.no-box-type-7 .center-column .product-grid:after {
		               left: 0 !important;
		               right: 0 !important;
		          }

		          .box-type-3 .center-column .product-grid:after {
		               display: none;
		          }

		          .box-type-14 .center-column .product-grid:after {
		               display: none;
		          }

		          .fixed-body .col-md-12 .col-md-12.center-column .product-grid:after {
		               left: -45px;
		               right: -45px;
		          }

		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:after {
		               left: -40px;
		               right: -40px;
		          }

		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:after {
		               left: -4000px;
		               right: -4000px;
		          }

		.box-product .owl-controls {
			display: none !important;
		}

		.product-grid .product {
			display: block;
			/*padding: 50px 10px;*/
			text-align: center;
			position: relative;
			text-decoration: none;
			padding-top: 30px;
			padding-bottom: 30px;
			padding-left: 0px;
			padding-right: 0px;
		}
.product-grid .product .right .product_sizes{
	margin-top: 25px;
  text-align:center;
		}
		@media (min-width: 992px) {
			.product-grid .product .right .product_sizes{
				min-height:20px;
				margin-top: 15px;
					}
		}
		/*
    #mfilter-content-container  .product-grid .product .right .product_sizes{
    margin-top:0;
    }
	*/
.product_sizes > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -2px;
	margin-right: -2px;
}

@media (max-width: 991px) {
	.product_sizes .minibox-frame {
		display:flex;
		justify-content: center;
		align-items: center;
		font-size:12px;
		color:#d0d0d0;
		font-weight: 600;
		text-align:center;
		background:#fff;
		margin: 1px 2px;
	}

	.product_sizes .minibox-frame .minibox{
		font-size:12px;
		line-height: 1;
		color:#d0d0d0;
	}

	.product_sizes .minibox-frame.zelene {
		color: #000;
	}

	.product_sizes .minibox-frame.zelene .minibox {
		color: #000;
	}

	.product_sizes .minibox-spacer-frame {
		width: auto;
		height: 12px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product_sizes .minibox-spacer-frame .minibox-spacer {
		position: relative;
		display: block;
		width: 5px;
		height: 5px;
		margin-left:2px;
		margin-right:2px;
		background: #d0d0d0;
		border-radius: 100%;
	}

	.product_sizes .minibox-spacer-frame.zelene .minibox-spacer {
		background: #000;
	}
}

@media (min-width: 992px) {
	.product_sizes .minibox-spacer-frame .minibox-spacer {
		display: none;
	}

	.product_sizes .minibox-frame {
		display:flex;
		justify-content: center;
		align-items: center;
		font-size:7px;
		color:#d0d0d0;
		border: 1px solid #d0d0d0;
		font-weight: 600;
		width: 22px;
		padding: 2px 1px 1.5px;
		height: 22px;
		text-align:center;
		border-radius:100%;
		background:#fff;
		margin: 1px;
	}

	.product_sizes .minibox-frame.minibox-bigger-frame{
		width: auto;
		min-width: 22px;
		padding: 4px 2px 3px;
		border-radius: 40%;
	}

  	.product_sizes .minibox-frame .minibox{
		font-size:7px;
		line-height: 1;
		color:#d0d0d0;
	}

	.product_sizes .minibox-frame.zelene {
		color: #000;
		border-color: #000;
	}

	.product_sizes .minibox-frame.zelene .minibox {
		color: #000;
	}
}


@media (min-width: 1280px) {
	/*
	.product_sizes > div {
		margin-left: -2.2px;
		margin-right: -2.2px;
	}
	*/
	
	.product_sizes .minibox-frame {
		width: 26px;
		padding: 4px 2px 3px;
		height: 26px;
	}

	.product_sizes .minibox-frame.minibox-bigger-frame{
		min-width: 26px;
		padding: 4px 4px 3px;
	}
}


@media (min-width: 1600px) {
	.product_sizes > div {
		margin-left: -2.2px;
		margin-right: -2.2px;
	}
	
	.product_sizes .minibox-frame {
		margin: 1.1px 2.2px;
		font-size: 9px;
	}

	.product_sizes .minibox-frame .minibox{
		font-size:9px;
	}
	/*
	.product_sizes > div {
		margin-left: -3.5px;
		margin-right: -3.5px;
	}
	
	.product_sizes .minibox-frame {
		margin: 1.75px 3.5px;
	}
	*/
}
/*
   .product_sizes .minibox-frame .minibox{
		display:flex;
		justify-content: center;
		align-items: center;
		font-size:9px;
		color:#d0d0d0;
		border: 1px solid #d0d0d0;
		font-weight: 600;
		width: 26px;
		height: 26px;
		text-align:center;
		border-radius:100%;
		background:#fff;
	}
  .product_sizes .minibox-frame .minibox.zelene{
	  color: #000;
	border-color: #000;
  }
  */

  	.hp-product-grid.product-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	@media (max-width: 1499px) {
		.hp-product-grid.product-grid .product-item.product-item-desktop {
			display: none;
		}
	}

	@media (max-width: 1199px) {
		.hp-product-grid.product-grid .product-item.product-item-notebook {
			display: none;
		}
	}

	@media (max-width: 991px) {
		.hp-product-grid.product-grid .product-item.product-item-tablet {
			display: none;
		}
	}

	@media (max-width: 767px) {
		.hp-product-grid.product-grid .product-item.product-item-mobile {
			display: none;
		}
	}

  	.product-grid .product-item-banner {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	@media (max-width: 991px) {
		.product-grid .product-item-banner.product-item-banner-desktop {
			display: none;
		}
	}

	@media (min-width: 992px) {
		.product-grid .product-item-banner.product-item-banner-mobile {
			display: none;
		}
	}
	@media (min-width: 1500px) {
		.swiper.swiper-wrapper-desktop-disabled .swiper-wrapper {
			flex-wrap: wrap;
			transform: translate3d(0px, 0px, 0px) !important;
		}

		.swiper.swiper-wrapper-desktop-disabled .swiper-navigation .swiper-button-prev,
		.swiper.swiper-wrapper-desktop-disabled .swiper-navigation .swiper-button-next {
			display: none;
		}
	}

    .product-list .name-actions > .product_sizes {
			          padding-left: 35px;
			          padding-right: 45px;     cursor:pointer;padding-top:10px;

			     }
				
		     .product-grid-type-8 .product-grid .product {
		          padding-top: 30px;
		          padding-bottom: 30px;
		          padding-left: 0px;
		          padding-right: 0px;
		     }

		     .product-grid-type-6 .product-grid .product {
		          padding-top: 29px;
		          padding-bottom: 33px;
		     }

		     .product-grid-type-3 .product-grid .product {
		          padding-bottom: 0px;
		     }

     		     .product-grid-type-3 .product-grid .product:hover {
     		          padding-bottom: 50px;
     		          margin-bottom: -50px;
     		          z-index: 10;
     		     }

     	     .product-grid-type-5 .product-grid .product {
     	          padding: 30px 0px 0px 0px;
     	     }

     		     .product-grid-type-5 .product-grid .product:hover {
     		          padding-bottom: 50px;
     		          margin-bottom: -50px;
     		          z-index: 10;
     		     }

		     .product-grid-type-2 .product-grid .product {
		          padding: 25px 0px 0px 0px;
		     }

		          .product-grid-type-2 .product-grid .product:hover {
		               padding-bottom: 30px;
		               margin-bottom: -30px;
		               z-index: 10;
		          }

		     .product-grid .product:hover:before {
		          left: -15px;
		          height: auto;
		          width: auto;
		          bottom: 0px;
		          top: 0px;
		          right: -15px;
		          background: none;
		        /*  border: 2px solid #d9121f;       */
		          z-index: 0;
		     }

               .product-grid .product:before {
                    content: '';
                    position: absolute;
                    top: 1px;
                    bottom: -200px;
                    right: -16px;
                    width: 1px;
                    display: block;
                    background: url(../img/bg-megamenu.png) top left repeat-y;
                    border-color: #fff;
                    transition: border-color 0.2s ease-in;
                    -webkit-transition: border-color 0.2s ease-in;
                    -moz-transition: border-color 0.2s ease-in;
               }

                    .product-grid-type-2 .product-grid .product:before,
                    .product-grid-type-2 .product-grid .product:after {
                         background: none !important;
                         border-radius: 8px;
                         -webkit-border-radius: 8px;
                         -moz-border-radius: 8px;
                    }

                    .product-grid-type-2.box-type-7 .product-grid .product:before,
                    .product-grid-type-2.box-type-7 .product-grid .product:after {
                         border-radius: 0px;
                         -webkit-border-radius: 0px;
                         -moz-border-radius: 0px;
                    }

                    .box-type-9 .product-grid .product:before,
                    .box-type-9 .product-grid .product:after {
                         border-radius: 4px;
                         -webkit-border-radius: 4px;
                         -moz-border-radius: 4px;
                    }

                    .product-grid-type-2 .product-grid .product:hover:before {
                         background: #fff !important;
                    }

                    .product-grid-type-3 .product-grid .product:before,
                    .product-grid-type-3 .product-grid .product:after {
                         background: none !important;
                    }

                    .product-grid-type-3 .product-grid .product:hover:before {
                         background: #fff !important;
                    }

                    .product-grid-type-5 .product-grid .product:before,
                    .product-grid-type-5 .product-grid .product:after {
                         background: none !important;
                    }

                    .product-grid-type-5 .product-grid .product:hover:before {
                         background: #fff !important;
                    }

                    .product-grid-type-4 .product-grid .product:before,
                    .product-grid-type-4 .product-grid .product:after {
                         background: none;
                    }

                    .product-grid-type-8 .product-grid .product:before,
                    .product-grid-type-8 .product-grid .product:after {
                         background: none;
                    }

                    .product-grid .row > div:last-child .product:before {
                         background: none;
                    }

				.product-grid .product-hover .only-hover {
					visibility: hidden;
					position: absolute;
					background: #fff;
					left: 2px;
					right: 2px;
					bottom: 2px;
					padding: 65px 0px 42px 0px;
					text-align: center;
					opacity: 0;
						/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
				}


				     .product-grid-type-2 .product-grid .product-hover .only-hover {
				          padding-bottom: 25px;
				     }

				     .product-grid-type-6 .product-grid .product-hover .only-hover {
				          padding-bottom: 27px;
				     }

				     .product-grid-type-8 .product-grid .product-hover .only-hover {
				          padding-bottom: 27px;
				     }

/*					.product-grid .product-hover:hover .only-hover {
						visibility: visible;
						opacity: 1;
					}       */

			#main .new {
				background: #d9121f;
				padding: 5px 20px 5px 20px;
font-size:13px !important;
				color: #fff;
				font-weight: 600;
				font-size: 11px;
				text-transform: uppercase;
				position: absolute;
				z-index: 1;
				margin-top: -15px;
				border-radius: 20px;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
			}

			.sale {
				background: #1349b2;
				padding: 5px 16px 6px 16px;
				color: #fff;
				font-weight: 600;
				font-size: 13px !important;
				text-transform: uppercase;
				position: absolute;
				z-index: 1;
				margin-top: -15px;
				border-radius: 0px;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
			}

			     .product-grid-type-8 #main .new,
			     .product-grid-type-8 #main .sale {
			          margin-top: 0px;
			     }

			          .product-grid-type-8 #main .product-info .new,
			          .product-grid-type-8 #main .product-info .sale {
			               margin-top: -15px;
			          }

			     .product-grid-type-6 #main .new,
			     .product-grid-type-6 #main .sale {
			          margin-top: 0px;
			     }

			          .product-grid-type-6 #main .product-info .new,
			          .product-grid-type-6 #main .product-info .sale {
			               margin-top: -15px;
			          }

			     .sale-new-type-5 #main .new,
			     .sale-new-type-5 #main .sale {
			          padding-left: 16px;
			          padding-right: 16px;
			     }

			     .sale-new-type-10 #main .new,
			     .sale-new-type-10 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding: 2px 10px 0px 10px;
			     }

			     .sale-new-type-6 #main .new,
			     .sale-new-type-6 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding-left: 10px;
			          padding-right: 10px;
			     }

			     .sale-new-type-8 #main .new,
			     .sale-new-type-8 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding-left: 10px;
			          padding-right: 10px;
			          padding-top: 4px;
			          padding-bottom: 4px;
			     }

			     .sale-new-type-7 #main .new,
			     .sale-new-type-7 #main .sale {
			          border-radius:         4px;
			          -moz-border-radius:    4px;
			          -webkit-border-radius: 4px;
			     }

			     .sale-new-type-2 #main .new,
			     .sale-new-type-2 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			     }

			     .sale-new-type-3 #main .new,
			     .sale-new-type-3 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding-top: 7px;
			          padding-bottom: 6px;
			          margin-top: 0px;
			     }

			     .sale-new-type-4 #main .new,
			     .sale-new-type-4 #main .sale {
			          border-radius:         4px;
			          -moz-border-radius:    4px;
			          -webkit-border-radius: 4px;
			          padding-top: 4px;
			          padding-bottom: 4px;
			          padding-left: 12px;
			          padding-right: 12px;
			     }

			     .sale-new-type-9 #main .new,
			     .sale-new-type-9 #main .sale {
			          border-radius:         4px;
			          -moz-border-radius:    4px;
			          -webkit-border-radius: 4px;
			          padding-top: 5px;
			          padding-bottom: 2px;
			          padding-left: 12px;
			          padding-right: 12px;
			     }

				.product-info .sale,
				.product-info .new {
					left: 20px;
					top: 35px;
					z-index: 0 !important;
				}

				     .sale-new-type-3 .product-info .sale,
				     .sale-new-type-3 .product-info .new {
				     	left: 0px;
				     	top: 0px;
				     }
			
			/* Category collections */
			.collection-cat-grid .collection-cat-item {
				position: relative;
				/*
				width: 100%;
				max-width: 50%;
				*/
				width: 50%;
				padding-left: 15px;
				padding-right: 15px;
				padding-bottom: 30px;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .name {
				padding-top: 18px;
				padding-bottom: 1px;
				letter-spacing: 0;
				color: #000;
				font-weight: bold;
				font-size: 17px;
				font-style: italic;
				line-height: 1.2;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image {
				position: relative;
				width: 100%;
				height: 0;
				padding-top: 100%;
				overflow: hidden;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: flex;
				flex-direction: row;
				align-items: flex-start;
				justify-content: center;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame img {
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame .swiper {
				position: relative;
				width: 100%;
				height: auto;
				/*height: 100%;*/
				list-style: none;
				padding: 0;
				overflow: hidden;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame .swiper .swiper-wrapper {
				position: relative;
				width: 100%;
				height: auto;
				/*height: 100%;*/
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame .swiper .swiper-wrapper .swiper-slide {
				position: relative;
				width: 100%;
				height: auto;
				/*height: 100%;*/
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame .swiper .swiper-wrapper .swiper-slide img {
				width: 100%;
				height: auto;
				max-width: 100%;
				max-height: unset;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame .swiper .swiper-wrapper .swiper-slide .collection-cat-image-block {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				background-repeat: no-repeat;
				background-position: center;
				border: 1px solid #f3f3f3;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame .swiper .swiper-wrapper .swiper-slide .collection-cat-image-block:not(.collection-cat-image-block-no-image) {
				background-size: cover;
				background-position: center top;
			}

			.collection-cat-grid .collection-cat-item .collection-cat .image .collection-cat-image-frame .swiper .swiper-wrapper .swiper-slide .collection-cat-image-block.collection-cat-image-block-no-image {
				border: 1px solid #f3f3f3;
				background-size: contain;
			}

			@media (min-width: 768px) {
				.collection-cat-grid .collection-cat-item {
					/*max-width: 33.33333333%;*/
					width: 33.33333333%;
				}

				/*
				.collection-cat-grid .collection-cat-item:nth-of-type(even) .collection-cat .image {
					padding-top: 100%;
				}
				*/

				.collection-cat-grid .collection-cat-item:nth-of-type(odd) .collection-cat .image {
					height: auto;
					padding-top: 0;
				}

				.collection-cat-grid .collection-cat-item:nth-of-type(odd) .collection-cat .image .collection-cat-image-frame {
					position: relative;
					height: auto;
					top: auto;
					left: auto;
				}

				/*
				.collection-cat-grid .collection-cat-item:nth-of-type(odd) .collection-cat .image {
					padding-top: 150%;
				}
				*/
			}

			@media (min-width: 992px) {
				.collection-cat-grid .collection-cat-item {
					/*max-width: 25%;*/
					width: 25%;
				}
			}

			@media (min-width: 1200px) {
				.collection-cat-grid .collection-cat-item {
					/*max-width: 20%;*/
					width: 20%;
					max-width: 360px;
				}
			}

			.collection-cat-grid {
				max-width: 1800px;
			}

			/*
			@media (min-width: 1800px) {
				.collection-cat-grid .collection-cat-item {
					width: 16.66666667%;
				}
			}
			*/
			/* Category collections */

			.product-grid .product .image {
				position: relative;
				width: 100%;
				height: 0;
				padding-top: 100%;
			}

			.product-grid .product .image .product-image-frame {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}

			.product-grid .product .image .product-image-frame img {
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
			}
			
				.product-grid .product .image .quickview {
					position: absolute;
					top: 50%;
					margin-top: -7px;
					width: 100%;
					z-index: 1;
				}

					.product-grid .product .image .quickview a {
						margin: 0px auto;
						display: inline-block;
						background: #fefefe;
						border: 1px solid #e6e6e6;
						font-size: 10px;
						padding: 2px 5px;
						border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						opacity: 0;
						filter: alpha(opacity=0);
						-webkit-transform: scale(0);
						-ms-transform: scale(0);
						transform: scale(0);
						-webkit-transition: all 0.2s;
						-moz-transition:    all 0.2s;
						-o-transition:      all 0.2s;
						transition:         all 0.2s;
						cursor: pointer;
					}

						.product-grid .product:hover .image .quickview a {
							opacity: 1;
							filter: alpha(opacity=100);
							-webkit-transform: scale(1,1);
							-ms-transform: scale(1,1);
							transform: scale(1,1);
						}

				.product-grid .product .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
					transform: scale(1,1);
					transition-timing-function: ease-out;
					transition-duration: 250ms;
				}

					.product-grid .product:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
						transform: scale(1.05,1.07);
						transition-timing-function: ease-out;
						transition-duration: 250ms;
					}

					.product-grid .product .image-swap-effect {
						position: relative;
					}

						.product-grid .product .image-swap-effect .swap-image {
							position: absolute;
							visibility: hidden;
							opacity: 0.5;
							transition: opacity 0.2s ease-in;
							-moz-transition: opacity 0.2s ease-in;
							-webkit-transition: opacity 0.2s ease-in;
						}

							.product-grid .product:hover .image-swap-effect .swap-image {
								visibility: visible;
								opacity: 1;
							}

			.product-grid .product .name {
				padding-top: 10px;
			}

			     .product-grid-type-4 .product-grid .product .name {
			          padding-top: 18px;
			     }

				 /*
			     .product-grid-type-8 .product-grid .product .name {
			        padding-top: 10px;
			        padding-bottom: 1px;
			     }

				 @media (min-width: 992px) {
					.product-grid-type-8 .product-grid .product .name {
						padding-top: 18px;
						padding-bottom: 1px;
				   }
				 }

			          .product-grid-type-8 .product-grid .product .name a {
			               font-size: 15px;
						   font-weight: 400;
			          }
					  */

				.product-grid .product .name {
					padding-top: 10px;
					padding-bottom: 1px;
				}

				@media (min-width: 992px) {
					.product-grid .product .name {
						padding-top: 18px;
						padding-bottom: 1px;
					}
				}

				.product-grid .product .name a {
					font-size: 15px;
					font-weight: 400;
				}

			     .product-grid-type-5 .product-grid .product .name {
			          padding-top: 20px;
			     }
				 /*
			     .product-grid .product-hover:hover .name {
			          visibility: hidden;
			          opacity: 0;
			     }
				 */

			     .product-grid-type-2 .product-grid .product .name  {
			          font-weight: 500;
			          padding-bottom: 5px;
			     }

			.product-grid .product .price {
				color: #d9121f;
				font-size: 14px;
				font-weight: 600;
			}

				/*
			     .product-grid .product-hover:hover .price {
			          visibility: hidden;
			          opacity: 0;
			     }
				 */

			     .product-grid-type-5 .product-grid .product .price {
			          line-height: 1.2;
			     }

				.product-grid .product .price .price-old {
					color: #3f404b !important;
					font-weight: 400 !important;
					text-decoration: line-through;
					padding-right: 2px;
				}

				     body.firefox-mac .product-grid .product .price .price-old  {
				          font-weight: 300 !important;
				     }

			.product-grid .product .rating {
				padding-top: 1px;
			}

			.product-grid .product .only-hover ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
				position: absolute;
				transform: scale(0);
				-moz-transform: scale(0);
				-webkit-transform: scale(0);
				opacity: 0;
				transition: all 0.3s ease-out;
				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				width: 100%;
				top: 10px;
				left: 0;
			}

			     .product-grid .product:hover .only-hover ul {
			          transform: scale(1);
			          -moz-transform: scale(1);
			          -webkit-transform: scale(1);
			          opacity: 1;
			     }

			     .product-grid .product .only-hover ul li {
			          display: inline-block;
			          padding: 5px 1px 5px 0px;
			          vertical-align: top;
			     }

			          .product-grid .product .only-hover ul li a {
			               display: block;
			               width: 45px;
			               height: 45px;
			               border-radius: 100px;
			               -webkit-border-radius: 100px;
			               -moz-border-radius: 100px;
			               background: #fff;
			               border: 1px solid #ccc;
			               transition: all 0.2s ease-in;
			               -webkit-transition: all 0.2s ease-in;
			               -moz-transition: all 0.2s ease-in;
			               font-size: 16px;
			               padding: 10px 0px;
			               text-align: center;
			               cursor: pointer;

			          }

			               .product-grid .product .only-hover ul li a:hover {
			                    background: #d9121f;
			                    border-color: #d9121f;
			                    color: #fff;
			               }

			               .products-buttons-action-type-2 .product-grid .product .only-hover ul li a {
			                    border-radius: 0px;
			                    -webkit-border-radius: 0px;
			                    -moz-border-radius: 0px;
			               }

			               .products-buttons-action-type-3 .product-grid .product .only-hover ul li a {
			                    border-radius: 4px;
			                    -webkit-border-radius: 4px;
			                    -moz-border-radius: 4px;
			               }

			/* @group jQuery countdown */

			.is-countdown {
				background: rgba(237,237,237,0.90);
				margin-top: -60px;
				left: 0;
				right: 0;
				padding: 0px;
				position: absolute;
				z-index: 5;
				font-size: 12px;
				color: #232323;
				overflow: hidden;
			}

			     .countdown-special-type-7 .is-countdown {
			          margin-top: 0px !important;
			          top: 40px;
			          left: 10px;
			          right: 10px;
			          background: rgba(255, 255, 255, .9);
			          z-index: 0;
			     }

			          .countdown-special-type-7 .product-list .is-countdown {
			               top: 10px;
			               left: 25px;
			               right: 25px;
			          }

			     .countdown-special-type-4 .is-countdown {
			          background: #ede5de; /* Old browsers */
			          background: -moz-linear-gradient(top,  #ede5de 0%, #e5d8ce 100%); /* FF3.6+ */
			          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede5de), color-stop(100%,#e5d8ce)); /* Chrome,Safari4+ */
			          background: -webkit-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Chrome10+,Safari5.1+ */
			          background: -o-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Opera 11.10+ */
			          background: -ms-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* IE10+ */
			          background: linear-gradient(to bottom,  #ede5de 0%,#e5d8ce 100%); /* W3C */
			          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede5de', endColorstr='#e5d8ce',GradientType=0 ); /* IE6-9 */
			          border-radius: 5px;
			          -webkit-border-radius: 5px;
			          -moz-border-radius: 5px;
			          margin-top: -70px;
			     }

			     .countdown-special-type-5 .is-countdown {
			          background: #ffd900; /* Old browsers */
			          background: -moz-linear-gradient(top,  #ffd900 0%, #ffc200 100%); /* FF3.6+ */
			          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd900), color-stop(100%,#ffc200)); /* Chrome,Safari4+ */
			          background: -webkit-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Chrome10+,Safari5.1+ */
			          background: -o-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Opera 11.10+ */
			          background: -ms-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* IE10+ */
			          background: linear-gradient(to bottom,  #ffd900 0%,#ffc200 100%); /* W3C */
			          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#ffc200',GradientType=0 ); /* IE6-9 */
			          border-radius: 2px 2px 0px 0px;
			          -webkit-border-radius: 2px 2px 0px 0px;
			          -moz-border-radius: 2px 2px 0px 0px;
			          margin-top: -70px;
			          border-bottom: 1px solid #e5ad00;
			     }

			     .countdown-special-type-2 .is-countdown {
			     	background: rgba(20,20,20,0.90);
			     	color: #7f7f7f;
			     }

			     .countdown-special-type-6 .is-countdown {
			     	background: rgba(0,0,0,0.50);
			     	color: #fff;
			     }

			     .countdown-special-type-3 .is-countdown {
			     	background: rgba(0,0,0,0.80);
			     	color: #fff;
			     	font-size: 10px;
			     	left: 10px;
			     	right: 10px;
			     	height: 60px;
			     	margin-top: -65px;
			     	padding-top: 1px;
			     }

			     .product-list .is-countdown {
			          left: 5px;
			          right: 5px;
			     }

			          .countdown-special-type-3 .product-list .is-countdown {
			               left: 15px;
			               right: 15px;
			          }

			     .col-sm-12 > .product .is-countdown {
			          margin-top: -100px;
			     }

			     .is-countdown .countdown-section:after {
			          content: '';
			          width: 1px;
			          top: 0;
			          bottom: 0;
			          position: absolute;
			          background: url(../img/bg-megamenu.png) top left repeat-y;
			          left: 100%;
			     }

			          .countdown-special-type-3 .is-countdown .countdown-section:after {
			               background: rgba(255,255,255,0.10)
			          }

			          .countdown-special-type-6 .is-countdown .countdown-section:after {
			               background: rgba(255,255,255,0.10)
			          }

			     .is-countdown .countdown-section:last-child:after {
			          display: none;
			     }

			.countdown-holding span {
				color: #888;
			}

			.countdown-row {
				clear: both;
				width: 100%;
				padding: 0px;
				text-align: center;
			}

			.countdown-show1 .countdown-section {
				width: 98%;
			}

			.countdown-show2 .countdown-section {
				width: 48%;
			}

			.countdown-show3 .countdown-section {
				width: 32.5%;
			}

			.countdown-show4 .countdown-section {
				width: 24.5%;
			}

			.countdown-show5 .countdown-section {
				width: 19.5%;
			}

			.countdown-show6 .countdown-section {
				width: 16.25%;
			}

			.countdown-show7 .countdown-section {
				width: 14%;
			}

			.countdown-section {
				display: block;
				float: left;
				font-size: 100%;
				text-align: center;
				position: relative;
				padding: 12px 0px 6px 0px;
			}

			     .col-sm-12 > .product .countdown-section {
			          padding-bottom: 12px;
			     }

			     .countdown-special-type-7 .countdown-section {
			          font-size: 11px;
			          font-weight: bold;
			          color: #957f85;
			     }

			.countdown-amount {
			    font-size: 14px;
			    font-weight: 600;
			    display: block;
			    position: relative;
			    margin-bottom: -5px;
			}

			     .countdown-special-type-3 .countdown-amount {
			          font-weight: 400;
			     }

			     .countdown-special-type-7 .countdown-amount {
			          font-weight: 400;
			          color: #59454b;
			          font-family: PlayFair Display;
			          font-size: 18px;
			          margin-bottom: -1px;
			          margin-top: -5px;
			     }

			     .col-sm-12 > .product .countdown-amount {
			          font-size: 18px;
			          font-weight: 400;
			          padding-top: 2px;
			     }

			          .countdown-special-type-7 .col-sm-12 > .product .countdown-amount {
			               font-size: 25px;
			               padding-top: 0px;
			          }

			.countdown-period {
			    display: block;
			}

			.countdown-descr {
				display: block;
				width: 100%;
			}

			/* @end */

	/* @end */

	/* @group Product for column left & right */

	.col-sm-3 .box-no-advanced.box-with-products.with-scroll,
	.col-sm-4 .box-no-advanced.box-with-products.with-scroll,
	.col-md-3 .box-no-advanced.box-with-products.with-scroll,
	.col-md-4 .box-no-advanced.box-with-products.with-scroll {
	     margin-bottom: 17px;
	}

	     .col-sm-3 .box-no-advanced.box-with-products .clear,
	     .col-sm-4 .box-no-advanced.box-with-products .clear,
	     .col-md-3 .box-no-advanced.box-with-products .clear,
	     .col-md-4 .box-no-advanced.box-with-products .clear {
	          display: none;
	     }

	     .col-sm-3 .box-no-advanced .product-grid > .row:before,
	     .col-sm-4 .box-no-advanced .product-grid > .row:before,
	     .col-md-3 .box-no-advanced .product-grid > .row:before,
	     .col-md-4 .box-no-advanced .product-grid > .row:before {
	          display: none;
	     }

	.col-sm-3 .box-no-advanced .products,
	.col-sm-4 .box-no-advanced .products,
	.col-md-3 .box-no-advanced .products,
	.col-md-4 .box-no-advanced .products {
		padding: 0px !important;
		margin-top: -2px !important;
		margin-bottom: -1px;
		overflow: hidden;
	}

	.col-sm-3 .box-no-advanced .item,
	.col-sm-4 .box-no-advanced .item,
	.col-md-3 .box-no-advanced .item,
	.col-md-4 .box-no-advanced .item {
		overflow: hidden;
	}

		.col-sm-3 .box-no-advanced .products .product-grid,
		.col-sm-4 .box-no-advanced .products .product-grid,
		.col-md-3 .box-no-advanced .products .product-grid,
		.col-md-4 .box-no-advanced .products .product-grid {
			margin: -1px 0px 0px 0px;
			padding: 0px;
		}

		     .col-sm-3 .box-no-advanced.with-scroll .products .product-grid,
		     .col-sm-4 .box-no-advanced.with-scroll .products .product-grid,
		     .col-md-3 .box-no-advanced.with-scroll .products .product-grid,
		     .col-md-4 .box-no-advanced.with-scroll .products .product-grid {
		     	margin: -1px 0px 10px 0px;
		     	padding: 0px;
		     }

		.col-sm-3 .box-no-advanced .products .row > div,
		.col-sm-4 .box-no-advanced .products .row > div,
		.col-md-3 .box-no-advanced .products .row > div,
		.col-md-4 .box-no-advanced .products .row > div {
			width: 100%;
			margin: 0px;
		}

			.col-sm-3 .box-no-advanced .products .row > div .product,
			.col-sm-4 .box-no-advanced .products .row > div .product,
			.col-md-3 .box-no-advanced .products .row > div .product,
			.col-md-4 .box-no-advanced .products .row > div .product {
				margin: 0px;
				padding: 28px;
				text-align: left;
				background: url(../img/bg-megamenu.png) top left repeat-x;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}

			     .col-sm-3 .box-no-advanced .products .row > div .product .sale,
			     .col-sm-4 .box-no-advanced .products .row > div .product .sale,
			     .col-md-3 .box-no-advanced .products .row > div .product .sale,
			     .col-md-4 .box-no-advanced .products .row > div .product .sale,
			     .col-sm-3 .box-no-advanced .products .row > div .product .new,
			     .col-sm-4 .box-no-advanced .products .row > div .product .new,
			     .col-md-3 .box-no-advanced .products .row > div .product .new,
			     .col-md-4 .box-no-advanced .products .row > div .product .new {
			          display: none;
			     }

			     .col-sm-3 .box-no-advanced .products .row > div .product:before,
			     .col-sm-4 .box-no-advanced .products .row > div .product:before,
			     .col-md-3 .box-no-advanced .products .row > div .product:before,
			     .col-md-4 .box-no-advanced .products .row > div .product:before {
			          display: none;
			     }

				.col-sm-3 .box-no-advanced .products .row > div .product .left,
				.col-sm-4 .box-no-advanced .products .row > div .product .left,
				.col-md-3 .box-no-advanced .products .row > div .product .left,
				.col-md-4 .box-no-advanced .products .row > div .product .left {
					float: left;
					width: 34%;
				}

				.col-sm-3 .box-no-advanced .products .row > div .product .right,
				.col-sm-4 .box-no-advanced .products .row > div .product .right,
				.col-md-3 .box-no-advanced .products .row > div .product .right,
				.col-md-4 .box-no-advanced .products .row > div .product .right {
					float: left;
					width: 57%;
					margin-left: 9%;
					padding-top: 0px;
				}

				.col-sm-3 .box-no-advanced .products .row > div .product .right .name,
				.col-sm-4 .box-no-advanced .products .row > div .product .right .name,
				.col-md-3 .box-no-advanced .products .row > div .product .right .name,
				.col-md-4 .box-no-advanced .products .row > div .product .right .name {
					visibility: visible !important;
					opacity: 1 !important;
				}

				.col-sm-3 .box-no-advanced .products .row > div .product .price,
				.col-sm-4 .box-no-advanced .products .row > div .product .price,
				.col-md-3 .box-no-advanced .products .row > div .product .price,
				.col-md-4 .box-no-advanced .products .row > div .product .price {
				     padding-top: 7px;
				     visibility: visible !important;
				     opacity: 1 !important;
				}

				.col-sm-3 .box-no-advanced .products .product .only-hover,
				.col-sm-4 .box-no-advanced .products .product .only-hover,
				.col-md-3 .box-no-advanced .products .product .only-hover,
				.col-md-4 .box-no-advanced .products .product .only-hover {
					display: none;
				}

				.col-sm-3 .box-no-advanced .products .is-countdown,
				.col-sm-4 .box-no-advanced .products .is-countdown,
				.col-md-3 .box-no-advanced .products .is-countdown,
				.col-md-4 .box-no-advanced .products .is-countdown {
				     display: none;
				}

				.col-sm-3 .box-no-advanced .products .quickview,
				.col-sm-4 .box-no-advanced .products .quickview,
				.col-md-3 .box-no-advanced .products .quickview,
				.col-md-4 .box-no-advanced .products .quickview {
				     display: none;
				}

	/* @end */

	/* @group Product list */

	#mfilter-content-container {
	     margin-top: 0px;
	}

	     .body-white-type-2 #mfilter-content-container {
	          margin-top: 50px;
	     }

	     .box-type-12 #mfilter-content-container {
	          margin-top: 50px;
	     }

	     .product-search #mfilter-content-container {
	          margin-top: 50px;
	     }

	#mfilter-content-container .product-list {
		position: absolute;
		width: 100%;
		max-height: 100px;
		overflow: hidden;
		opacity: 0;
		z-index: -10;
	}

		#mfilter-content-container .product-list.active {
			position: relative;
			visibility: visible;
			max-height: none;
			overflow: visible;
			opacity: 1;
			z-index: 0;
		}

		.mfilter-content_top .mfilter-content > ul > li,
		.mfilter-content_top .mfilter-content .mfilter-group .mfilter-group-content > ul > li {
			display: flex;
			align-items: center;
		}

		.mfilter-content_top .mfilter-opts-container,
		.mfilter-content_top .mfilter-content > ul > li .mfilter-heading,
		.mfilter-content_top .mfilter-content .mfilter-group .mfilter-group-content > ul > li .mfilter-heading  {
			padding-top: 0;
		}

		.mfilter-content_top .mfilter-content > ul > li .mfilter-heading,
		.mfilter-content_top .mfilter-content .mfilter-group .mfilter-group-content > ul > li .mfilter-heading  {
			display: flex;
			align-items: center;
		}

		.mfilter-content_top .mfilter-content > ul > li .mfilter-heading .mfilter-heading-content,
		.mfilter-content_top .mfilter-content .mfilter-group .mfilter-group-content > ul > li .mfilter-heading .mfilter-heading-content {
			padding-bottom: 0;
		}

		.product-list {
		     background: #fff url(../img/bg-megamenu.png) top left repeat-x;
		}


	          .standard-body .full-width .product-list {
	               padding: 0px 15px;
	          }

	               .body-white .standard-body .full-width .product-list {
	                    padding: 0px;
	               }

	          .fixed-body .col-md-12 .col-md-12.center-column .product-list {
	               margin: 0px -45px;
	               position: relative;
	               width: auto !important;
	               padding: 0px 35px;
	          }

	          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-list {
	               margin: 0px -40px;
	               position: relative;
	               width: auto !important;
	               padding: 0px 30px;
	          }

	          .border-width-1.body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list {
	               margin: 0px -4000px;
	               position: relative;
	               width: auto !important;
	               padding: 0px 3990px;
	          }

		.product-list > div {
			position: relative;
			margin: 0px;
			padding: 28px 23px;
			margin: 0px -15px -1px -15px;
			border: 2px solid transparent;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
		}

               .product-list-type-2 .product-list > div {
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-radius: 8px;
                    -webkit-border-radius: 8px;
                    -moz-border-radius: 8px;
               }

               .box-type-9 .product-list > div {
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
               }

               .product-list-type-2.box-type-7 .product-list > div {
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
               }

		     .fixed-body .col-md-12 .col-md-12.center-column .product-list > div {
		          margin-left: -35px;
		          margin-right: -35px;
		          padding-left: 43px;
		          padding-right: 43px;
		     }

		     .standard-body .fixed .col-md-12 .col-md-12.center-column .product-list > div {
		          margin-left: -30px;
		          margin-right: -30px;
		          padding-left: 38px;
		          padding-right: 38px;
		     }

		     .product-list > div:before {
		          content: '';
		          position: absolute;
		          bottom: -2px;
		          left: 13px;
		          right: 13px;
		          height: 1px;
		          z-index: -1;
		          background: url(../img/bg-megamenu.png) bottom left repeat-x;
		     }

		          .box-type-3 .product-list > div:last-child:before {
		               display: none;
		          }

		          .box-type-14 .product-list > div:last-child:before {
		               display: none;
		          }

		          .body-other .standard-body .full-width .center-column .product-list > div:before,
		          .fixed-body .col-md-12 .col-md-12.center-column .product-list > div:before,
		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-list > div:before {
		               left: -2px;
		               right: -2px;
		          }

		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list > div:before {
		               left: -4000px;
		               right: -4000px;
		          }

			.product-list > div:hover {
				border: 2px solid #d9121f;
			}

			.product-list > div .sale,
			#main .product-list > div .new {
			     margin-top: -5px;
			}

			.product-list .image {
			}

			.product-list .name-actions {
			     position: static;
			}

			     .product-list .name-actions:before {
			          content: '';
			          position: absolute;
			          bottom: -1px;
			          top: -1px;
			          margin-left: -5px;
			          z-index: -1;
			          width: 1px;
			          background: url(../img/bg-megamenu.png) bottom left repeat-y;
			     }

			          .product-list-type-2 .product-list .name-actions:before {
			               display: none !important;
			          }

			          .product-list-type-3 .product-list .name-actions:before {
			               display: none !important;
			          }

			     .product-list .name-actions > .name {
			          padding-left: 35px;
			          padding-right: 45px;
			          line-height: 1;
			          padding-top: 34px;
			     }

			          .product-list-type-2 .product-list .name-actions > .name {
			               padding-left: 10px;
			               padding-right: 0px;
			               padding-top: 30px;
			               font-weight: 500;
			          }

			          .col-md-12 .col-md-12.center-column .product-list .name-actions > .name {
			               padding-top: 64px;
			          }

			          .product-list-type-2 .col-md-12 .col-md-12.center-column .product-list .name-actions > .name {
			               padding-top: 45px;
			          }

			     .product-list .name-actions > .price {
			          padding-left: 35px;
			          padding-right: 45px;
			          padding-top: 3px;
			          font-size: 20px;
			          line-height: 1;
			          color: #d9121f;
			          font-weight: 600;
			     }

			          .product-list-type-2 .product-list .name-actions > .price {
			               padding-left: 10px;
			               padding-right: 0px;
			          }

			          .product-list .name-actions > .price .price-old {
			               color: #232323;
			               font-weight: 400;
			               text-decoration: line-through;
			               padding-right: 2px;
			               font-size: 13px;
			          }

			          body.firefox-mac .product-list .name-actions > .price .price-old {
			               font-weight: 300;
			          }

			     .product-list .name-actions ul {
			          list-style: none;
			          margin: 0px;
			          padding: 21px 45px 0px 35px;
			     }

			          .product-list-type-2 .product-list .name-actions ul {
			               padding-left: 10px;
			               padding-right: 0px;
			          }

			          .product-list .name-actions ul li {
			               display: inline-block;
			               padding: 5px 3px 5px 0px;
			               vertical-align: top;
			          }

			               .product-list .name-actions ul li a {
			                    display: block;
			                    width: 45px;
			                    height: 45px;
			                    border-radius: 100px;
			                    -webkit-border-radius: 100px;
			                    -moz-border-radius: 100px;
			                    background: #fff;
			                    border: 1px solid #ccc;
			                    transition: all 0.2s ease-in;
			                    -webkit-transition: all 0.2s ease-in;
			                    -moz-transition: all 0.2s ease-in;
			                    font-size: 16px;
			                    padding: 10px 0px;
			                    text-align: center;
			                    cursor: pointer;
			                    	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
			               }

			                    .product-list .name-actions ul li a:hover {
			                         background: #d9121f;
			                         border-color: #d9121f;
			                         color: #fff;
			                    }

			                    .products-buttons-action-type-2 .product-list .name-actions ul li a {
			                         border-radius: 0px;
			                         -webkit-border-radius: 0px;
			                         -moz-border-radius: 0px;
			                    }

			                    .products-buttons-action-type-3 .product-list .name-actions ul li a {
			                         border-radius: 4px;
			                         -webkit-border-radius: 4px;
			                         -moz-border-radius: 4px;
			                    }

			.product-list .desc {
			     position: static;
			     padding-top: 50px;
			}

			     .col-md-12 .col-md-12.center-column .product-list .desc {
			          padding-top: 80px;
			     }

			     .product-list .desc:before {
			          content: '';
			          position: absolute;
			          bottom: -1px;
			          top: -1px;
			          margin-left: -40px;
			          z-index: -1;
			          width: 1px;
			          background: url(../img/bg-megamenu.png) bottom left repeat-y;
			     }

	/* @end */

	/* @group Category page */

	.category-info {
		padding: 30px 0px 0px 0px;
		position: relative;
		margin: 0px -30px 0px 0px;
	}

	     .standard-body .full-width .category-info {
	          background: #fff;
	          padding: 30px 0px 0px 30px;
	          margin: 30px 0px 0px 0px;
	     }

	          .body-white .standard-body .full-width .category-info {
	               background: none;
	               padding: 30px 0px 0px 0px;
	               margin: 0px -30px 0px 0px;
	          }

	               .body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info {
	                    padding-top: 40px;
	               }

	     .category-info:before {
	          bottom: 0;
	          left: 0;
	          right: 30px;
	          height: 1px;
	          background: url(../img/bg-megamenu.png) top left repeat-x;
	          content: '';
	          position: absolute;
	          display: block;
	     }

	          .standard-body .full-width .category-info:before {
	               right: 0;
	          }

	               .body-white .standard-body .full-width .category-info:before {
	                    right: 30px;
	               }

	          .fixed-body .col-md-12 .col-md-12.center-column .category-info:before {
	               left: -45px;
	               right: -15px;
	          }

	          .standard-body .fixed .col-md-12 .col-md-12.center-column .category-info:before {
	               left: -40px;
	               right: -10px;
	          }

	          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info:before {
	               left: -4000px;
	               right: -4000px;
	          }

		.category-info .image {
			padding: 0px 30px 30px 0px;
			float: left;
			width: auto;
			max-width: 100%;
		}

		     .category-info .image img {
		     }

		.category-info > p {
			padding: 2px 30px 30px 0px;
		}

	.refine_search {
		margin: 0px auto !important;
		padding: 51px 0px 9px 0px !important;
		display: inline-block;
		font-size: 20px;
		font-weight: 500;
		border-bottom: 2px solid #d9121f;
		position: relative;
		z-index: 1;
	}

	.refine_search_overflow {
	     position: relative;
	}

	.refine_search_overflow:after {
	     content: '';
	     position: absolute;
	     bottom: 0;
	     left: 0;
	     right: 0;
	     height: 1px;
	     display: block;
	     z-index: 1;
	     background: url(../img/bg-megamenu.png) bottom left repeat-x;
	}

	     .standard-body .fixed .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	          right: -40px;
	          left: -40px;
	     }

	     .fixed-body .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	          right: -45px;
	          left: -45px;
	     }

	     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	          right: -4500px;
	          left: -4500px;
	     }

	.category-list {
		background: #fff url(../img/bg-megamenu.png) bottom left repeat-x;
		padding: 30px 0px 4px 0px;
		position: relative;
		margin-top: -1px;
	}

	     .standard-body .fixed .col-md-12 .col-md-12.center-column .category-list {
	          margin-left: -40px;
	          margin-right: -40px;
	          padding-left: 40px;
	          padding-right: 40px;
	     }

	     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-list {
	          margin-left: -4000px;
	          margin-right: -4000px;
	          padding-left: 4000px;
	          padding-right: 4000px;
	     }

	     .fixed-body .col-md-12 .col-md-12.center-column .category-list {
	          margin-left: -45px;
	          margin-right: -45px;
	          padding-left: 45px;
	          padding-right: 45px;
	     }

	.category-list-text-only {
	     padding: 30px 0px 24px 0px;
	}

	     .standard-body .full-width .category-list {
	          padding-left: 30px;
	          padding-right: 30px;
	     }

	          .body-white .standard-body .full-width .category-list {
	               padding-left: 0px;
	               padding-right: 0px;
	          }

		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}

			.category-list-text-only .row > div {
				margin-bottom: 6px;
				text-align: left;
			}

			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
				border-radius:         2px;
				-moz-border-radius:    2px;
				-webkit-border-radius: 2px;
			}

	.product-filter {
		background: #fff;
		padding: 0px;
		margin: 0px;
		position: relative;
	}

	     .box-type-9 .product-filter {
	          border-radius: 4px 4px 0px 0px;
	          -webkit-border-radius: 4px 4px 0px 0px;
	          -moz-border-radius: 4px 4px 0px 0px;
	     }

	     .product-filter .select:after {
	          display: none;
	     }

	     .standard-body .full-width .product-filter {
	          padding: 0px 25px;
	          margin-top: 30px;
	     }

	          .body-white .standard-body .full-width .product-filter {
	               margin: 0px;
				   margin-left: auto;
				   margin-right: auto;
	               padding: 0px;
				   padding-left: 15px;
				   padding-right: 15px;
	               background: none;
	          }

		.product-filter .list-options {
			float: right;
			width: auto;
			padding: 0px 0px 0px 30px;
		}

			.product-filter .list-options .sort {
				padding: 22px 0px 12px 30px;
				float: left;
				width: auto;
				position: relative;
			}

			     .product-filter .list-options .sort:before {
			          top: 0;
			          bottom: 0;
			          width: 1px;
			          background: url(../img/bg-megamenu.png) top left repeat-y;
			          content: '';
			          position: absolute;
			          margin-left: -30px;
			     }

			          .box-type-4 .product-filter .list-options .sort:before {
			               display: none;
			          }

			          .box-type-5 .product-filter .list-options .sort:before {
			               display: none;
			          }

			          .box-type-6 .product-filter .list-options .sort:before {
			               display: none;
			          }

			          .box-type-8 .product-filter .list-options .sort:before {
			               display: none;
			          }

			          .product-grid-type-8 .product-filter .list-options .sort:before {
			               display: none;
			          }

/*			     .product-filter .list-options .sort:after {
			          content: "\f078";
			          display: inline-block;
			          font: normal normal normal 14px/1 FontAwesome;
			          font-size: 9px;
			          text-rendering: auto;
			          -webkit-font-smoothing: antialiased;
			          -moz-osx-font-smoothing: grayscale;
			          transition: all 0.2s ease-in-out;
			          -webkit-transition: all 0.2s ease-in-out;
			          -moz-transition: all 0.2s ease-in-out;
			          color: #d9121f;
			          vertical-align: top;
			          margin: 30px 0px 0px 0px;
			          top: 0;
			          right: 1px;
			          position: absolute;
			     }
			          */
			.product-filter .list-options .limit {
				padding: 22px 0px 12px 30px;
				margin: 0px 0px 0px 21px;
				float: left;
				width: auto;
				position: relative;
			}

			     .box-type-4 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }

			     .box-type-5 .product-filter .list-options .limit {
			          padding-left: 20px;
			     }

			     .box-type-6 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }

			     .box-type-8 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }

			     .product-grid-type-8 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }

			     .product-filter .list-options .limit:before {
			          top: 0;
			          bottom: 0;
			          width: 1px;
			          background: url(../img/bg-megamenu.png) top left repeat-y;
			          content: '';
			          position: absolute;
			          margin-left: -30px;
			     }

			          .box-type-4 .product-filter .list-options .limit:before {
			               display: none;
			          }

			          .box-type-5 .product-filter .list-options .limit:before {
			               display: none;
			          }

			          .box-type-6 .product-filter .list-options .limit:before {
			               display: none;
			          }

			          .box-type-8 .product-filter .list-options .limit:before {
			               display: none;
			          }

			          .product-grid-type-8 .product-filter .list-options .limit:before {
			               display: none;
			          }



/*		     .product-filter .list-options .limit:after {
			          content: "\f078";
			          display: inline-block;
			          font: normal normal normal 14px/1 FontAwesome;
			          font-size: 9px;
			          text-rendering: auto;
			          -webkit-font-smoothing: antialiased;
			          -moz-osx-font-smoothing: grayscale;
			          transition: all 0.2s ease-in-out;
			          -webkit-transition: all 0.2s ease-in-out;
			          -moz-transition: all 0.2s ease-in-out;
			          color: #d9121f;
			          vertical-align: top;
			          margin: 30px 0px 0px 0px;
			          top: 0;
			          right: 1px;
			          position: absolute;
			     }   */

				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
					background: none;
				//	border: none;
			width: 100px;
    height: 27px;
    padding: 0px 0px 0px 5px;
					margin: 0px;
					font-size: 12px;
					line-height: 12px;
					font-weight: 600 !important;
					color: #333;
					display: inline-block;
					vertical-align: top;
					position: relative;
					z-index: 1;
					line-height: 1.6;

				}

		.product-filter .options {
			float: left;
			width: auto;
			padding: 0px;
		}

			.product-filter .options .product-compare {
				float: right;
				width: auto;
				padding: 27px 0px 21px 31px;
			}

			     .product-grid-type-8 .product-filter .options .product-compare {
			          padding-left: 0;
			     }

			     .box-type-4 .product-filter .options .product-compare {
			          padding-left: 10px;
			     }

			     .box-type-5 .product-filter .options .product-compare {
			          padding-left: 20px;
			     }

			     .box-type-6 .product-filter .options .product-compare {
			          padding-left: 10px;
			     }

			     .box-type-8 .product-filter .options .product-compare {
			          padding-left: 10px;
			     }

			     .product-filter .options .product-compare:before {
			          top: 0;
			          bottom: 0;
			          width: 1px;
			          background: url(../img/bg-megamenu.png) top left repeat-y;
			          content: '';
			          position: absolute;
			          margin-left: -31px;
			     }

			          .box-type-4 .product-filter .options .product-compare:before {
			               display: none;
			          }

			          .box-type-5 .product-filter .options .product-compare:before {
			               display: none;
			          }

			          .box-type-6 .product-filter .options .product-compare:before {
			               display: none;
			          }

			          .box-type-8 .product-filter .options .product-compare:before {
			               display: none;
			          }

			          .product-grid-type-8 .product-filter .options .product-compare:before {
			               display: none;
			          }

			     .product-filter .options .product-compare a {
			          font-size: 11px;
			          font-weight: bold;
			          text-transform: uppercase;
			     }

			.product-filter .options .button-group {
				display: none;
				float: left;
				width: auto;
				padding: 26px 13px 23px 0px;
			}

				.product-filter .options .button-group button {
					margin: 0px 14px 0px 0px;
					padding: 0px;
					line-height: 22px;
					border: none;
					background: none;
					color: #ccc;
					font-size: 14px;
					outline: none;
					transition: all 0.2s ease-in;
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
				}

					.product-filter .options .button-group button:hover,
					.product-filter .options .button-group .active {
						color: #000;
					}

	/* @end */

	/* @group Product info */

	.product-info {
		position: relative;
		z-index: 2;
	}

	     .body-other .standard-body .full-width .product-info {
	          padding: 40px;
	          position: relative;
	     }

	          .body-other .standard-body .full-width .product-info:before {
	               content: '';
	               position: absolute;
	               top: 50px;
	               left: 0;
	               right: 0;
	               bottom: 0;
	               background: #fff;
	          }

	               .box-type-9 .body-other .standard-body .full-width .product-info:before {
	                    border-radius: 4px;
	                    -webkit-border-radius: 4px;
	                    -moz-border-radius: 4px;
	               }

	          .product-page-type-2 .standard-body .full-width .product-info:before {
	               display: none;
	          }

	          .product-page-type-2 .standard-body .full-width .product-info {
	               padding: 0px !important;
	          }

          /* @group Prev/Next Product */

          .next-product {
               background: #fff;
               border: 1px solid #e5e5e5;
               text-align: left;
               margin-bottom: 50px;
               padding: 10px;
               margin-top: -8px;
          }

               .breadcrumb-style-1 .breadcrumb .next-product {
                    margin-bottom: 30px;
               }

               .breadcrumb-style-9 .breadcrumb .next-product {
                    margin-bottom: 30px;
               }

               .breadcrumb-style-2 .breadcrumb .next-product {
                    margin-bottom: 30px;
               }

               .breadcrumb-style-4 .breadcrumb .next-product {
                    margin-bottom: 20px;
                    margin-top: -5px;
               }

               .breadcrumb-style-8 .breadcrumb .next-product {
                    margin-bottom: 10px;
                    margin-top: -13px;
               }

               .breadcrumb-style-6 .breadcrumb .next-product {
                    margin-bottom: 20px;
                    margin-top: -5px;
               }

               .next-product .image {
                    float: left;
                    width: 34%;
               }

                    .next-product.right .image {
                         float: right;
                    }

                    .next-product .image img {
                         display: block;
                    }
                    .predchozi-foto, .dalsi-foto{
                    margin-top:10px;
                    }


               .next-product .right {
                    padding: 17px 10px 0px 20px;
                    width: 66%;
                    float: left;
               }

                    .next-product.right .right {
                         text-align: right;
                         padding-right: 20px;
                         padding-left: 10px;
                    }

                    .next-product .right .price {
                         font-size: 14px;
                         color: #d9121f;
                         font-weight: 600;
                         padding: 8px 0px 10px 0px;
                    }

          /* @end */

          /* @group Prev/Next Product Type 2 */
      .product-info .price .price_sale {
    font-size: 46px;
    line-height: 100%;
    color:red;
    min-height: 110px;
    padding-top: 32px;
}
          .next-product-2 {
               text-align: left;
               margin-top: 27px;
          }

               .breadcrumb-style-10 .next-product-2 {
                    margin-top: 17px;
               }

               .breadcrumb-style-11 .next-product-2 {
                    margin-top: 23px;
               }

               .breadcrumb-style-8 .next-product-2 {
                    margin-top: 17px;
               }

               .next-product-2.right {
                    text-align: right;
               }

               .button-previous-next {
                    display:inline-block;
                    cursor:pointer;
                    border: none;
                    color:#d9121f;
                    border: 1px solid #e5e5e5;
                    font-size: 11px;
                    font-weight: 700;
                    text-transform: uppercase;
                    padding: 8px 30px 5px 30px;
                    border-radius:         20px;
                    -moz-border-radius:    20px;
                    -webkit-border-radius: 20px;
                    transition:         all 0.2s ease-in;
                    -moz-transition:    all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    background: #fff;
                    outline: none;
               }

                    .button-body-type-9 .button-previous-next {
                         padding-top: 7px;
                         padding-bottom: 7px;
                    }

                    .button-previous-next:hover {
                         color: #fff;
                         background: #d9121f;
                         border-color: #d9121f;
                    }

          /* @end */

          .product-info .popup-gallery.col-sm-7 {
	         width: 55.55555555555556%;
	     }

		/* Product info - Image */

		.product-info #resp_image {
			background: #fff;
		}

		.product-info .product-image {
			margin: 50px 0px 0px 0px;
			border: 1px solid #e5e5e5;
			background: #fff;
			text-align: center;
			position: relative;
		}

		     .box-type-9 .product-info .product-image {
		          border-radius: 4px;
		          -webkit-border-radius: 4px;
		          -moz-border-radius: 4px;
		          padding: 1px;
		     }

		     .box-type-5 .product-info .product-image {
		          border: none;
		     }

		     .box-type-6 .product-info .product-image {
		          border: none;
		     }

		     .box-type-8 .product-info .product-image {
		          border: none;
		     }

		     .product-page-type-2 .standard-body .full-width .product-info .product-image {
		          border-left: none;
		          border-right: none;
		          border-top: none;
		     }

		     .quickview .product-info .product-image {
		          margin-top: 0px;
		     }

			 .product-info .product-image a {
				/*display: block;*/
				display: flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}

			.product-info .product-image img {
				display: block;
				cursor: pointer;
       			width:100%;
				height: auto;
				max-width: 600px;
				max-height: 600px;
				margin: 0;
			}


		/* Product info - thumbnails */

		.product-info .thumbnails {
		     padding-top: 50px;
		}

			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -20px;
				position: relative;
				padding: 0px;
			}

				.product-info .thumbnails ul li {
				}

					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 20px 20px;
					}

					.product-info .thumbnails li img,
					.product-info .thumbnails-carousel img {
						border: 1px solid #e5e5e5;
						display: block;
						margin: 0px auto;
            padding:5px;
					}

					     .box-type-9 .product-info .thumbnails li img,
					     .box-type-9 .product-info .thumbnails-carousel img {
					     	border-radius: 4px;
					     	-webkit-border-radius: 4px;
					     	-moz-border-radius: 4px;
					     }

					.box-type-5 .product-info .thumbnails li img,
					.box-type-5 .product-info .thumbnails-carousel img {
					     border: none;
					}

					.box-type-6 .product-info .thumbnails li img,
					.box-type-6 .product-info .thumbnails-carousel img {
					     border: none;
					}

					.box-type-8 .product-info .thumbnails li img,
					.box-type-8 .product-info .thumbnails-carousel img {
					     border: none;
					}

		/* Product info - thumbnails carousel */

		.overflow-thumbnails-carousel {
		     padding: 20px 19px 0px 19px;
		}

		     .product-page-type-2 .standard-body .full-width .overflow-thumbnails-carousel {
		          background: #fff;
		          padding-top: 30px;
		          padding-bottom: 30px;
		          padding-left: 38px;
		          padding-right: 38px;
		     }

			.product-info .thumbnails-carousel {
			     margin: -10px;
			}

			     .product-info .thumbnails-carousel .item {
			          margin: 10px !important;
			     }

			     .product-info .thumbnails-carousel .owl-controls {
			          display: block !important;
			     }

			     .product-info .thumbnails-carousel .owl-pagination {
			          display: none;
			     }

			     .product-info .thumbnails-carousel .owl-buttons {
			          position: absolute;
			          top: 50%;
			          margin-top: -12px;
			          width: 100%;
			     }

			          .product-info .thumbnails-carousel .owl-buttons .owl-prev,
			          .product-info .thumbnails-carousel .owl-buttons .owl-next {
			               position: absolute;
			               width: 35px;
			               height: 35px;
			               border-radius: 100px;
			               -webkit-border-radius: 100px;
			               -moz-border-radius: 100px;
			               border: 1px solid #e5e5e5;
			               background: #fff;
			               color: #333;
			               transition: all 0.2s ease-in;
			               -webkit-transition: all 0.2s ease-in;
			               -moz-transition: all 0.2s ease-in;
			               padding: 8px 0px 0px 12px;
			               text-align: left;
			               left: -9px;
			               top: 50%;
			               margin-top: -5px;
			               font-size: 13px;
			               	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
			          }

			               .buttons-prev-next-type-2 .product-info .thumbnails-carousel .owl-buttons .owl-prev,
			               .buttons-prev-next-type-2 .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    border-radius: 0px;
			                    -webkit-border-radius: 0px;
			                    -moz-border-radius: 0px;
			               }

			               .product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
			               .product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
			                    background: #d9121f;
			                    border-color: #d9121f;
			                    color: #fff;
			               }

			               .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    right: -9px;
			                    left: auto;
			                    padding: 8px 0px 0px 14px;
			               }

			                    .product-info .thumbnails-carousel .owl-buttons .owl-next:before {
			                         content: "\f054";
			                         display: inline-block;
			                         font: normal normal normal 14px/1 FontAwesome;
			                         font-size: 11px;
			                         text-rendering: auto;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                    }

			                    .product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
			                         content: "\f053";
			                         display: inline-block;
			                         font: normal normal normal 14px/1 FontAwesome;
			                         font-size: 11px;
			                         text-rendering: auto;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                    }

		/* Product info - product center */

		.product-info .product-center {
			position: relative;
		}

		     .quickview .product-info .product-center {
		          margin-top: 0px;
		     }

		     .product-info .product-center.col-sm-5 {
		         width: 44.444444444444444%;
		     }

		     .product-info .product-center > div {
		          position: relative;
		          z-index: 0;
		     }

		     .product-page-type-2 .standard-body .full-width .product-info .product-center:before {
		          content: '';
		          position: absolute;
		          z-index: 0;
		          left: 15px;
		          right: 15px;
		          top: 0;
		          bottom: 0;
		          background: #fff;
		          display: block;
		     }

		          .quickview .product-info .product-center:before {
		               display: none;
		          }

		     .product-info .product-name {
		          padding: 10px 0px 15px 0px;
		          margin: 0px;
		          font-size: 25px;
		     }

			.product-info .description,
			.product-info .price,
			.product-info .options {
				padding: 24px 0px 22px 0px;
				background: url(../img/bg-megamenu.png) bottom left repeat-x;
			}

			.product-info #product-info-part .price {
				display: flex;
				flex-direction: column;
				padding: 15px 0px 0px 0px;
			}

			.product-info #product-info-part .price > span:not(#price-old) {
				display: flex;
				flex-direction: row;
				align-items: baseline;
			}

			@media (min-width: 500px) {
				.product-info #product-info-part .price {
					padding-top: 18px;
				}
			}

			@media (min-width: 576px) {
				.product-info #product-info-part .price {
					padding-top: 20px;
				}
			}

			@media (min-width: 768px) {
				.product-info #product-info-part .price {
					padding-top: 23px;
				}
			}

			@media (min-width: 992px) {
				.product-info #product-info-part .price {
					padding-top: 25px;
				}
			}

			     .product-info .description {
					 color: #fff;
			          padding-top: 0px;
			          font-weight: 600;
			          line-height: 23px;
					  border: none !important;
					  word-break: break-word;
					  overflow-wrap: break-word;
			     }

				 .product-info .description .row {
					 display: flex;
					 flex-wrap: wrap;
			     }

			          .product-info .description span:not(.materials-link,.stock-green) {
			               display: inline-block;
			               /*width: 180px;
			               max-width: 50%;
						   padding-right: 20px;*/
			               
			               font-weight: normal;
			          }

					  @media (min-width: 768px) {
						.product-info .description span:not(.materials-link,.stock-green) {
							width: 100%;
					   }
					  }
 
			               .firefox-mac .product-info .description span {
			                    font-weight: 300;
			               }

			     .product-info .price {
			          background: none;
			     }

				.product-info .price .price-new {
					font-size: 50px;
					line-height: 50px;
					color: #d9121f;
					font-weight: 600;
					display: inline-block;
					vertical-align: top;
          padding-bottom:10px;
				}

				.product-info .price .price-old {
					color: #7f7f7f !important;
					font-weight: 600;
					text-decoration: line-through;
					padding-bottom: 10px;
					font-style: italic;
					font-size: 25px;
					display: block;
					vertical-align: top;
					line-height: 20px;
				}

				.product-info .price h3 {
				     padding: 3px 0px 3px 0px;
				     margin: 0px;
				     font-size: 20px;
				}

				.product-info .is-countdown {
					margin: 0px 0px 26px 0px;
					position: relative;
					background: #f5f5f5;
					top: 0;
					left: 0;
					right: 0;
				}

				     .countdown-special-type-7 .product-info .is-countdown {
				          background: rgba(89, 69, 75, .05);
				     }

				     .countdown-special-type-4 .product-info .is-countdown {
				          background: #ede5de; /* Old browsers */
				          background: -moz-linear-gradient(top,  #ede5de 0%, #e5d8ce 100%); /* FF3.6+ */
				          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede5de), color-stop(100%,#e5d8ce)); /* Chrome,Safari4+ */
				          background: -webkit-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Chrome10+,Safari5.1+ */
				          background: -o-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Opera 11.10+ */
				          background: -ms-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* IE10+ */
				          background: linear-gradient(to bottom,  #ede5de 0%,#e5d8ce 100%); /* W3C */
				          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede5de', endColorstr='#e5d8ce',GradientType=0 ); /* IE6-9 */
				     }

				     .countdown-special-type-5 .product-info .is-countdown {
				          background: #ffd900; /* Old browsers */
				          background: -moz-linear-gradient(top,  #ffd900 0%, #ffc200 100%); /* FF3.6+ */
				          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd900), color-stop(100%,#ffc200)); /* Chrome,Safari4+ */
				          background: -webkit-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Chrome10+,Safari5.1+ */
				          background: -o-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Opera 11.10+ */
				          background: -ms-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* IE10+ */
				          background: linear-gradient(to bottom,  #ffd900 0%,#ffc200 100%); /* W3C */
				          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#ffc200',GradientType=0 ); /* IE6-9 */
				          border: none;
				          border-radius: 2px;
				          -webkit-border-radius: 2px;
				          -moz-border-radius: 2px;
				     }

				     .countdown-special-type-2 .product-info .is-countdown{
				     	background: rgba(20,20,20,0.90);
				     }

				     .countdown-special-type-6 .product-info .is-countdown{
				     	background: rgba(0,0,0,0.80);
				     }

				     .countdown-special-type-3 .product-info .is-countdown{
				     	background: #191919;
				     	left: 0;
				     	right: 0;
				     	height: auto;
				     }

				     .product-info .is-countdown .countdown-amount {
				         font-size: 20px;
				         font-weight: 600;
				         margin: 0px 0px -2px 0px;
				     }

				     .product-info .is-countdown .countdown-section {
				          font-size: 100%;
				          padding: 14px 0px;
				     }

			/* Product info -> Options */

			.product-info .options {
				padding-bottom: 0px;
				padding-top: 30px;
				background-position: top left;
			}

			     .product-info .options2 {
			          padding-bottom: 0px;
			     }

			          .product-page-type-2 .standard-body .full-width .product-info .options2,
			          .product-page-type-2 .standard-body .full-width .product-info .price,
			          .product-page-type-2 .standard-body .full-width .product-info .description,
			          .product-page-type-2 .standard-body .full-width .product-info .review {
			               padding-left: 30px;
			               padding-right: 30px;
			          }

				.product-info .options h2 {
					margin: 0px;
					font-size: 20px;
					padding: 0px;
				}

				.product-info .options .form-group {
					padding: 15px 0px 0px 0px;
					margin: 0px;
					line-height: 23px;
				}

					.product-info .options .error {
						margin: 0px;
					}

					.product-info .options2 > div > label {
					     text-transform: uppercase;
					     font-size: 11px;
					     font-weight: bold;
					}

			/* Product info -> Radio button, checkbox button */

			.product-info .radio-type-button {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 7px 5px 0px;
			     padding: 0px;
			}

			     .product-info .radio-type-button input {
			          visibility: hidden;
			          position: absolute;
			     }

			     .product-info .radio-type-button span {
			          padding: 2px;
			          border: 1px solid rgba(0, 0, 0, .1);
			          display: block;
			          -webkit-transition: all 0.2s ease-out;
			          -moz-transition: all 0.2s ease-out;
			          -o-transition: all 0.2s ease-out;
			          -ms-transition: all 0.2s ease-out;
			          transition: all 0.2s ease-out;
			          border-radius: 100px;
			          -webkit-border-radius: 100px;
			          -moz-border-radius: 100px;
			     }

			          .product-info .radio-type-button span img {
			               border-radius: 100px;
			               -webkit-border-radius: 100px;
			               -moz-border-radius: 100px;
			          }

			          .product-info .radio-type-button span:hover {
			               border: 1px solid #d9121f;
			          }

			          .product-info .radio-type-button span.active {
			               border: 1px solid #d9121f;
			          }

			     .product-info .radio-type-button img {
			          display: block;
			     }

			.product-info .radio-type-button2 {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 7px 5px 0px;
			     padding: 0px;
			}

			     .product-info .radio-type-button2 input {
			          visibility: hidden;
			          position: absolute;
			     }

			     .product-info .radio-type-button2 span {
					border: 1px solid rgba(0, 0, 0, .1);
					min-width: 40px;
					display: block;
					text-align: center;
					padding: 9px 20px 8px 20px;
					-webkit-transition: all 0.2s ease-out;
					-moz-transition: all 0.2s ease-out;
					-o-transition: all 0.2s ease-out;
					-ms-transition: all 0.2s ease-out;
					transition: all 0.2s ease-out;
					font-size: 11px;
					font-weight: bold;
					text-transform: uppercase;
					-webkit-border-radius: 30px;
					-moz-border-radius: 30px;
					border-radius: 30px;
					line-height: 10px;
					border: 1px solid #7f7f7f;
					color: #7f7f7f;
					display: flex;
					align-items: center;
					justify-content: center;
					width: 30px;
					height: 30px;
					padding: 0;
					border-radius: 100%;
					min-width: 0;
			     }

				 .product-info .radio-options-frame .radio-type-button2 span 
				 {
					justify-content: flex-start;
				 }
				 @media (min-width: 992px) {
					.product-info .radio-options-frame .radio-type-button2 span 
					{
					   justify-content: center;
					}
				 }
			  	.product-info .radio-type-button2 .skladem.green span{
					/*border-color:#00aaaa;*/
					border-color: #fff;
					color: #fff;
				}
         .product-info .radio-type-button2 .skladem.red span{border-color:#d0d0d0;}
           .product-info .radio-type-button2 .skladem.red span.disabled{color:#7f7f7f;}
        .product-info .radio-type-button2 .skladem.green span.active{
			/*border-color:#00aaaa;*/
			border-color: #000;
			background: #fff;
			color: #000 !important;
		}

		/*
        .product-info .radio-type-button2 .skladem.red span.active{background:#d0d0d0 !important;}
		*/
		.product-info .radio-type-button2 .skladem.red span.active{
			border-color: #94b648;
			background: #94b648;
			color: #fff !important;
		}


			          .product-info .radio-type-button2 span:hover {
			               border-color: #d9121f;
			          }
   .common-home	 .box .box-content {padding-top:0px;}
			          .product-info .radio-type-button2 span.active {
			              background: #d9121f;
			              border-color: #d9121f;
			              color: #fff !important;
			          }

			/* Product info -> Buttons */

			.product-info .cart {
			     margin-top: 10px;
			     border: 1px solid #e5e5e5;
			     background: #fff;
			}

			     .box-type-9 .product-info .cart {
			          border-radius: 4px;
			          -webkit-border-radius: 4px;
			          -moz-border-radius: 4px;
			     }

			     .box-type-4 .product-info .cart {
			          border-radius: 8px;
			          -webkit-border-radius: 8px;
			          -moz-border-radius: 8px;
			     }

			     .box-type-7 .product-info .cart {
			          border-radius: 0px;
			          -webkit-border-radius: 0px;
			          -moz-border-radius: 0px;
			     }

			     .product-page-type-2 .standard-body .full-width .product-info .cart {
			          border-left: none;
			          border-right: none;
			          border-bottom: none;
			     }

				.product-info .cart .add-to-cart {
					display: flex;
					margin-top: 0;
				     padding: 20px 30px 30px 30px;
				}

				@media (max-width: 991px) {
					.product-info .cart .add-to-cart {
						padding: 0;
					}
				}

				@media (min-width: 992px) {
					.product-info .cart .add-to-cart {
						margin-top: 25px;
					}
				}

				/*
				@media (min-width: 768px) {
					.product-info .cart .add-to-cart {
						margin-top: 25px;
					}
				}
				*/

				     .product-info .cart .add-to-cart a {
				          margin: 10px 0px 0px 0px;
				     }
					/*
					.product-info .cart .add-to-cart p,
					.product-info .cart .add-to-cart input,
					.product-info .cart .add-to-cart .quantity {
						display: block;
						float: left;
					}
					*/
					.product-info .cart .add-to-cart p {
						padding: 6px 10px 0px 0px;
						margin: 0px;
						float: none;
						font-size: 12px;
						font-weight: bold;
						text-transform: uppercase;
					}

					.product-info .cart .add-to-cart input {
						height: 50px;
						border-radius: 30px;
						-moz-border-radius: 30px;
						-webkit-border-radius: 30px;
					}

					.product-info .cart .add-to-cart input#button-cart,
					.product-info .cart .add-to-cart input#button-coupon {
						height: auto;
						font-size: 20px !important;
						padding: 13px;
					}

					     .button-body-type-6 .product-info .cart .add-to-cart input {
					          height: 38px;
					     }

					     .button-body-type-7 .product-info .cart .add-to-cart input {
					          height: 38px;
					     }

					.product-info .cart .add-to-cart .quantity {
						width: 50px;
						margin-right: 17px;
						position: relative;
					}

						.product-info .cart .add-to-cart .quantity input {
							padding-left: 20px;
							padding-right: 20px;
							width: 50px;
							height: 50px;
							color: #fff;
							background: #1e1e1e;
							border: 1px solid #FFFFFF;;
						}

							.product-info .cart .add-to-cart .quantity #q_up {
								display: none;
							}

							.product-info .cart .add-to-cart .quantity #q_down {
								display: none;
							}

					.product-info .cart .add-to-cart #button-cart,
					.product-info .cart .add-to-cart #button-coupon {
					     font-size: 14px !important;
						 width: 100%;
               border-radius:3px;
					}

					@media (min-width: 1200px) {
						.product-info .cart .add-to-cart #button-cart,
						.product-info .cart .add-to-cart #button-coupon {
							max-width: 260px;
					   }
					}

				/* Product info -> Add to compare, wishlist */

				.product-info .cart .links {
					border-top: 1px solid #e5e5e5;
					padding: 0px 10px 0px 10px;
				}

					.product-info .cart .links a {
						cursor: pointer;
						font-size: 12px;
					}

					     .product-info .cart .links a {
					          display: block;
					          float: left;
					          width: auto;
					          font-size: 11px;
					          font-weight: bold;

					          padding: 17px 14px 14px 10px;
                    border-left: 1px solid #e5e5e5;
					     }

					          .product-info .cart .links a:last-child {
					               border-left: 1px solid #e5e5e5;
					               padding-left: 10px;
					               padding-right: 5px;
					               width: auto;
					          }
                    .product-info .cart .links a:first-child {
					               border-left:none;
					          }

					     .product-info .cart .links a i {
					          font-size: 15px;
					          margin-right: 8px;
					     }

				/* Information about minimum products */

				.product-info .cart .minimum {
					padding: 17px 30px 15px 30px;
					border-top: 1px solid #e5e5e5;
				}

				/* Reviews */

				.product-info .review {
					padding: 0px 0px 17px 0px;
					border-bottom: 1px solid #e5e5e5;
					margin-bottom: 24px;
					margin-top: -7px;
					position: relative;
				}

				     .product-page-type-2 .standard-body .full-width .product-info .review {
				          margin-top: 0px;
				          padding-top: 19px;
				          padding-bottom: 15px;
				     }

					.product-info .review > div {
						padding: 7px 0px 7px 0px;
					}

						.product-info .review a {
							cursor: pointer;
						}

						.product-info .review a:first-of-type {
						     margin-left: 10px;
						}

		/* Tags */

		.tags_product {
			margin: 0px 0px 20px 0px;
		}

		/* @end */

	/* @group Product Block */

	.product-block {
		border: 1px solid #e5e5e5;
		background: #fff;
		padding: 30px;
		margin: 50px 0px 0px 0px;
		text-align: center;
	}

	     .product-page-type-2 .standard-body .full-width .product-block {
	          border: none;
	     }

		.product-block .title-block {
			margin: 0px auto 28px auto;
			padding: 6px 0px 9px 0px;
			display: inline-block;
			font-size: 20px;
			font-weight: 500;
			border-bottom: 2px solid #d9121f;
		}

		.product-block .strip-line {
			display: none;
		}

		.product-block .block-content {
			clear: both;
		}

          /* @group Product contact */

          .product-contact {
               list-style: none;
               padding: 2px 0px 0px 0px;
               margin: 0px;
          }

               .product-contact li {
                    padding: 30px 0px 0px 0px;
                    margin: 0px;
               }

                    .product-contact li:first-child {
                         padding: 0px;
                    }

                    .product-contact li p {
                         padding: 10px 0px 0px 0px;
                         margin: 0px;
                         color: #808080;
                    }

          /* @end */

     /* @end */

	/* @group Ratings */

	.rating i {
		margin: 0px 3px 0px 1px;
		font-size: 16px;
		color: #ccc;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
	}

		.rating i.active {
			 color: #d91320;
		}

		.set-rating {
		     margin-top: 6px;
		     margin-bottom: 2px;
		     height: 16px;
		}

		     .set-rating i {
		          margin: 0px;
		          display: block;
		          float: left;
		          padding: 0px 4px 0px 0px;
		          cursor: pointer;
		     }

	/* @end */

/* @end */

/* @group 10. CustomFooter
------------------*/



.custom-footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.custom-footer .row.flex-row {
	display: flex;
	flex-direction: row;
}

@media (max-width: 991px) {
	.custom-footer .row.flex-row {
		justify-content: space-between;
	}
}

.custom-footer .row.flex-row .col-auto {
	width: auto;
	max-width: 100%;
}

.custom-footer .social-sites-mobile {
	margin-top: 28px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
	.custom-footer .social-sites-desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.custom-footer .social-sites-mobile {
		display: none;
	}

	.custom-footer .social-sites-desktop {
		margin-top: 45px;
	}
}

	.custom-footer .background-custom-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.custom-footer .background,
	.standard-body .custom-footer .background {
		background: #fafafa url(../img/bg-megamenu.png) top left repeat-x;
		padding: 1px 0px 0px 0px;
	}

	     .custom-footer .container > .row {
	          position: relative;
	     }

		 .custom-footer .container > .row > div {
			padding-bottom: 15px;
			padding-top: 5px;
			padding-left: 35px;
			position: static;
	   }
		@media (min-width: 768px) {
			.custom-footer .container > .row > div {
				padding-bottom: 40px;
		   }
		}

	          .custom-footer .container > .row > div:first-child,
	          .custom-footer .container > .row > div.col-sm-12 {
	               padding-left: 15px;
	          }

	          .custom-footer .container > .row > div:before {
	               content: '';
	               height: auto;
	               width: 1px;
	               top: 0;
	               bottom: 0;
	               position: absolute;
	               background: url(../img/bg-megamenu.png) top left repeat-y;
	               display: block;
	               margin-left: -35px;
	          }

	               .custom-footer .container > .row > div:first-child:before {
	                    display: none;
	               }

	.custom-footer .pattern {
		padding: 0px;
	}

	.custom-footer .pattern, .custom-footer .pattern a:not(.socialni), .custom-footer .pattern a:not(.socialni) i, .custom-footer .pattern p a:not(.socialni), ul.contact-us li {
		color: #707070 !important;
		text-decoration: none;
	}

	.custom-footer .pattern a:hover, .custom-footer .pattern p a:hover, .custom-footer .pattern a i:hover {
		color: #fff !important;
		text-decoration: none !important;
	}

	.custom-footer .pattern a.socialni:hover {
		border-color: #fff !important;
	}

		.custom-footer .pattern p {
			padding: 5px !important;
			margin: 0px;
		}

		.custom-footer .pattern p {
			padding: 0 !important;
			margin: 0px;
		}

		.custom-footer .pattern p.custom-footer1 {
			padding: 5px !important;
		}

			.custom-footer .pattern .custom-footer-text {
				position: relative;
				margin: 0;
			}

				.custom-footer .pattern .custom-footer-text p {
					padding: 0;
				}

		.custom-footer h4 {
			font-size: 20px;
			font-weight: 500;
			padding: 0 0 10px;
			margin: 30px 0 0;
			display: inline-block;
			border: none;
		}

		@media (min-width: 992px) {
			.custom-footer h4 {
				padding: 0 0 10px;
				margin: 59px 0 0;
			}
		}

		/* @group Contact us */

		ul.contact-us {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

			ul.contact-us li {
				clear: both;
				margin: 30px 0px 0px 0px;
			}

				ul.contact-us li:first-child {
					margin: 0px;
				}

				ul.contact-us li i {
					float: left;
					width: 37px;
					height: 40px;
					padding: 0px 10px 0px 0px;
					margin: 0px 15px 0px 0px;
					text-align: center;
					font-size: 30px;
					color: #1349b2;
				}

					ul.contact-us li i.fa-mobile-phone {
						font-size: 34px;
						padding-top: 3px;
					}

					ul.contact-us li i.fa-envelope {
						font-size: 22px;
						padding-top: 7px;
					}

					ul.contact-us li i.fa-skype {
						padding-top: 3px;
					}

		/* @end */

		/* @group Facebook */

		#facebook {
			position: relative;
			margin: -8px -5px;
			overflow: hidden;
		}

		/* @end */

		/* @group Twitter */

		.tweets ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.tweets li {
				padding: 20px 0px 0px 30px;
				margin: 0px;
				position: relative;
			}

				.tweets li:first-child {
					padding-top: 0px;
				}

				.tweets li:before {
					content: "\f10d";
					display: inline-block;
					font: normal normal normal 14px/1 FontAwesome;
					font-size: inherit;
					text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					font-size: 14px;
					position: absolute;
					left: 0;
					color: #1349b2;
					margin-top: 4px;
				}

				.tweets li .timePosted {
					font-style: italic;
					font-size: 11px;
					padding-top: 5px;
				}

				.tweets li a {
					color: #d9121f;
				}

		/* @end */

/* @end */

/* @group 11. Footer
------------------*/

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

     .main-fixed3 .footer {
          margin: 0px -4000px;
     }

          .main-fixed3 .footer .pattern {
               padding: 0px 4000px;
          }

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.footer .background,
	.standard-body .footer .background {
		background: #333333;
	}

	.footer .pattern {
		padding: 0px;
		color: #808080;
	}

	     .footer-type-23 .footer .pattern {
	          padding-top: 49px;
	          font-weight: 500;
	          font-size: 12px;
	     }

	     .footer-type-20 .footer .pattern {
	          padding-bottom: 102px;
	     }

	     .footer-type-12 .footer .pattern {
	          padding-bottom: 23px;
	     }

	     .footer-type-17 .footer .pattern {
	          padding-bottom: 23px;
	     }

	     .footer-type-21 .footer .pattern {
	          padding-top: 10px;
	     }

	     .footer-type-2 .footer .pattern {
	          padding-top: 34px;
	     }

	     .footer-type-6 .footer .pattern {
	          padding-top: 44px;
	     }

		.footer .pattern a {
			color: #808080;
		}

		     .footer .pattern a:hover {
		          color: #fff;
		     }

		.footer .container > .row,
		.footer .advanced-grid .container > div > .row {
		     position: relative;
		}

		.footer .container > .row > div,
		.footer .advanced-grid .container > div > .row > div {
		     padding-top: 28px;
		     padding-bottom: 22px;
		     padding-left: 35px;
		     position: static;
		}

		     .footer-type-9 .footer .container > .row > div,
		     .footer-type-9 .footer .advanced-grid .container > div > .row > div {
		          padding-top: 30px;
		          padding-bottom: 23px;
		     }

		     .footer-type-23 .footer .container > .row > div,
		     .footer-type-23 .footer .advanced-grid .container > div > .row > div {
		          padding-top: 11px;
		          padding-bottom: 25px;
		          padding-left: 15px;
		          padding-right: 110px;
		     }

		          .footer-type-23 .footer .container > .row > div:first-child,
		          .footer-type-23 .footer .container > .row > div.col-sm-12,
		          .footer-type-23 .footer .advanced-grid .container > div > .row > div:first-child,
		          .footer-type-23 .footer .advanced-grid .container > div > .row > div.col-sm-12 {
		               padding-right: 15px;
		          }

		     .footer .container > .row > div:first-child,
		     .footer .container > .row > div.col-sm-12,
		     .footer .advanced-grid .container > div > .row > div:first-child,
		     .footer .advanced-grid .container > div > .row > div.col-sm-12 {
		          padding-left: 15px;
		     }

		     .footer .container > .row > div:before,
		     .footer .advanced-grid .container > div > .row > div:before {
		          content: '';
		          height: auto;
		          width: 1px;
		          top: 0;
		          bottom: 0;
		          position: absolute;
		          background: url(../img/bg-footer.png) top left repeat-y;
		          display: block;
		          margin-left: -35px;
		     }

		          .footer .container > .row > div:first-child:before ,
		          .footer .advanced-grid .container > div > .row > div:first-child:before,
		          .footer-type-4 .footer .container > .row > div:before,
		          .footer-type-4 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-14 .footer .container > .row > div:before,
		          .footer-type-14 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-20 .footer .container > .row > div:before,
		          .footer-type-20 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-8 .footer .container > .row > div:before,
		          .footer-type-8 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-6 .footer .container > .row > div:before,
		          .footer-type-6 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-9 .footer .container > .row > div:before,
		          .footer-type-9 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-11 .footer .container > .row > div:before,
		          .footer-type-11 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-19 .footer .container > .row > div:before,
		          .footer-type-19 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-16 .footer .container > .row > div:before,
		          .footer-type-16 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-12 .footer .container > .row > div:before,
		          .footer-type-12 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-17 .footer .container > .row > div:before,
		          .footer-type-17 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-13 .footer .container > .row > div:before,
		          .footer-type-13 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-22 .footer .container > .row > div:before,
		          .footer-type-22 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-18 .footer .container > .row > div:before,
		          .footer-type-18 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-15 .footer .container > .row > div:before,
		          .footer-type-15 .footer .advanced-grid .container > div > .row > div:before {
		               display: none;
		          }

		          .footer-type-23 .footer .container > .row > div:before,
		          .footer-type-23 .footer .advanced-grid .container > div > .row > div:before {
		               margin-left: -40px;
		               top: 32px;
		               bottom: 47px;
		          }

		          .footer-type-12 .footer .container > .row > div,
		          .footer-type-12 .footer .advanced-grid .container > div > .row > div {
		               padding-top: 27px;
		               padding-bottom: 0px;
		               padding-left: 15px;
		          }

		          .footer-type-17 .footer .container > .row > div,
		          .footer-type-17 .footer .advanced-grid .container > div > .row > div {
		               padding-top: 27px;
		               padding-bottom: 0px;
		               padding-left: 15px;
		          }

		          .footer-type-13 .footer .container > .row > div,
		          .footer-type-13 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 25px;
		               padding-top: 30px;
		          }

		          .footer-type-22 .footer .container > .row > div,
		          .footer-type-22 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 25px;
		               padding-top: 30px;
		          }

		          .footer-type-18 .footer .container > .row > div,
		          .footer-type-18 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 25px;
		               padding-top: 23px;
		          }

		               .footer-type-18 .footer .container > .row:last-child > div,
		               .footer-type-18 .footer .advanced-grid .container > div > .row:last-child > div {
		                    padding-top: 30px;
		               }

		          .footer-type-15 .footer .container > .row > div,
		          .footer-type-15 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 10px;
		               padding-right: 10px;
		          }

		          .footer-type-14 .footer .container > .row > div,
		          .footer-type-14 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		          }

		          .footer-type-20 .footer .container > .row > div,
		          .footer-type-20 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		          }

		          .footer-type-21 .footer .container > .row > div:before,
		          .footer-type-21 .footer .advanced-grid .container > div > .row > div:before {
		               display: block !important;
		          }

		               .footer-type-21 .footer .container > .row > div:first-child:before,
		               .footer-type-21 .footer .advanced-grid .container > div > .row > div:first-child:before {
		                    margin-left: -40px;
		               }

		               .footer-type-21 .footer .container > .row:last-child > div:first-child:before,
		               .footer-type-21 .footer .advanced-grid .container > div > .row:last-child > div:first-child:before {
		                    display: none !important;
		               }

		               .footer-type-21 .footer .container > .row > div:last-child:after,
		               .footer-type-21 .footer .advanced-grid .container > div > .row > div:last-child:after {
		                    content: '';
		                    height: auto;
		                    width: 1px;
		                    top: 0;
		                    bottom: 0;
		                    right: -25px;
		                    position: absolute;
		                    background: url(../img/bg-footer.png) top left repeat-x;
		                    display: block;
		               }

		                    .footer-type-21 .footer .container > .row:last-child > div:last-child:after,
		                    .footer-type-21 .footer .advanced-grid .container > div > .row:last-child > div:last-child:after {
		                         display: none;
		                    }

		.footer .container > .row:before,
		.footer .advanced-grid .container > div > .row:before {
		     content: '';
		     height: 1px;
		     width: auto;
		     left: -50%;
		     right: -50%;
		     position: absolute;
		     background: url(../img/bg-footer.png) top left repeat-x;
		     display: block;
		}

		     .standard-body .full-width.footer .container > .row:before,
		     .standard-body .full-width.footer .advanced-grid .container > div > .row:before {
		          left: 15px;
		          right: 15px;
		     }

		     .main-fixed2 .footer .container > .row:before,
		     .main-fixed2 .footer .advanced-grid .container > div > .row:before {
		          left: 15px;
		          right: 15px;
		     }

		     .footer-type-21 .footer .container > .row:before,
		     .footer-type-21 .footer .advanced-grid .container > div > .row:before {
		          left: -24px !important;
		          right: -24px !important;
		          display: block !important;
		     }

		     .footer-type-3 .footer .container > .row:before,
		     .footer-type-3 .footer .advanced-grid .container > div > .row:before {
		          left: -50% !important;
		          right: -50% !important;
		          display: block !important;
		     }

		     .footer-type-10 .footer .container > .row:before,
		     .footer-type-10 .footer .advanced-grid .container > div > .row:before {
		          left: -50% !important;
		          right: -50% !important;
		     }

		     .footer-type-5 .footer .container > .row:before,
		     .footer-type-5 .footer .advanced-grid .container > div > .row:before {
		          display: block !important;
		     }

		     .footer-type-7 .footer .container > .row:before,
		     .footer-type-7 .footer .advanced-grid .container > div > .row:before {
		          display: block !important;
		     }

		     .footer-type-5 .footer .container > .row:first-child:before,
		     .footer-type-5 .footer .advanced-grid .container > div > .row:first-child:before {
		          left: -50% !important;
		          right: -50% !important;
		     }

		     .footer .container > .row:first-child:before,
		     .footer .advanced-grid .container > div > .row:first-child:before {
		          display: none;
		     }

		     .footer-type-8 .footer .container > .row:before,
		     .footer-type-8 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		          .footer-type-8 .footer .container > .row:last-child:before,
		          .footer-type-8 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		          }

		     .footer-type-9 .footer .container > .row:before,
		     .footer-type-9 .footer .advanced-grid .container > div > .row:before {
		          left: 0;
		          right: 0;
		          height: 2px;
		          background: url(../img/bg-footer2.png) top left repeat-x;
		          display: block !important;
		     }

		     .footer-type-11 .footer .container > .row:before,
		     .footer-type-11 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		     .footer-type-19 .footer .container > .row:before,
		     .footer-type-19 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		     .footer-type-16 .footer .container > .row:before,
		     .footer-type-16 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		     .footer-type-12 .footer .container > .row:before,
		     .footer-type-12 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		     .footer-type-12 .footer .container > .row:first-child:before,
		     .footer-type-12 .footer .advanced-grid .container > div > .row:first-child:before {
		          left: -50% !important;
		          right: -50% !important;
		          display: block;
		     }

		     .footer-type-17 .footer .container > .row:last-child,
		     .footer-type-17 .footer .advanced-grid .container > div > .row:last-child {
		          margin-top: 32px;
		     }

		     .footer-type-17 .footer .container > .row:last-child:before,
		     .footer-type-17 .footer .advanced-grid .container > div > .row:last-child:before {
		          left: -50% !important;
		          right: -50% !important;
		          background: url(../img/bg-footer-carparts.png) top left repeat-x !important;
		          height: 18px;
		          margin-top: -2px;
		     }

		     .footer-type-17 .footer .container > .row:first-child:before,
		     .footer-type-17 .footer .advanced-grid .container > div > .row:first-child:before {
		          left: -50% !important;
		          right: -50% !important;
		          display: block;
		     }

		     .footer-type-13 .footer .container > .row:before,
		     .footer-type-13 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		          .footer-type-13 .footer .container > .row:last-child:before,
		          .footer-type-13 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }

		     .footer-type-22 .footer .container > .row:before,
		     .footer-type-22 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		          .footer-type-22 .footer .container > .row:last-child:before,
		          .footer-type-22 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: 15px !important;
		               right: 15px !important;
		          }

		          .footer-type-22 .footer .container > .row:first-child:before,
		          .footer-type-22 .footer .advanced-grid .container > div > .row:first-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }

		     .footer-type-18 .footer .container > .row:before,
		     .footer-type-18 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		          .footer-type-18 .footer .container > .row:last-child:before,
		          .footer-type-18 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }

		     .footer-type-15 .footer .container > .row:before,
		     .footer-type-15 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		          .footer-type-15 .footer .container > .row:last-child:before,
		          .footer-type-15 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }

		     .footer-type-23 .footer .container > .row:before,
		     .footer-type-23 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }

		.footer h4 {
			color: #fff;
			font-size: 20px;
			font-weight: 500;
			padding: 18px 0px 12px 0px;
			margin: 0px 0px 22px 0px;
			display: inline-block;
			border-bottom: 2px solid #d9121f;
		}

		     .footer-type-12 .footer h4 {
		          border-bottom: none;
		          margin-bottom: 4px;
		          padding-top: 30px;
		     }

		     .footer-type-17 .footer h4 {
		          border-bottom: none;
		          margin-bottom: 4px;
		          padding-top: 30px;
		     }

		     .footer-type-15 .footer h4 {
		          border-width: 1px;
		          display: block;
		          padding-bottom: 6px;
		     }

		     .footer-type-13 .footer h4 {
		          padding-top: 0px;
		     }

		     .footer-type-22 .footer h4 {
		          padding-top: 0px;
		     }

		     .footer-type-18 .footer h4 {
		          padding-top: 0px;
		          margin-bottom: 25px;
		     }

		     .box-type-6 .footer h4 {
		          border-bottom-width: 1px;
		     }

		     @media (min-width: 767px) {
		          .box-type-6 .footer h4 {
		               padding-top: 27px;
		          }
		     }

			.footer .strip-line {
				display: none;
			}

		/* @group List */

		.footer ul {
			list-style: none;
			margin: 0px;
			padding: 0px 0px 10px 0px;
			clear: both;
		}

		     .footer-type-15 .footer ul li a:before {
		         content: "\f105";
		         font-family: FontAwesome;
		         font-weight: bold;
		         font-style: normal;
		         padding-right: 6px;
		     }

		          .footer-type-15 .footer ul li a {
		               line-height: 26px;
		          }

		     .footer-type-20 .footer ul {
		          padding-bottom: 19px;
		     }

		     .footer-type-12 .footer ul {
		          padding-bottom: 20px;
		     }

		     .footer-type-17 .footer ul {
		          padding-bottom: 20px;
		     }

		     .footer-type-13 .footer ul {
		          padding-bottom: 17px;
		     }

		     .footer-type-22 .footer ul {
		          padding-bottom: 25px;
		     }

		     .footer-type-18 .footer ul {
		          padding-bottom: 16px;
		     }

		     @media (min-width: 767px) {
     		     .box-type-6 .footer ul {
     		          padding-bottom: 28px;
     		     }
		     }

			.footer ul li a {
				line-height: 30px;
			}

			     .links-line-height-25 ul li a,
			     .footer-type-12 .footer ul li a,
			     .footer-type-17 .footer ul li a {
			          line-height: 25px;
			     }

			     .links-line-height-27 ul li a {
			          line-height: 27px;
			     }

			     .links-font-size-15 ul li a {
			          font-size: 15px;
			          line-height: 35px;
			     }

			     .footer-type-13 .footer ul li a {
			          line-height: 27px;
			     }

			     .footer-type-22 .footer ul li a {
			          line-height: 25px;
			     }

			     .footer-type-20 .footer ul li a {
			          line-height: 27px;
			     }

			     .footer-type-18 .footer ul li a {
			          line-height: 25px;
			     }

			     .footer-type-6 .footer ul li a {
			          font-size: 14px;
			     }

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

		/* @end */

          /* @group Footer Type 11 */

          .footer-type-11 .footer .container > .row:nth-last-child(2),
          .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) {
               margin-left: 0px;
               margin-right: 0px;
               border: 1px solid #e3e3e3;
               border-radius: 4px;
               -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
               margin-top: 40px;
               padding: 0px 4px;
          }

               .footer-type-11 .footer .container > .row:nth-last-child(2) > div,
               .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
                    padding: 18px 35px 22px 35px;
               }

                    .footer-type-11 .footer .container > .row:nth-last-child(2) > div:before,
                    .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
                         content: '';
                         position: absolute;
                         width: 1px;
                         top: 0;
                         bottom: 0;
                         background: #e3e3e3;
                         display: block;
                    }

                         .footer-type-11 .footer .container > .row:nth-last-child(2) > div:first-child:before,
                         .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:first-child:before {
                              display: none;
                         }

                    .footer-type-11 .footer .container > .row > div,
                    .footer-type-11 .footer .advanced-grid .container > div > .row > div {
                         padding-top: 34px;
                         padding-bottom: 0px;
                    }

                         .footer-type-11 .footer .container > .row:last-child > div,
                         .footer-type-11 .footer .advanced-grid .container > div > .row:last-child > div {
                              padding-bottom: 27px;
                         }

                    .footer-type-11 .footer .container > .row:nth-last-child(2) > div h4,
                    .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div h4 {
                         border: none;
                         padding: 18px 0px 18px 0px;
                         margin: 0px;
                    }

                    .footer-type-11 .footer .container > .row:nth-last-child(2) > div ul li a,
                    .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div ul li a {
                         line-height: 25px;
                    }

          /* @end */

          /* @group Footer Type 19 */

          .footer-type-19 .footer .container > .row,
          .footer-type-19 .footer .advanced-grid .container > div > .row {
               padding: 0px 16px;
          }

          .footer-type-19 .footer .container > .row:nth-last-child(2),
          .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) {
               margin-left: 0px;
               margin-right: 0px;
               border: 1px solid #212121;
               background: #131313;
               border-radius: 2px;
               -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
               margin-top: 22px;
               padding: 0px 9px;
          }

               .footer-type-19 .footer .container > .row:nth-last-child(2) > div,
               .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
                    padding: 29px 35px 28px 35px;
               }

                    .footer-type-19 .footer .container > .row:nth-last-child(2) > div:before,
                    .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
                         content: '';
                         position: absolute;
                         width: 1px;
                         top: 0;
                         bottom: 0;
                         background: #212121;
                         display: block;
                    }

                         .footer-type-19 .footer .container > .row:nth-last-child(2) > div:first-child:before,
                         .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:first-child:before {
                              display: none;
                         }

                    .footer-type-19 .footer .container > .row > div,
                    .footer-type-19 .footer .advanced-grid .container > div > .row > div {
                         padding-top: 34px;
                         padding-bottom: 0px;
                    }

                         .footer-type-19 .footer .container > .row:last-child > div,
                         .footer-type-19 .footer .advanced-grid .container > div > .row:last-child > div {
                              padding-bottom: 25px;
                              padding-top: 28px;
                         }

                    .footer-type-19 .footer .container > .row:nth-last-child(2) > div h4,
                    .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div h4 {
                    }

               .footer-type-19 .footer .footer-block {
                    margin: 0px -8px;
               }

          /* @end */

          /* @group Footer Type 16 */

          .footer-type-16 .footer .background {
               position: relative;
               margin-top: -40px;
          }

          .footer-type-16 .footer .container > .row:nth-last-child(2),
          .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) {
               margin-left: 0px;
               margin-right: 0px;
               border: 1px solid #e3e3e3;
               border-left: none;
               border-right: none;
               margin-top: 40px;
               padding: 0px 4px;
          }

               .footer-type-16 .footer .container > .row:nth-last-child(2) > div,
               .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
                    padding: 18px 35px 22px 35px;
               }

                    .footer-type-16 .footer .container > .row:nth-last-child(2) > div:before,
                    .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
                         content: '';
                         position: absolute;
                         width: 1px;
                         top: 0;
                         bottom: 0;
                         background: #e3e3e3;
                         display: block;
                    }

                         .footer-type-16 .footer .container > .row:nth-last-child(2) > div:first-child:before,
                         .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:first-child:before {
                              display: none;
                         }

                    .footer-type-16 .footer .container > .row > div,
                    .footer-type-16 .footer .advanced-grid .container > div > .row > div {
                         padding-top: 34px;
                         padding-bottom: 0px;
                    }

                         .footer-type-16 .footer .container > .row:last-child > div,
                         .footer-type-16 .footer .advanced-grid .container > div > .row:last-child > div {
                              padding-bottom: 27px;
                         }

                    .footer-type-16 .footer .container > .row:nth-last-child(2) > div h4,
                    .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div h4 {
                         border: none;
                         padding: 18px 0px 18px 0px;
                         margin: 0px;
                    }

                    .footer-type-16 .footer .container > .row:nth-last-child(2) > div ul li a,
                    .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div ul li a {
                         line-height: 25px;
                    }

          /* @end */

/* @end */

/* @group 12. Copyright
------------------*/

.copyright {
     text-align: center;
     padding: 0px;
}

	.copyright p {
		margin: 0px;
		padding: 0px;
	}

	.copyright ul {
		float: right;
		width: auto;
		list-style: none;
		padding: 5px 0px 0px 0px;
		margin: 0px;
	}

		.copyright ul li {
			display: inline-block;
			margin-left: 8px;
		}

/* @end */

/* @group 13. OpenCart Style
--------------------------- */

/* @group Content */

.main-content .content {
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}

	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left {
		float: left;
		width: 47%;
		padding: 0px;
	}

	.main-content .content .right {
		float: right;
		width: 47%;
		padding: 0px;
	}

/* @end */

/* @group List content */

.center-column .list-unstyled li:before {
}

/* @end */

/* @group Login content */

.login-content {
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}

	.login-content:after {
	  clear: both;
	}

	.login-content .left {
		float: left;
		width: 47%;
	}

	.login-content .right {
		float: right;
		width: 47%;
	}

		.login-content .content {
			margin: 20px 0px 0px 0px;
		}

			.login-content .left .button {
				margin-top: 10px;
			}

/* @end */

/* @group Autocomplete */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999;
}

.autocomplete-results {
	position: relative;
}

	.ui-autocomplete {
		background: #fff !important;
		border: none !important;
		padding: 0px !important;
		margin-top: 14px !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		min-width: 300px !important;
		text-align: left;
		border-radius:         0px !important;
		-moz-border-radius:    0px !important;
		-webkit-border-radius: 0px !important;
		box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15) !important;
		-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15) !important;
		-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15) !important;
	}

	     .dropdown-menu-type-2 .ui-autocomplete {
	     	border-radius:         8px !important;
	     	-moz-border-radius:    8px !important;
	     	-webkit-border-radius: 8px !important;
	     }

	     .dropdown-menu-type-3 .ui-autocomplete {
	     	border-radius:         4px !important;
	     	-moz-border-radius:    4px !important;
	     	-webkit-border-radius: 4px !important;
	     }

	     .dropdown-menu-type-4 .ui-autocomplete {
	     	border-radius:         2px !important;
	     	-moz-border-radius:    2px !important;
	     	-webkit-border-radius: 2px !important;
	     }

		.ui-autocomplete:after {
		  position: absolute;
		  top: -10px;
		  left: 20px;
		  display: inline-block;
		  border-right: 10px solid transparent;
		  border-bottom: 10px solid #ffffff;
		  border-left: 10px solid transparent;
		  content: '';
		}

		.container-megamenu .ui-autocomplete {
			left: auto !important;
		}

			.container-megamenu .ui-autocomplete:before {
			  left: auto;
			  right: 18px;
			}

			.container-megamenu .ui-autocomplete:after {
			 left: auto;
			  right: 19px;
			}

		.ui-autocomplete li {
			padding: 0px !important;
			margin: 0px !important;
			cursor: pointer !important;
			border: none !important;
			background: url(../img/bg-megamenu.png) top left repeat-x !important;
			list-style: none !important;
		}

			.ui-autocomplete li:first-child {
				background: none !important;
			}

			.ui-autocomplete li a {
				display: block;
				padding: 13px 20px 10px 20px !important;
				margin: 0px !important;
				cursor: pointer !important;
				border: none !important;
				background: none !important;
				overflow: hidden;
				border-radius:         0px !important;
				-moz-border-radius:    0px !important;
				-webkit-border-radius: 0px !important;
				color:#333 !important;
				font-size:12px !important;
				font-weight:600 !important;
				line-height:1.6 !important;
				/*font-family:'Poppins';*/
				font-family: 'Roboto', sans-serif !important;
			}

				.ui-autocomplete li a.ui-state-focus {
					color: #d9121f !important;
				}

				.ui-autocomplete-loading  {
					background-image: url('../img/loader.gif') !important;
					background-repeat: no-repeat !important;
					background-position: center !important;
				}
/* @end */

/* @group Pagination */

div.pagination-results {
	clear:both;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
	/*overflow: auto;*/
}

     #review div.pagination-results {
          padding-top: 0px;
          margin-top: -10px;
     }

	div.pagination-results .text-right {
		padding:21px 0px 0px 10px;
	}

	div.pagination-results .text-left {
		padding: 4px 10px 0px 0px;
	}

	div.pagination-results ul {
		padding:0px;
		margin: 0px;
		list-style: none;
	}

	div.pagination-results ul.pagination {
		display: flex;
	}

		div.pagination-results ul li {
			/*
			display: inline-block;
			*/
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width:32px;
			height:32px;
			background:#fff;
			border:1px solid #000;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
			border-radius:        0;
			-moz-border-radius:   0;
			-webkit-border-radius:0;
			text-align:center;
			margin: 10px 7px 0px 0px;
			font-size: 11px;
			font-weight: bold;
			cursor: pointer;
		}

		div.pagination-results ul li:hover {
		     background: #d9121f;
		     border-color: #d9121f;
		     color: #fff;
		}

		div.pagination-results ul li.active,
		div.pagination-results ul li:hover {
			background-color: #000 !important;
			border-color: #000 !important;
			color: #fff !important;
		}

	          div.pagination-results ul li:hover a {
	               color: #fff;
	          }

	          div.pagination-results ul li a,
	          div.pagination-results ul li span {
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				width: 32px;
				height: 32px;
				line-height: 1;
				margin-top: 1px;
				padding: 0;
				text-decoration: none;
	          }

/* @end */

/* @group List Box */

.list-box {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}

     .list-box li {
     	padding: 5px 30px 0px 30px;
     	line-height: 35px;
     	background: url(../img/bg-megamenu.png) top left repeat-x;
     }

          .list-box li:first-child {
               background: none;
          }

/* @end */

/* @group Sitemap */

.information-sitemap .center-column ul {
     padding-left: 20px;
     line-height: 2.6;
}

/* @end */

/* @group Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}

	.product-info span.error {
		padding-top: 0px;
	}

/* @end */

/* @group Help */

.help {
	font-size: 10px;
	display: block;
}

/* @end */

/* @group Table form */

table.form {

}

	table.form td {
		padding: 5px 13px 0px 0px;
	}

		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}

/* @end */

/* @group Htabs */

.htabs {
	z-index: 2;
	text-align: center;
	margin: 0px -15px;
	padding: 44px 0px 0px 0px;
	position: relative;
}

     .box-type-5 .htabs {
          padding-top: 54px;
     }

     .box-type-3 .htabs {
          padding-top: 49px;
     }

     .box-type-14 .htabs {
          padding-top: 59px;
     }

     .box-type-11 .htabs {
          padding-top: 34px;
     }

	.htabs:before,
	.htabs:after {
	  display: table;
	  content: " ";
	}

	.htabs:after {
	  clear: both;
	}

	.htabs:before {
	     display: block;
	     position: absolute;
	     left: 15px;
	     right: 15px;
	     top: 35px;
	     bottom: 0;
	     z-index: -1;
	}

	     .box-type-3 .htabs:before {
	          top: 40px;
	     }

	     .box-type-14 .htabs:before {
	          top: 40px;
	     }

	.htabs a {
		margin: 0px 15px;
		padding: 10px 0px;
		font-size: 20px;
		color: #808080;
		font-weight: 500;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	     .box-type-14 .htabs a {
	          padding-bottom: 11px;
	     }

		.htabs a.selected,
		.htabs a:hover {
			color: #333;
		}

		.htabs a:before {
		     content: '';
		     position: absolute;
		     width: 100%;
		     height: 2px;
		     bottom: -1px;
		     left: 0;
		     right: 0;
		     opacity: 0;
		     visibility: hidden;
		     transition: all 0.2s ease-in;
		     -webkit-transition: all 0.2s ease-in;
		     -moz-transition: all 0.2s ease-in;
		     z-index: 1;
		}

		.box-type-6 .htabs a:before {
		     height: 1px;
		}

		.fixed-body-2-2 .htabs a:before {
		     bottom: 0;
		}

		.htabs a.selected:before {
		     background: #d9121f;
		     visibility: visible;
		     opacity: 1;
		}

.center-column .tab-content {
	background: #fff;
	line-height: 23px;
	padding: 40px;
	position: relative;
}

     .standard-body .fixed2 .center-column .tab-content {
          padding-left: 0px;
          padding-right: 0px;
     }

     .box-type-7 .center-column .tab-content {
          padding-top: 35px !important;
     }

     .box-type-4 .center-column .tab-content {
          padding-bottom: 0px !important;
     }

     .box-type-10 .center-column .tab-content {
          padding-bottom: 0px !important;
     }

     .box-type-5 .center-column .tab-content {
          padding-bottom: 0px !important;
     }

     .tab-content:before {
          height: 1px;
          content: '';
          left: 0;
          right: 0;
          top: 0;
          position: absolute;
          background: url(../img/bg-megamenu.png) top left repeat-x;
          z-index: 1;
          display: block;
     }

     .tab-content:after {
          height: 1px;
          content: '';
          left: 0;
          bottom: 0;
          right: 0;
          position: absolute;
          background: url(../img/bg-megamenu.png) top left repeat-x;
          z-index: 1;
          display: block;
     }

          .box-type-4 .tab-content:after {
               display: none;
          }

          .box-type-3 .tab-content:after {
               display: none;
          }

          .box-type-14 .tab-content:after {
               display: none;
          }

          .box-type-10 .tab-content:after {
               display: none;
          }

          .box-type-5 .tab-content:after {
               display: none !important;
          }

     .fixed-body .center-column .tab-content {
          margin: 0px -45px;
          padding-left: 45px;
          padding-right: 45px;
     }

          .box-type-4.no-box-type-7 .fixed-body .center-column .tab-content {
               margin: 0px;
               padding-left: 0px;
               padding-right: 0px;
          }

     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .tab-content {
          margin: 0px -4000px;
          padding-left: 4000px;
          padding-right: 4000px;
     }

     .standard-body .fixed .center-column .tab-content {
          margin: 0px -40px;
     }

          .body-white .standard-body .full-width .center-column .tab-content {
               padding-left: 0px;
               padding-right: 0px;
          }

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}

	.center-column .tab-content #form-review h2 {
		padding: 5px 0px 20px 0px;
		margin: 0px;
	}

	     .center-column .tab-content .form-horizontal .control-label {
	          padding-top: 5px;
	     }

/* @end */

/* @group Notification */

.success,
.warning,
.attention,
.information {
	padding: 16px 14px 13px 40px;
	margin:0px 0px 30px 0px;
	clear: both;
	color: #222;
}

	.success {
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D;
	}

	.warning {
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC;
	}

	.attention {
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C;
	}

	.information {
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB;
	}

/* @end */

/* @group Review */

.review-list .author,
.review-list .rating {
	display: inline-block;
}

	.review-list .rating {
		float: right;
		width: auto;
	}

	.review-list .author span {
		font-size: 10px;
		opacity: 0.8;
		font-style: italic;
		padding-left: 3px;
	}

.review-list .text {
	margin: 15px 0px 20px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius:         2px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
}

	.review-list .text:before {
		position: absolute;
		top: -9px;
		left: 9px;
		display: inline-block;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ccc;
		border-left: 9px solid transparent;
		border-bottom-color: #e6e6e6;
		content: '';
	}

	.review-list .text:after {
		position: absolute;
		top: -8px;
		left: 10px;
		display: inline-block;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #ffffff;
		border-left: 8px solid transparent;
		content: '';
	}

/* @end */

/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
    border: solid #e5e5e5 1px;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

	table.attribute tr,
	table.list tr,
	.wishlist-product table tr,
	.wishlist-info table tr,
	.compare-info tr,
	.checkout-product table tr,
	.table {
	    background: #fff;
	    -webkit-transition: all 0.1s ease-in-out;
	    -moz-transition: all 0.1s ease-in-out;
	    transition: all 0.1s ease-in-out;
	}

		table.attribute tr:hover,
		table.list tr:hover,
		.wishlist-product table tr:hover,
		.wishlist-info table tr:hover,
		.compare-info tr:hover,
		.checkout-product table tr:hover,
		.table tr:hover {
		    background: #fafafa;
		}

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.checkout-product table td,
	.table td {
	    border-left: 1px solid #e5e5e5;
	    border-top: 1px solid #e5e5e5;
	    padding: 20px 30px 16px 30px;
	    text-align: left;
	    vertical-align: top;
	}

	.table td.text-left {
		text-align: left;
	}

		.table td.text-center {
			text-align: center;
		}

			.table td.text-center .input-group {
				margin: 0px auto;
			}

		.table td.text-right {
			text-align: right;
		}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.checkout-product table thead td,
	.table thead td {
	     font-size: 11px;
	     font-weight: bold;
	     text-transform: uppercase;
	     padding: 18px 30px 14px 30px;
	}

		table.attribute thead:first-child td,
		table.list thead:first-child td,
		.wishlist-product table thead:first-child td,
		.wishlist-info table thead:first-child td,
		.compare-info thead:first-child td,
		.checkout-product table thead:first-child td,
		.table thead:first-child td {
			border-top: none;
		}

	table.attribute td:first-child,
	table.list td:first-child,
	.wishlist-product table td:first-child,
	.wishlist-info table td:first-child,
	.compare-info td:first-child,
	.checkout-product table td:first-child,
	.table td:first-child {
	    border-left: none;
	}

	/*
.cart-info {
     position: relative;
}

@media (max-width: 991px) {
	form#checkout-list-form {
		overflow: auto;
	}

	.cart-info {
		width: 900px;
	}
}

@media (min-width: 992px) {
	.cart-info {
		width: auto;
	}
}
*/

     .main-fixed .cart-info {
          margin-left: -45px;
          margin-right: -45px;
     }

     .standard-body .fixed2 .cart-info {
          margin-left: -45px;
          margin-right: -45px;
     }

     .standard-body .full-width .center-column > *:first-child .cart-info {
          margin-top: -40px;
     }

          .body-white-type-2 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }

          .box-type-12 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }

     .body-white .standard-body .full-width .center-column > *:first-child .cart-info {
          margin-top: 0px;
     }

     .body-white.border-width-1 .standard-body .full-width .center-column > *:first-child .cart-info {
          margin-top: -50px;
     }

          .body-white-type-2.border-width-1 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }

          .body-type-12.border-width-1 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }

     .body-white .standard-body .full-width .cart-info {
          margin: 0px 0px 0px 0px;
     }

.cart-info table {
	border-collapse: separate;
	border-spacing: 0;
    border: none;
    width: 100%;
    margin: 0 0 40px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

	.cart-info table tr {
	    background: #fff;
	}

		.cart-info table tr:hover {
		    background: #fff;
		}

	.cart-info table td {
	    border: none;
	    padding: 30px;
	    text-align: left;
	    vertical-align: top;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	     .cart-info table td:first-child {
	          padding-left: 45px;
	     }

	     .cart-info table td:last-child {
	          padding-right: 45px;
	     }

		 .cart-info table tbody tr:last-child td {
			border-bottom: none;
	   }

	     .body-white .standard-body .full-width .cart-info table td:first-child {
	          padding-left: 0px;
	     }

	     .body-white .standard-body .full-width .cart-info table td:last-child {
	          padding-right: 0px;
	     }

	.cart-info table thead td {
	     font-size: 11px;
	     font-weight: bold;
	     text-transform: uppercase;
	     border-bottom: 1px solid #e6e6e6;
	     padding: 18px 30px 14px 30px;
	     position: relative;
	}

          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .cart-info thead td:first-child:before {
               content: '';
               position: absolute;
               width: auto;
               height: 1px;
               left: -10000px;
               right: -10000px;
               bottom: -1px;
               border-bottom: 1px solid #e6e6e6;
               z-index: -1;
               display: block;
          }

/* @end */

/* @group Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */

/* @group Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: left;
}

/* @end */

/* @group Price Compare */

.compare-info .price-new {
	color: #d9121f;
}

	.compare-info .price-old {
		color: #808080;
		text-decoration: line-through;
		padding-right: 2px;
	}

/* @end */

/* @group Table img */

table img {
	max-width: none;
}

/* @end */

/* @group Cart Total */

.cart-total {
	overflow: auto;
	margin-bottom: 25px;
	padding-top: 25px;
}

	.cart-total table {
		float: right;
    overflow:hidden;
	}

		.checkout-totalcart-checkout .checkout-totalcart-table .cart-total td {
			padding: 5px 0px 5px 30px;
			border: none;
			text-align: right;
		}

		.cart-total table tr td:first-child {
			padding-left: 0;
		}

		.cart-total table tr td:last-child {
			color: #d9121f;
			font-size: 14px;
			font-weight: 600;
		}

/* @end */

/* @group Download List, Orders */

.download-list,
.order-list {
	overflow:auto;
}

	.download-list .download-id,
	.order-list .order-id {
		width: 49%;
		float: left;
		margin-bottom: 2px;
	}

	.download-list .download-status,
	.order-list .order-status {
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px;
	}

	.download-list .download-content,
	.order-list .order-content {
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}

	.download-list .download-content div,
	.order-list .order-content div {
		float: left;
		width: 33.3%;
	}

	.download-list .download-info,
	.order-list .order-info {
		text-align: right;
	}

/* @end */

/* @group manufacturer */

.manufacturer-list {
	overflow: auto;
	padding: 10px 0px 20px 0px;
}

	.manufacturer-heading {
		border: 1px solid #e5e5e5;
		background: #fff;
		padding: 15px 20px 12px 20px;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
	}

	     .box-type-4 .manufacturer-heading {
	          border-radius: 8px 8px 0px 0px;
	          -webkit-border-radius: 8px 8px 0px 0px;
	          -moz-border-radius: 8px 8px 0px 0px;
	     }

	     .box-type-9 .manufacturer-heading {
	          border-radius: 4px 4px 0px 0px;
	          -webkit-border-radius: 4px 4px 0px 0px;
	          -moz-border-radius: 4px 4px 0px 0px;
	     }

	     .box-type-7 .manufacturer-heading {
	          border-radius: 0px;
	          -webkit-border-radius: 0px;
	          -moz-border-radius: 0px;
	     }

	.manufacturer-content {
		padding: 20px;
		overflow:auto;
		background: #fff;
		border: 1px solid #e5e5e5;
		border-top: none;
	}

	     .box-type-4 .manufacturer-content {
	          border-radius: 0px 0px 8px 8px;
	          -webkit-border-radius: 0px 0px 8px 8px;
	          -moz-border-radius: 0px 0px 8px 8px;
	     }

	     .box-type-9 .manufacturer-content {
	          border-radius: 0px 0px 4px 4px;
	          -webkit-border-radius: 0px 0px 4px 4px;
	          -moz-border-radius: 0px 0px 4px 4px;
	     }

	     .box-type-7 .manufacturer-content {
	          border-radius: 0px;
	          -webkit-border-radius: 0px;
	          -moz-border-radius: 0px;
	     }

	.manufacturer-list ul {
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}

/* @end */

/* @group checkout */

.center-column .panel {
	position:relative;
	margin: 0px 0px 20px 0px;
}

     .main-fixed .center-column .panel {
          margin: 0px;
     }

          .main-fixed .col-md-12 .col-md-12.center-column .panel {
               margin-left: -45px;
               margin-right: -45px;
          }

          .center-column .panel:last-child {
               margin-bottom: 20px !important;
          }

     .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
          margin: 0px -40px 0px -40px;
     }

          .body-white .standard-body .col-md-12 .col-md-12.center-column .panel {
               margin: 0px;
          }

          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
               margin: 0px -4000px;
          }

          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel:last-child {
               margin-bottom: 20px;
          }

          .standard-body .full-width .center-column .panel:last-child {
               margin-bottom: 20px;
          }

     .standard-body .fixed .center-column .panel {
          margin: 0px -40px 0px -40px;
     }

          .standard-body .fixed .center-column .panel:last-child {
               margin-bottom: 20px;
          }

	.center-column .panel-heading {
		border: 1px solid #e5e5e5;
		padding: 18px 30px 14px 30px;
		background: #fff;
	}
		.main-fixed .center-column .panel-heading,
		.standard-body .full-width .center-column .panel-heading,
		.standard-body .fixed .center-column .panel-heading,
		.standard-body .fixed2 .center-column .panel-heading {
		     border: none;
		     border-top: 1px solid #e5e5e5;
		     padding: 18px 45px 14px 45px;
		}

		     .body-white .standard-body .full-width .center-column .panel-heading,
		     .standard-body .fixed2 .center-column .panel-heading {
		          padding-left: 0px;
		          padding-right: 0px;
		     }

		     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-heading {
		          padding-left: 4000px;
		          padding-right: 4000px;
		     }

		     .standard-body .full-width .center-column .panel-heading,
		     .standard-body .fixed .center-column .panel-heading {
		          padding-left: 40px;
		          padding-right: 40px;
		     }

		     .main-fixed .center-column .panel:last-child,
		     .standard-body .full-width .center-column .panel:last-child,
		     .standard-body .fixed .center-column .panel:last-child {
		          border-bottom: 1px solid #e5e5e5;
		     }

		     .checkout-checkout .standard-body .full-width .center-column .panel:last-child {
		          border-bottom: none;
		     }

		          .body-white.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
		               border-bottom: 1px solid #e5e5e5;
		          }

		     .checkout-checkout .standard-body .full-width .center-column .panel:first-child .panel-heading {
		          border-top: none;
		     }

		.center-column .panel-heading h4 {
			padding: 0px;
			margin: 0px;
			font-size: 11px !important;
			font-weight: bold !important;
			text-transform: uppercase;
				/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
		}

	.center-column .panel-body {
		position:relative;

		background: #fff;
		padding:30px 45px 35px 45px;
    padding-top:0px;

		position: relative;
	}

	     .standard-body .full-width .center-column .panel-body,
	     .standard-body .fixed .center-column .panel-body {
	          padding-left: 40px;
	          padding-right: 40px;
	     }

	     .body-white .standard-body .full-width .center-column .panel-body,
	     .standard-body .fixed2 .center-column .panel-body {
	          padding-left: 15px;
	          padding-right: 15px;
	     }

	     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-body {
	          padding-left: 4000px;
	          padding-right: 4000px;
	     }

		.center-column .panel-body .buttons {
			margin: 0px;
		}

/* @end */

/* @group Returns */

.return-list {
}

	.return-list .return-id {
		width: 49%;
		float: left;
		margin-bottom: 2px;
	}

	.return-list .return-status {
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px;
	}

	.return-list .return-content {
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}

	.return-list .return-content div {
		float: left;
		width: 33.3%;
	}

	.return-list .return-info {
		text-align: right;
	}

.return-product {
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.return-detail {
}

	.return-opened textarea {
		width: 100%;
	}

/* @end */

/* Category mega filter */
.page-category .mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts,
.page-category .mfilter-content_top .mfilter-content .mfilter-group .mfilter-group-content > ul > li .mfilter-content-opts {
  padding-right:34px;
}

.page-category .mfilter-heading {
	font-weight: normal;
}

.page-category .mfilter-heading {
	font-weight: normal;
}

.page-category .mfilter-heading .mfilter-heading-content .mfilter-heading-text span {
	font-size: 13px;
}
/* Category mega filter */

/* @group Banner */

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

	.banner img.with-link {
		cursor: pointer;
	}

/* @end */

/* @group Filter */

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

	ul.box-filter > li {
		padding: 0px 0px 15px 0px;
		line-height: 23px;
	}

		ul.box-filter > li > span {
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
		}

	ul.box-filter ul {
		list-style: none;
		padding: 0px;
	}

/* @end */

/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;
	z-index: 999;
}

.facebook_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 999;
}

	.facebook_left .facebook-icon,
	.facebook_right .facebook-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/facebook-icon.png) no-repeat;
		cursor: pointer;
		position: absolute;
	    z-index: 999;
	}

	.facebook_right .facebook-icon {
		left: -50px;
		right: auto;
	}

	.facebook_right .facebook-content,
	.facebook_left .facebook-content {
	    background-color: #FFFFFF;
		border: 4px solid #4b6baf;
		position: relative;
	    z-index: 999;
	}

/* @end */

/* @group 15. Twitter Widget  */

.twitter_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;
	z-index: 998;
}

.twitter_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 998;
}

	.facebook_right + .twitter_right,
	.facebook_left + .twitter_left {
		top: 210px;
	}

	.twitter_left .twitter-icon,
	.twitter_right .twitter-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/twitter-icon.png) no-repeat;
		cursor: pointer;
		position: absolute;
	    z-index: 998;
	}

	.twitter_right .twitter-icon {
		left: -50px;
		right: auto;
	}

	.twitter_right .twitter-content,
	.twitter_left .twitter-content {
	    background-color: #FFFFFF;
		border: 4px solid #36a7e5;
		position: relative;
	    z-index: 998;
	}

/* @end */

/* @group 16. Custom Widget  */

.custom_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;
	z-index: 996;
}

.custom_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 996;
}

	.facebook_right + .twitter_right + .custom_right,
	.facebook_left + .twitter_left + .custom_left {
		top: 270px;
	}

	.facebook_right + .custom_right,
	.twitter_right + .custom_right,
	.twitter_left + .custom_left,
	.facebook_left + .custom_left {
		top: 210px;
	}

	.custom_left .custom-icon,
	.custom_right .custom-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/custom-icon.png) no-repeat;
		cursor: pointer;
		position: absolute;
	    z-index: 996;
	}

		.custom_left .custom-icon {
			background: url(../img/custom-icon-right.png) no-repeat;
		}

	.custom_right .custom-icon {
		left: -50px;
		right: auto;
	}

	.custom_right .custom-content,
	.custom_left .custom-content {
	    background-color: #FFFFFF;
		border: 4px solid #ea2e49;
		position: relative;
	    z-index: 996;
	    padding: 10px;
	}

/* @end */

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

.timepicker-picker .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* @end */

/* @group 18. Carousel Brands */

.carousel-brands {
	margin: 0px !important;
	padding: 15px 25px;
	position: relative;
}

/* @end */

/* @group 19. Banner module */

.banner-module {
	margin: 30px 0px 0px 0px !important;
}

	@media (max-width: 767px) {
		.responsive .banner-module {
			margin: 20px 0px 0px 0px !important;
		}
	}

/* @end */

/* @group 20. Camera slider */

.camera_slider {
	margin: 30px 0px 0px 0px;
	position: relative;
}

.camera_wrap {
	margin: 0px !important;
	width: auto;
	direction: ltr;
	display: none;
	position: relative;
	z-index: 1;
}

	.spinner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 21;
		background: #fff url(../img/loader.gif) 50% 50% no-repeat;
	}

	#slider .fullwidth .camera_slider,
	#slider .fullwidth .camera_slider .camera_wrap {
		margin: 0px !important;
		padding: 0px;
	}

	.camera_wrap img {
		display: block;
		margin: 0px auto;
	}

		.camera_wrap .owl-controls .owl-buttons {
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
		}

			.camera_wrap:hover .owl-controls .owl-buttons {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
			}

			.camera_wrap .owl-controls .owl-buttons .owl-prev,
			.camera_wrap .owl-controls .owl-buttons .owl-next {
				position: absolute;
				left: 75px;
				top: 50%;
				margin: -17px 0px 0px 0px !important;
				height: 34px;
				width: 34px;
				margin: 0px;
				background: #fff;
				display: block;
				border-radius: 100px;
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				transition: all 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				padding: 8px 0px 0px 12px;
				font-size: 13px;
					/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
			}

			     .buttons-prev-next-type-2 .camera_wrap .owl-controls .owl-buttons .owl-prev,
			     .buttons-prev-next-type-2 .camera_wrap .owl-controls .owl-buttons .owl-next {
			          border-radius: 0px;
			          -webkit-border-radius: 0px;
			          -moz-border-radius: 0px;
			     }

				.camera_wrap .owl-controls .owl-buttons .owl-next {
					left: auto;
					right: 75px;
					padding: 8px 0px 0px 14px;
				}

				.camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
				.camera_wrap .owl-controls .owl-buttons .owl-next:hover {
				     background: #d9121f;
				}

				     .container .camera_wrap .owl-controls .owl-buttons .owl-prev {
				          left: 30px;
				     }

				     .container .camera_wrap .owl-controls .owl-buttons .owl-next {
				          right: 30px;
				     }

				.camera_wrap .owl-controls .owl-buttons .owl-prev:before,
				.camera_wrap .owl-controls .owl-buttons .owl-next:before {
				       content: "\f053";
				       display: inline-block;
				       font: normal normal normal 14px/1 FontAwesome;
				       font-size: 11px;
				       text-rendering: auto;
				       -webkit-font-smoothing: antialiased;
				       -moz-osx-font-smoothing: grayscale;
				       transition: all 0.2s ease-in-out;
				       -webkit-transition: all 0.2s ease-in-out;
				       -moz-transition: all 0.2s ease-in-out;
				}

				     .camera_wrap .owl-controls .owl-buttons .owl-next:before {
				          content: "\f054";
				     }

				     .camera_wrap .owl-controls .owl-buttons .owl-prev:hover:before,
				     .camera_wrap .owl-controls .owl-buttons .owl-next:hover:before {
				          color: #fff;
				     }

		.camera_wrap .owl-controls .owl-pagination {
			display: none;
		}

/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 200px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

     .quickview body {
          background: #fff;
          padding: 30px 30px 30px 30px;
     }

     .quickview .mfp-iframe-holder .mfp-content {
          max-width: 900px;
          height: 622px;
     }

     .quickview .mfp-iframe {
          opacity: 0;
          transition: all 0.2s ease-in-out;
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
     }

     .quickview.mfp-bg {
          opacity: 0.01;
          transition: all 0.2s ease-out;
     }

     .quickview.mfp-ready .mfp-iframe {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
     }

     .quickview.mfp-ready.mfp-bg {
          opacity: 0.4;
     }

     .quickview.mfp-removing .mfp-iframe {
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
     }

     .quickview.mfp-removing.mfp-bg {
          opacity: 0;
     }

     .mfp-with-zoom .mfp-container,
     .mfp-with-zoom.mfp-bg {
     	opacity: 0;
     	-webkit-backface-visibility: hidden;
     	-webkit-transition: all 0.3s ease-in-out;
     	-moz-transition: all 0.3s ease-in-out;
     	-o-transition: all 0.3s ease-in-out;
     	transition: all 0.3s ease-in-out;
     }

     .mfp-with-zoom.mfp-ready .mfp-container {
     	opacity: 1;
     }

     .mfp-with-zoom.mfp-ready.mfp-bg {
     	opacity: 0.7;
     }

     .mfp-with-zoom.mfp-removing .mfp-container,
     .mfp-with-zoom.mfp-removing.mfp-bg {
     	opacity: 0;
     }

     body .mfp-arrow-left:before,
     body .mfp-arrow-left .mfp-b {
          border-right-color: #808080;
     }

     body .mfp-arrow-right:before,
     body .mfp-arrow-right .mfp-b {
          border-left-color: #808080;
     }

     body .mfp-iframe-scaler iframe {
          box-shadow: none;
     }

     body .mfp-figure:after {
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
     }

     body .mfp-counter {
          color: #dedede;
     }

/* @end */

/* @group Header notice */

.header-notice {
     background: #d9121f;
	 position: relative;
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     display: none;
}

     .header-notice a {
          color: #fff;
     }

     .header-notice p {
          padding: 15px 0px 17px 0px;
          margin: 0px;
     }

     .header-notice a.close-notice {
          display: flex;
		  align-items: center;
		  justify-content: center;
          position: absolute;
		  right: 10px;
		  top: 50%;
		  transform: translateY(-50%);
          width: 36px;
          height: 36px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          background: #fff;
          margin: 0;
          text-align: center;
          padding: 0;
          color: #d9121f;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
     }

          .header-notice a.close-notice:before {
                 content: "\f00d";
                 font: normal normal normal 14px/1 FontAwesome;
                 text-rendering: auto;
                 -webkit-font-smoothing: antialiased;
                 -moz-osx-font-smoothing: grayscale;
          }

          .header-notice a.close-notice:hover {
               background: #333333;
               color: #fff;
          }

/* @end */


/* @group Advanced grid */

.advanced-grid {
     position: relative;
}

     .advanced-grid .container {
     }

     /* @group Products */

     .advanced-grid-products {
          padding: 8px 0px 10px 0px;
     }

          .advanced-grid-products .product {
               margin: 0px;
               padding: 8px 0px;
          }

               .advanced-grid-products .product:first-child {
                    padding-top: 0px;
               }

                    .advanced-grid-products .product:last-child {
                         padding-bottom: 0px;
                    }

                    .advanced-grid-products .product .image {
                         float: left;
                         width: 34%;
                         max-width: 100px;
                    }

                         .advanced-grid-products .product .image img {
                              display: block;
                         }

                    .advanced-grid-products .product .right {
                         float: left;
                         width: 58%;
                         margin-left: 8%;
                         padding-top: 10px;
                    }

                         .advanced-grid-products .product .right .price {
                              color: #d9121f;
                              font-weight: 600;
                              font-size: 14px;
                         }

                         	.advanced-grid-products .product .right .price .price-old {
                         		color: #808080;
                         		text-decoration: line-through;
                         		padding-right: 2px;
                         	}

     /* @end */

     /* @group Latest blogs */

     .advanced-grid-latest-blogs {

     }

          .advanced-grid-latest-blogs .news {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }

               .footer .advanced-grid-latest-blogs .news {
                    border-color: rgba(255,255,255,0.1);
               }

               .advanced-grid-latest-blogs .news:first-child {
                    border: none;
                    padding-top: 0px;
               }

                    .advanced-grid-latest-blogs .news:last-child {
                         padding-bottom: 0px;
                    }

                    .advanced-grid-latest-blogs .news .image {
                         margin: 0px 20px 0px 0px;
                         float: left;
                    }

                         .advanced-grid-latest-blogs .news .image a {
                              display: block;
                              background-size: cover;
                              position: relative;
                         }


                    .advanced-grid-latest-blogs .news .right .name {
                         padding: 2px 0px;
                    }

                    .advanced-grid-latest-blogs .news .right .article-date-added {
                         font-size: 11px;
                         font-style: italic;
                    }

                         .advanced-grid-latest-blogs .news .right .article-date-added i {
                              margin-right: 3px;
                         }

     /* @end */

/* @end */

/* @group Popup Module */

.popup {
     background: #FFF;
     padding: 50px 60px;
     text-align: left;
     max-width: 750px;
     margin: 40px auto;
     position: relative;
}

     .box-type-9 .popup {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }
/*
body .popup-module .mfp-close {
     top: -20px;
     color: white;
     right: -20px;
     text-align: center;
     width: 45px;
     height: 45px;
     border: 2px solid #d9121f;
     color: #d9121f;
     background: #fff;
     opacity: 1;
     border-radius: 100px;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     font-size: 20px;
     font-weight: bold;
     padding: 0px;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
}
*/

body .popup-module .mfp-close {
	display: block;
	position: relative;
	width: 26px;
	height: 20px;
	transform: rotate(90deg);
}

body .popup-module .mfp-close .mfp-close-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
}
body .popup-module .mfp-close .mfp-close-line#mfp-close-line-t {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
body .popup-module .mfp-close .mfp-close-line#mfp-close-line-b {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	bottom: auto;
}

     body .popup-module .mfp-close:hover {
          background: #d9121f;
          color: #fff;
     }

     body .popup-module.without-button-close .mfp-close {
          display: none;
     }

     .popup h4 {
          font-size: 20px;
          padding: 5px 0px 25px 0px;
          margin: 0px 0px 25px 0px;
          position: relative;
     }

          .popup h4:after {
               content: '';
               position: absolute;
               width: 41px;
               height: 2px;
               background: #d9121f;
               bottom: 0;
               left: 0;
          }

     .popup .content {
          padding: 0px 0px 10px 0px;
          margin: 0px;
          color: #808080;
          line-height: 23px;
     }

          .popup .content a {
               color: #d9121f;
          }

     /* @group Newsletter */

     .popup .newsletter {
          padding: 22px 0px 9px 0px;
     }

          .popup .newsletter input {
               margin: 0px;
               vertical-align: top;
          }

          .popup .newsletter .subscribe {
               height: 45px;
               vertical-align: top;
               margin: 0px 0px 0px 18px;
               padding: 16px 30px 0px 30px;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
          }

     /* @end */

     /* @group Text don't show again */

     .popup .dont-show-label {
          text-align: center;
          padding: 5px 0px 0px 0px;
     }

     /* @end */

     /* @group Buttons yes no */

     .popup .buttons-yes-no {
          padding: 23px 0px 10px 0px;
          text-align: center;
     }

          .popup .buttons-yes-no .button:first-child {
               margin-right: 18px;
          }

          .popup .buttons-yes-no .button {
               height: 45px;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
               padding: 16px 30px 0px 30px;
               margin: 0px;
          }

     /* @end */

     /* @group Form contact */

     .popup .form-contact {

     }

          .popup .form-contact .error {
               background: #ffd3d7;
          }

          .popup .form-contact .contact-label {
               padding-top: 14px;
          }

               .popup .form-contact .contact-label:first-child {
                    padding-top: 0px;
               }

               .popup .form-contact .contact-label label {
                    font-size: 11px;
                    font-weight: bold;
                    text-transform: uppercase;
               }

          .popup .form-contact .btn {
               margin: 15px auto 10px auto;
               display: block;
          }

     /* @end */

/* @end */

/* @group Categories Wall */

.categories-wall {

}

     .categories-wall > div:first-child:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          right: 0;
          top: 0;
          background: url(../img/bg-megamenu.png) top left repeat-x;
          z-index: 1;
     }

     .categories-wall > div:first-child:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          right: 0;
          bottom: 0;
          background: url(../img/bg-megamenu.png) top left repeat-x;
          z-index: 1;
     }

          .categories-wall.type-2 > div:first-child:after,
          .categories-wall.type-2 > div:first-child:before {
               display: none;
          }

          .categories-wall .category-wall {
               position: relative;
               margin: 0px -15px;
               text-align: center;
               padding: 0px 0px 40px 0px;
          }

               .categories-wall.type-2 .category-wall {
                    margin: 30px 0px 0px 0px;
                    border: 1px solid #d9d9d9;
               }

               .categories-wall .category-wall:before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 100%;
                    left: 0;
                    bottom: 0;
                    top: 0;
                    background: url(../img/bg-megamenu.png) top left repeat-y;
                    z-index: 1;
               }

                    .categories-wall .row > div:first-child .category-wall:before,
                    .categories-wall.type-2 .category-wall:before {
                         display: none;
                    }

               .categories-wall .category-wall .image {
                    position: relative;
               }

                    #main .categories-wall.type-2 .category-wall .image {
                         margin: 0px !important;
                         padding: 0px !important;
                    }

                    .categories-wall .row > div:first-child .category-wall .image {
                         margin-left: -30px;
                         padding-left: 30px;
                    }

                         .standard-body .full-width .categories-wall .row > div:first-child .category-wall .image {
                              padding-left: 0px;
                              margin-left: 15px;
                         }

                         .standard-body .fixed .categories-wall .row > div:first-child .category-wall .image {
                              padding-left: 25px;
                              margin-left: -25px;
                         }

                    .categories-wall .row > div:last-child .category-wall .image {
                         margin-right: -30px;
                         padding-right: 30px;
                    }

                         .standard-body .full-width .categories-wall .row > div:last-child .category-wall .image {
                              padding-right: 0px;
                              margin-right: 15px;
                         }

                         .standard-body .fixed .categories-wall .row > div:last-child .category-wall .image {
                              padding-right: 25px;
                              margin-right: -25px;
                         }

                    .categories-wall .category-wall .image img {
                         display: block;
                         margin: 0px auto;
                    }

               .categories-wall .category-wall h3 {
                    display: inline-block;
                    padding: 30px 0px 7px 0px;
                    margin: 0px 15px;
                    font-size: 25px;
                    border-bottom: 2px solid #d9121f;
               }

               .categories-wall .category-wall ul {
                    list-style: none;
                    padding: 15px 15px 0px 15px;
                    margin: 0px;
                    font-size: 14px;
                    line-height: 25px;
               }

                    .categories-wall .category-wall ul li a {
                         line-height: 25px;
                    }

               .categories-wall .category-wall .more-categories {
                    display: inline-block;
                    border: 1px solid #d9d9d9;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    padding: 8px 30px 5px 30px;
                    margin: 21px 15px 0px 15px;
                    text-transform: uppercase;
                    font-size: 11px;
                    font-weight: 700;
                    color: #d9121f;
                    transition: all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
               }

                    .categories-wall .category-wall .more-categories:hover {
                         background: #d9121f;
                         border-color: #d9121f;
                         color: #fff;
                    }

/* @end */

/* @group Banner Big Sale */

.banner-big-sale {
     position: relative;
     padding: 80px 0px 100px 8.5%;
}

     .fixed-body-2-2 .banner-big-sale {
          padding-left: 12%;
     }

     .banner-big-sale h3 {
          font-size: 25px;
          line-height: 1;
          margin-bottom: 25px;
     }

     .banner-big-sale a.button {
          margin: 0px;
     }

     .banner-big-sale img {
          display: block;
     }

/* @end */

/* @group Footer Block */

.footer-block {
     padding: 8px 0px 14px 0px;
     position: relative;
     margin: 0px -15px;
}

     .footer-blocks-top.type-2 .footer-block {
          margin: 0px;
     }

     .footer-blocks-top.type-2 > div:before {
          display: none !important;
     }

     .footer-blocks-bottom .footer-block {
          padding: 7px 0px 11px 0px;
     }

     .footer-block > img {
          display: inline-block;
          vertical-align: top;
     }

     .footer-block > .footer-block-content {
          display: inline-block;
          vertical-align: top;
          text-align: left;
          line-height: 1;
          padding: 14px 0px 0px 8px;
     }

          .footer-blocks-bottom .footer-block > .footer-block-content {
               padding-top: 2px;
          }

          .footer-block h6 {
               margin: 0px;
               padding: 0px;
               line-height: 1.5;
               font-size: 15px;
               color: #fff;
          }

               .footer-blocks-bottom .footer-block h6 {
                    font-size: 14px;
               }

          .footer-block p {
               padding: 0px;
               margin: 0px;
          }

          .footer-blocks-top .footer-button {
               margin-top: 25px;
          }

               .button-body-type-7 .footer-blocks-top .footer-button {
                    margin-top: 28px;
               }

/* @end */

/* @group About us */

.footer-about-us {
     padding: 24px 0px 0px 0px;
}

     .footer-about-us h6 {
          color: #fff;
          padding: 30px 0px 0px 0px;
          margin: 0px;
          font-size: 15px;
     }

     .footer .footer-about-us p {
          padding: 20px 0px 0px 0px;
          margin: 0px;
          line-height: 23px;
     }

     .footer-about-us ul.social-icons {
          list-style: none;
          padding: 26px 0px 0px 0px;
          margin: 0px;
     }

          .footer-about-us ul.social-icons li {
               display: inline-block;
               vertical-align: top;
               padding: 0px 18px 0px 0px;
               font-size: 24px;
          }

               .footer-about-us ul.social-icons li a {
                    color: #717171;
               }

                    .footer-about-us ul.social-icons li a:hover {
                         color: #fff;
                    }

                    .footer-about-us ul.social-icons.social-icons-fashionsimple li a {
                         color: #1d1d1b;
                    }

                         .footer-about-us ul.social-icons.social-icons-fashionsimple li a:hover {
                              color: #bc985c;
                         }

/* @end */

/* @group Computer3 Banners */

.computer3-banners {
     border-bottom: 1px solid #dadada;
}

     .computer3-banners .container {
          padding: 0px !important;
     }

     .computer3-banners img {
          display: block;
     }

          .computer3-banners .text-right img {
               float: right;
          }

     .computer3-banners .row > div {
          border-left: 1px solid #dadada;
     }

          .computer3-banners .row > div:first-child {
               border: none;
          }

/* @end */

/* @group Newsletter */

.newsletter {
     padding: 67px 0px 0px 0px;
}

     .newsletter .heading {
          padding-left: 67px;
          position: relative;
          margin-right: -15px;
     }

          .newsletter .heading img {
               display: block;
               float: left;
               margin: 0px 34px 0px 0px;
          }

          .newsletter .heading p {
               padding: 8px 0px 0px 0px;
               margin: 0px;
               font-size: 25px;
               line-height: 1;
               font-weight: 500;
          }

     .newsletter .content {
          padding-bottom: 0px;
     }

          .newsletter .content p {
               height: 50px;
               border-left: 2px solid #fc741b;
               padding: 17px 0px 0px 27px;
               margin: 5px 0px 0px 15px;
               text-align: center;
          }

     .newsletter .inputs {
          text-align: center;
          padding-top: 3px;
     }

          .newsletter .inputs input {
               background: #fff;
               margin-right: 8px;
               width: 187px;
               vertical-align: top;
               height: 45px;
          }

               .newsletter .inputs input:focus {
                    background: #fcfcfc;
               }

          .newsletter .inputs .button {
               padding-left: 30px;
               padding-right: 30px;
               padding-top: 16px;
               height: 45px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               vertical-align: top;
          }

/* @end */

/* @group Category Wall 2 */

.category-wall2 {
     background: #fff;
     margin-top: 60px;
     overflow: hidden;
}

     .category-wall2-megamenu {
          margin: -30px -45px -40px -45px;
     }

     .category-wall2 .row {
          position: relative;
     }

     .category-wall2 .row:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          height: 1px;
          display: block;
          background: url(../img/bg-megamenu.png) top left repeat-x;
     }

          .category-wall2 .row:first-child:before {
               display: none;
          }

          .category-wall2 .row > div {
               position: static;

          }

               .category-wall2 .row > div:before {
                    width: 1px;
                    top: 0;
                    bottom: 0;
                    content: '';
                    display: block;
                    background: url(../img/bg-megamenu.png) top left repeat-y;
                    position: absolute;
               }

                    .category-wall2 .row > div:first-child:before {
                         display: none;
                    }


               .category-wall2 .row > div .category {
                    padding: 21px 40px 19px 40px;
               }

                    .category-wall2 .row > div img {
                         display: block;
                         float: left;
                         width: auto;
                    }

                    .category-wall2 .row > div a {
                         font-size: 14px;
                         font-weight: 600;
                         display: inline-block;
                         margin-top: 20px;
                         margin-bottom: 18px;
                    }

/* @end */

/* @group GardenTools Newsletter */

.gardentools-newsletter {
     height: 204px;
}

     .gardentools-newsletter .heading {
          padding-top: 74px;
     }

          .gardentools-newsletter .heading p {
               font-size: 50px;
               font-weight: bold;
               text-transform: uppercase;
               color: #fff;
          }

     .gardentools-newsletter .content {
          padding-bottom: 0px;
          padding-top: 76px;
     }

          .gardentools-newsletter .content p {
               padding: 17px 0px 0px 30px;
               color: #fff;
          }

     .gardentools-newsletter .inputs {
          text-align: right;
          padding-top: 83px;
          position: relative;
          margin-left: -60px;
     }

          .gardentools-newsletter .inputs input {
               background: rgba(255, 255, 255, 0.2);
               margin-right: 8px;
               width: 270px;
               vertical-align: top;
               height: 45px;
               color: #fff;
          }

               .gardentools-newsletter .inputs input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
                   color: #fff;
               }

               .gardentools-newsletter .inputs input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                  color: #fff;
                  opacity:  1;
               }

               .gardentools-newsletter .inputs input::-moz-placeholder { /* Mozilla Firefox 19+ */
                  color: #fff;
                  opacity:  1;
               }

               .gardentools-newsletter .inputs input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                  color: #fff;
               }

               .gardentools-newsletter .inputs input:focus {
                    background: rgba(255, 255, 255, 0.25);
               }

          .gardentools-newsletter .inputs .button {
               padding-left: 39px;
               padding-right: 39px;
               padding-top: 16px;
               height: 45px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               vertical-align: top;
          }

/* @end */

/* @group Jewelry banners */

.jewelry-banners {
}

     .jewelry-banners img {
          display: block;
     }

          .jewelry-banners .text-right img {
               float: right;
          }

     .jewelry-banners > div:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 1px;
          background: url(../img/bg-megamenu.png);
     }

          .jewelry-banners > div:first-child:before {
               display: none;
          }

/* @end */

/* @group Jewelry black banners */

.jewelryblack-banners {
     border-bottom: 1px solid #1a1a1a;
}

     .jewelryblack-banners .row > div {
          padding: 0px;
     }

     .jewelryblack-banners img {
          display: block;
          margin: 0px auto;
     }

     .jewelryblack-banners .row > div:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 1px;
          background: #1a1a1a;
     }

          .jewelryblack-banners .row > div:first-child:before {
               display: none;
          }

/* @end */

/* @group Barber Footer */

.barber-footer-padding-left .container > div {
     padding-left: 33% !important;
}

.barber-footer {
     padding-top: 20px;
     padding-bottom: 38px;
}

     .barber-footer .footer-logo {
          padding-top: 30px;
          padding-bottom: 6px;
     }

     .barber-footer .contact {
          padding: 21px 0px 0px 0px;
     }

          .barber-footer .contact .left {
               display: inline-block;
               vertical-align: top;
               width: 40px;
               font-size: 13px;
               line-height: 11px;
               color: #a5968c;
               text-transform: uppercase;
               font-weight: bold;
               padding: 7px 0px 0px 0px;
          }

               .barber-footer ul.social-icons {
                    padding: 25px 0px 20px 44px;
                    margin: 0px;
                    list-style: none;
               }

                    .barber-footer ul.social-icons li {
                         display: inline-block;
                         vertical-align: top;
                         padding: 10px 7px 0px 0px;
                    }

                         .barber-footer ul.social-icons li a {
                              display: block;
                              width: 50px;
                              height: 50px;
                              border: 1px solid #2e221b;
                              color: #3d3733;
                              text-align: center;
                              font-size: 18px;
                              padding: 10px 0px 0px 0px;
                         }

                              .barber-footer ul.social-icons li a:hover {
                                   color: #fff;
                                   background: #2e221b;
                              }

          .barber-footer .contact .right {
               display: inline-block;
               vertical-align: top;
          }

               .barber-footer .contact h3 {
                    line-height: 1.2;
                    padding: 0px;
                    margin: 0px;
                    font-size: 30px;
                    color: #fff;
                    font-weight: 400;
                    -webkit-font-smoothing: antialiased;
                    text-transform: none;
               }

               .barber-footer .button {
                    margin: 37px 0px 0px 42px;
               }

/* @end */

/* @group Ceramica newsletter */

.ceramica-newsletter-margin-top-75 {
     margin-top: 75px !important;
}

.ceramica-newsletter {
     padding: 119px 0px 122px 0px;
}

     .ceramica-newsletter .heading p {
          padding: 0px;
          margin: 0px;
          font-size: 20px;
          line-height: 1;
          text-transform: uppercase;
          font-weight: bold;
     }

     .ceramica-newsletter .content {
          padding: 0px;
          margin: 0px 0px 0px -5px;
          position: relative;
     }

          .ceramica-newsletter .content p {
               font-size: 90px;
               font-weight: bold;
               line-height: 75px;
          }

     .ceramica-newsletter .inputs {
          padding: 0px;
     }

          .ceramica-newsletter .inputs input {
               height: 50px;
               width: 254px;
               margin: 19px 7px 0px 0px;
               vertical-align: top;
               background: #fff;
               padding-left: 30px;
               padding-right: 30px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
          }

          .ceramica-newsletter .inputs .button {
               height: 50px;
               margin: 19px 0px 0px 0px;
               vertical-align: top;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               padding-top: 16px;
          }

/* @end */

/* @group Default newsletter */

.default-newsletter {

}

     .default-newsletter p {
          padding: 2px 0px 0px 0px;
          margin: 0px;
          font-size: 14px;
     }

     .default-newsletter input {
          margin: 13px 17px 0px 0px;
          height: 50px;
          width: 265px;
          vertical-align: top;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
     }

     .default-newsletter .button {
          height: 50px;
          margin: 13px 0px 0px 0px;
          vertical-align: top;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          padding-top: 16px;
          font-size: 12px !important;
     }

/* @end */

/* @group Antique products */

.antique-products {

}

     .antique-products.box .box-content.products {
          margin-top: 0px;
     }

     .antique-products .advanced-grid-products {
          padding: 0px;
     }

          .antique-products .advanced-grid-products .product,
          .antique-products .advanced-grid-products .product:first-child {
               padding: 30px;
               background: url(../img/bg-megamenu.png) top left repeat-x;
          }

               .antique-products .advanced-grid-products .product:first-child {
                    background: none;
               }

               .antique-products .advanced-grid-products .product .right {
                    margin-left: 10%;
                    width: 56%;
               }

/* @end */

/* @group Naturalcosmetics newsletter */

.naturalcosmetics-newsletter {
     text-align: center;
     padding: 60px 0px;
}

     .naturalcosmetics-newsletter .heading p {
          padding: 0px 0px 15px 0px;
          margin: 0px 0px 37px 0px;
          font-size: 20px;
          line-height: 1;
          font-weight: 300;
          display: inline-block;
          border-bottom: 2px solid #6bc513;
          color: #fff;
     }

     .naturalcosmetics-newsletter .content {
          padding: 0px;
          margin: 0px;
          position: relative;
     }

          .naturalcosmetics-newsletter .content p {
               font-size: 40px;
               font-weight: 300;
               line-height: 1;
          }

     .naturalcosmetics-newsletter .inputs {
          padding: 14px 0px 0px 0px;
     }

          .naturalcosmetics-newsletter .inputs input {
               height: 45px;
               width: 240px;
               margin: 19px 7px 0px 0px;
               vertical-align: top;
               background: #fff;
               padding-left: 30px;
               padding-right: 30px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               font-size: 12px;
          }

          .naturalcosmetics-newsletter .inputs .button {
               height: 45px;
               margin: 19px 0px 0px 0px;
               vertical-align: top;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               padding: 16px 30px 0px 30px;
          }

/* @end */

/* @group Wine banners */

.wine-banners {
     padding-bottom: 30px;
}

     .common-home .wine-banners {
          padding-bottom: 50px;
     }

     .wine-banners > div {
          padding-bottom: 30px;
     }

          .wine-banners img {
               display: block;
          }

/* @end */

/* @group Wine about us */

.wine-about-us {
     padding: 70px 0px 70px 0px;
}

     .wine-about-us h6 {
          font-weight: 400;
          padding: 0px;
     }

          .firefox-mac .wine-about-us h6 {
               font-weight: 500;
          }

     .wine-about-us .footer-block {
          margin: 0px -7px;
          padding: 11px 0px 0px 0px;
     }

     .wine-about-us .footer-about-us {
          padding-top: 34px;
     }

     .wine-about-us .footer-blocks-top {
          padding-top: 8px;
     }

     .wine-about-us .footer-about-us ul.social-icons li a {
          color: #c1c1c1;
     }

          .wine-about-us .footer-about-us ul.social-icons li a:hover {
               color: #1f1f1f;
          }

/* @end */

/* @group Champange */

.champange {
     padding: 40px 0px 80px 7%;
     position: relative;
}

     .champange .image {
          position: absolute;
     }

     .champange .heading {
          font-size: 30px;
          line-height: 35px;
          font-weight: 300;
          padding: 97px 0px 26px 0px;
          position: relative;
          margin-left: -3px;
     }

/* @end */

/* @group Wine Newsletter */

.wine-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.wine-newsletter .heading p {
          font-weight: 300;
          color: #fff;
     }

     .newsletter.wine-newsletter .content p {
          text-align: left;
          border-color: #a7a452;
          color: #fff;
          padding-left: 45px;
     }

     .wine-newsletter.newsletter .inputs {
          padding-right: 50px;
     }

/* @end */

/* @group Games banners */

.overflow-games-banners {
     position: relative;
     z-index: 22;
}

.games-banners {
     position: absolute;
     bottom: 0;
}

/* @end */

/* @group Games social icons */

#main .games-social-icons a {
     color: #4d4d4d;
}

     #main .games-social-icons a:hover {
          color: #fff;
     }

/* @end */

/* @group Games big sale */

.games-big-sale {
     background: #1a1a1a;
     margin-top: 60px;
     position: relative;
     overflow: hidden;
     padding: 73px 100px 70px 98px;
}

     .games-big-sale .image {
          position: absolute;
     }

          .games-big-sale .image img {
               max-width: none;
               display: block;
          }

     .games-big-sale .heading {
          font-size: 25px;
          font-weight: 500;
          color: #808080;
          padding: 0px 0px 2px 0px;
     }

/* @end */

/* @group Games products */

.games-products.box .box-heading {
     border-bottom: none;
}

     .games-products.box .box-content {
          border: 1px solid #acdd13;
     }

          .games-products.grey.box .box-content {
                border: 1px solid #404040;
          }

          .games-products.orange.box .box-content {
                border: 1px solid #ff9209;
          }

          .games-products.blue.box .box-content {
                border: 1px solid #00dee1;
          }

          .games-products.pink.box .box-content {
                border: 1px solid #fa4657;
          }

     .games-products.box .advanced-grid-products .product {
          background: url(../img/bg-footer.png) top left repeat-x;
     }

     .games-products .advanced-grid-products .product .image {
          max-width: 83px;
     }

     .games-products .advanced-grid-products .product .right {
          padding-top: 31px;
     }

     .games-products .advanced-grid-products .product .right .price {
          padding-top: 8px;
     }

     .games-products .advanced-grid-products .product .right {
          margin-left: 7%;
          width: 59%;
     }

/* @end */

/* @group Spices Newsletter */

.spices-newsletter {
     padding: 54px 0px 0px 0px;
     position: relative;
     margin-bottom: -3px;
}

     .newsletter.spices-newsletter .heading p {
          font-weight: 400;
          color: #350a04;
          font-size: 30px;
          line-height: 25px;
          padding-top: 7px;
     }

     .newsletter.spices-newsletter .content p {
          text-align: left;
          border-color: #ffb400;
          color: #350a04;
          padding-left: 45px;
          padding-top: 15px;
     }

     .spices-newsletter.newsletter .inputs {
          padding-right: 50px;
     }

     .spices-newsletter.newsletter .button {
          background: #350a04 !important;
          padding-top: 14px;
     }

          .spices-newsletter.newsletter .button:hover {
               background: #486f38 !important;
          }

/* @end */

/* @group Spices recipes */

.spices-recipes {
     padding: 94px 0px 95px 0px;
}

     .spices-recipes .heading {
          font-size: 23px;
          font-weight: bold;
          line-height: 25px;
          color: #fff;
     }

     .spices-recipes p {
          font-size: 60px;
          line-height: 50px;
          color: #ffb400;
          padding: 11px 0px 19px 0px;
          margin: 0px;
     }

/* @end */

/* @group Container full width */

.container-full-width .container {
     padding: 0px !important;
}

/* @end */

/* @group Computer4 Parallax */

.computer4-parallax {
     padding: 142px 0px 140px 57%;
}

     .computer4-parallax .heading {
          color: #fff;
          font-weight: 500;
          font-size: 50px;
          line-height: 45px;
     }

     .computer4-parallax p {
          color: #333;
          font-weight: 500;
          font-size: 50px;
          line-height: 45px;
          padding: 1px 0px 0px 0px;
          margin: 0px;
     }

     .computer4-parallax .button {
          margin: 22px 0px 0px 0px;
     }

/* @end */

/* @group Computer4 products */

.computer4-products.box .box-content.products {
     background: #fff url(../img/bg-megamenu.png) top left repeat-x;
     position: relative;
     margin-top: -1px;
}

     .computer4-products.box .box-content.products > .clearfix {
          background: url(../img/bg-megamenu.png) bottom left repeat-x;
     }

     .computer4-products .advanced-grid-products .product,
     .computer4-products .advanced-grid-products .product:first-child {
          padding: 20px;
     }

          .computer4-products .advanced-grid-products .product .image {
               width: 30%;
               max-width: 83px;
          }

          .computer4-products .advanced-grid-products .product .right {
               width: 70%;
               margin-left: 0 !important;
               padding-left: 23px;
               padding-top: 20px;
          }

/* @end */

/* @group Computer4 Contact */

.computer4-contact {
      font-size: 20px;
      color: #fff;
      font-weight: 500;
      padding-top: 8px;
      position: relative;
      margin-bottom: -21px;
}

     .computer4-contact > div {
          padding-top: 20px;
     }

     .computer4-contact img {
          display: block;
          float: left;
          position: relative;
          margin-left: -4px;
          margin-right: 10px;
     }

     .computer4-contact p {
          padding: 1px 0px 0px 0px;
          margin: 0px;
     }

/* @end */

/* @group Today deals products */

.today-deals {
     margin-bottom: 15px;
}

.today-deals-products {

}

     .today-deals .prev {
          margin-left: -40px;
          border-color: #cdcdcd;
     }

     .today-deals .next {
          margin-left: 5px;
          border-color: #cdcdcd;
     }

     .today-deals-products .product {
          padding: 20px 20px 43px 20px;
          text-align: center;
     }

          .today-deals-products .product .is-countdown {
               display: block !important;
               position: relative;
               margin: 0px auto;
               background: none;
               max-width: 285px;
               font-size: 10px;
          }

               .today-deals-products .product .is-countdown .countdown-section {
                    padding: 12px 5px 11px 5px;
               }

                    .today-deals-products .product .is-countdown .countdown-section:before {
                         border: 1px solid #ccc;
                         border-radius: 100px;
                         -webkit-border-radius: 100px;
                         -moz-border-radius: 100px;
                         position: absolute;
                         content: '';
                         top: 0;
                         bottom: 0;
                         left: 5px;
                         right: 5px;
                    }

               .today-deals-products .product .is-countdown .countdown-section:after {
                    display: none;
               }

               .today-deals-products .product .is-countdown .countdown-amount {
                    font-size: 16px;
               }

          .today-deals-products .product .name {
               padding-top: 28px;
          }

          .today-deals-products .product .price {
          	color: #d9121f;
          	font-size: 14px;
          	font-weight: 600;
          }

          	.today-deals-products .product .price .price-old {
          		color: #232323;
          		font-weight: 400 !important;
          		text-decoration: line-through;
          		padding-right: 2px;
          	}

          	     body.firefox-mac .today-deals-products .product .price .price-old  {
          	          font-weight: 300;
          	     }

          .today-deals-products .product .button {
               margin-top: 23px;
               padding: 14px 38px 12px 56px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               font-size: 12px !important;
               position: relative;
          }

               .today-deals-products .product .button:before {
                    content: '';
                    position: absolute;
                    top: 14px;
                    left: 23px;
                    display: block;
                    width: 16px;
                    height: 16px;
                    background: url(../img/add-to-cart.png) top left no-repeat;
               }

/* @end */

/* @group Furniture Footer */

.border-top {
     border-top: 1px solid #e5e5e5;
}

.border-1px {
     border: 1px solid #e5e5e5;
}

.border-bottom {
     border-bottom: 1px solid #e5e5e5;
}

.furniture-footer-padding-left {
     font-weight: 600;
}

     .furniture-footer-padding-left .container > div {
          padding-left: 42% !important;
     }

/* @end */

/* @group Furniture contact */

.furniture-contact {

}

     .furniture-contact .logo {
          padding: 70px 0px 0px 0px;
     }

     .furniture-contact .row {
          padding-bottom: 17px;
     }

          .furniture-contact .row > div {
               padding-top: 48px;
          }

          .furniture-contact .row img {
               display: block;
               margin: 0px auto;
          }

          .furniture-contact .row p {
               font-size: 25px;
               line-height: 23px;
               padding: 27px 0px 3px 0px;
               margin: 0px;
               font-weight: bold;
          }

          .furniture-contact .row span {
               font-size: 16px;
               line-height: 23px;
               font-weight: bold;
          }

          .furniture-contact .row .button {
               margin-top: 30px;
               margin-bottom: 0px;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
               height: 45px;
               padding-top: 14px;
          }

/* @end */

/* @group Furniture collections */

.furniture-collections {
     position: relative;
}

     .furniture-collections > div {
          height: 263px;
     }

          .furniture-collections:last-child {
               display: table;
               width: 100%;
               position: relative;
               margin-bottom: -40px;
          }

          .furniture-collections:before {
               content: '';
               top: -1px;
               left: 0;
               right: 0;
               z-index: 1;
               display: block;
               position: absolute;
               height: 1px;
               background: url(../img/bg-megamenu.png) top left repeat-x;
          }

               .furniture-collections:first-child:before {
                    display: none;
               }

          .furniture-collections > div:before {
               content: '';
               top: 0;
               bottom: 0;
               left: -1px;
               position: absolute;
               width: 1px;
               background: url(../img/bg-megamenu.png) top left repeat-y;
          }

               .furniture-collections > div:first-child:before {
                    display: none;
               }

          .furniture-collections > div a {
               display: block;
               height: 263px;
               font-size: 17px;
               line-height: 20px;
               color: #201c1d;
               font-weight: bold;
               padding: 50px 45px 0px 45px;
               position: relative;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .furniture-collections > div a:after {
                    content: "\f054";
                    display: block;
                    margin-top: 14px;
                    font: normal normal normal 11px/1 FontAwesome;
               }

                    .furniture-collections > div:hover a {
                         padding-left: 55px;
                    }

/* @end */

/* @group Furniture customer service */

.furniture-customer-service {
     padding-left: 53%;
     padding-bottom: 211px;
     padding-top: 191px;
}

     .furniture-customer-service p {
          padding: 0px;
          margin: 0px;
          font-size: 65px;
          line-height: 55px;
          color: #fff;
          font-weight: bold;
     }

     .furniture-customer-service .button {
          margin: 0px;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          height: 45px;
          padding-top: 14px;
          margin-top: 21px;
     }

/* @end */

/* @group Furniture why our products? */

.furniture-why-our-products {
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
     padding: 0px 0px 126px 0px;
}

     .furniture-why-our-products .heading {
          font-size: 65px;
          line-height: 1;
          font-weight: bold;
          padding-top: 135px;
     }

     .furniture-why-our-products .row {
          padding-bottom: 17px;
     }

          .furniture-why-our-products .row > div {
               padding-top: 52px;
          }

          .furniture-why-our-products .row img {
               display: block;
               margin: 0px auto;
          }

          .furniture-why-our-products .row p {
               font-size: 25px;
               line-height: 23px;
               padding: 27px 0px 3px 0px;
               margin: 0px;
               font-weight: bold;
          }

          .furniture-why-our-products .row span {
               font-size: 16px;
               line-height: 23px;
               font-weight: bold;
          }

/* @end */

/* @group Furniture newsletter */

.furniture-newsletter {
     text-align: center;
     padding: 187px 0px 186px 0px;
}

     .furniture-newsletter .heading {
          font-size: 65px;
          font-weight: bold;
          line-height: 1;
          padding: 0px;
     }

     .furniture-newsletter .inputs {

     }

          .furniture-newsletter .inputs input {
               margin: 0px 17px 0px 0px;
               vertical-align: top;
               height: 45px;
               width: 430px;
               border-radius: 40px;
               -moz-border-radius: 40px;
               -webkit-border-radius: 40px;
               background: #fff;
               border: 1px solid #ccc;
               max-width: 100%;
               margin-top: 26px;
          }

               .furniture-newsletter .inputs input:focus {
                    background: #fafafa;
               }

          .furniture-newsletter .inputs .button {
               margin: 0px;
               vertical-align: top;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
               height: 45px;
               padding-top: 14px;
               margin-top: 26px;
          }

/* @end */

/* @group Furniture box */

.furniture-box {
     padding-top: 60px;
     margin-bottom: -6px;
     position: relative;
}

     .furniture-box .box-heading {
          font-size: 25px !important;
     }

     .furniture-box .clear {
          display: none;
     }

     .furniture-box .product-grid .product:before {
          background: none;
     }

     .furniture-box .product-grid .product .name {
          padding-top: 25px;
          font-size: 15px;
          font-weight: 500;
          line-height: 23px;
     }

     .furniture-box .product-grid .product .price {
          font-size: 16px;
          line-height: 23px;
     }

     .furniture-box .product-grid .product .right > * {
          position: relative;
          z-index: 1;
     }

     .furniture-box .product-grid .product .add-to-cart > a {
          display: inline-block;
          background: #fff;
          border: 1px solid #ccc;
          color: #171016;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          cursor: pointer;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          height: 45px;
          padding: 13px 30px 0px 55px;
          margin-top: 23px;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          position: relative;
     }

          .furniture-box .product-grid .product .add-to-cart > a:hover {
               background: #976a8d;
               border-color: #976a8d;
               color: #fff;
          }

          .furniture-box .product-grid .product .add-to-cart > a:after {
               width: 16px;
               height: 16px;
               content: '';
               position: absolute;
               display: block;
               top: 13px;
               left: 22px;
               background: url(../img/add-to-cart.png) top left no-repeat;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .furniture-box .product-grid .product .add-to-cart > a:hover:after {
                    opacity: 0;
               }

          .furniture-box .product-grid .product .add-to-cart > a:before {
               width: 16px;
               height: 16px;
               content: '';
               position: absolute;
               display: block;
               top: 13px;
               left: 22px;
               background: url(../img/add-to-cart-2.png) top left no-repeat;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
               opacity: 0;
          }

               .furniture-box .product-grid .product .add-to-cart > a:hover:before {
                    opacity: 1;
               }

/* @end */

/* @group Heading Toys */

.toys-heading {
     font-size: 30px;
     margin: 60px 0px 0px 0px;
     color: #fff;
     font-weight: 400;
     padding: 39px 40px 37px 58px;
}

/* @end */

/* @group Military banners */

.overflow-military-banners {
     position: relative;
     z-index: 22;
}

.military-banners {
     position: absolute;
     bottom: 40px;
}

/* @end */

/* @group Military newsletter */

.military-newsletter {
     height: 100px;
     padding: 0px 110px 0px 84px;
}

     .military-newsletter .left {
          float: left;
          width: 65%;
          font-size: 20px;
          color: #fff;
          padding: 33px 0px 0px 0px;
     }

          .military-newsletter .left .heading {
               display: inline-block;
               vertical-align: top;
          }

          .military-newsletter .left p {
               display: inline-block;
               vertical-align: top;
               padding: 0px 0px 0px 7px;
               margin: 0px;
          }

     .military-newsletter .inputs {
          float: right;
          width: 35%;
          text-align: right;
          padding: 26px 0px 0px 0px;
     }

          .military-newsletter .inputs input {
               height: 45px;
               vertical-align: top;
               margin: 0px 7px 0px 0px;
               display: inline-block;
               width: 188px;
               background: #fff;
          }

               .military-newsletter .inputs input:focus {
                    background: #fafafa;
               }

          .military-newsletter .inputs .button {
               margin: 0px;
               height: 45px;
               vertical-align: top;
               display: inline-block;
               padding: 14px 30px 0px 30px;
          }

/* @end */

/* @group Cosmetics Newsletter */

.cosmetics-newsletter {
     height: 130px;
     padding: 35px 0px 0px 0px;
}

     .newsletter.cosmetics-newsletter .heading p {
          font-weight: 400;
          color: #fff;
          font-size: 20px;
     }

     .newsletter.cosmetics-newsletter .content p {
          border-color: #fff;
          color: #1a1a1a;
     }

     .cosmetics-newsletter.newsletter .inputs {
          padding-right: 50px;
     }

          .cosmetics-newsletter.newsletter .inputs .button {
               padding-top: 15px;
          }

/* @end */

/* @group Cosmetics categories */

.cosmetics-categories {
     background: #fff;
     width: 100%;
}

     .cosmetics-categories > div {
          float: left;
          width: 12.5%;
          padding: 0px 0px 0px 1px;
     }

          .cosmetics-categories > div {
               background: url(../img/bg-megamenu.png) top left repeat-y;
          }

               .cosmetics-categories > div:first-child {
                    background: none;
                    padding: 0px;
               }

          .cosmetics-categories > div > a {
               display: block;
               height: 110px;
               font-size: 14px;
               line-height: 15px;
               font-weight: bold;
               padding: 27px 30px 0px 30px;
          }

/* @end */

/* @group Glamshop Newsletter */

.glamshop-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.glamshop-newsletter .heading p {
          font-weight: 400;
          color: #333;
          font-size: 30px;
          line-height: 25px;
          text-transform: uppercase;
          font-family: Teko;
     }

     .newsletter.glamshop-newsletter .content p {
          border-color: #d9121f;
          color: #232323;
     }

     .glamshop-newsletter.newsletter .inputs {
          padding-right: 50px;
     }

          .glamshop-newsletter.newsletter .inputs input {
               border: 1px solid #ccc;
          }

          .glamshop-newsletter.newsletter .inputs .button {
               padding-top: 15px;
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
          }

/* @end */

/* @group Medic contact */

.medic-contact {
     padding-bottom: 10px;
     padding-top: 13px;
}

     .medic-contact .row > div {
          position: static;
     }

     .medic-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 2px 0px 0px;
     }

     .medic-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 1;
          color: #13ad9c;
          text-transform: uppercase;
          font-weight: bold;
          padding: 18px 4px 0px 0px;
     }

     #main .medic-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 16px 0px 0px 0px;
          margin: 0px;
          font-size: 27px;
          line-height: 1;
     }

/* @end */

/* @group Medic Top Bar */

.medic-top-bar {
     margin: 0px -15px;
     position: relative;
}

     .medic-top-bar:before {
          display: block;
          content: '';
          position: absolute;
          top: 23px;
          left: 15px;
          right: 15px;
          height: 1px;
          background: rgba(0, 0, 0, .1);
          z-index: 0;
     }

     .medic-top-bar > div {
          padding-left: 0px;
          padding-right: 0px;
     }

     .medic-top-bar .background {
          display: inline-block;
          vertical-align: top;
          padding: 7px 15px 6px 15px;
          position: relative;
          z-index: 1;
     }

          .medic-top-bar .background:before {
               display: block;
               content: '';
               position: absolute;
               top: 23px;
               left: -3px;
               right: -3px;
               height: 1px;
               background: #eee;
               z-index: -1;
          }

          .medic-top-bar .background img {
               display: inline-block;
               vertical-align: top;
          }

          .medic-top-bar .background p {
               vertical-align: top;
               display: inline-block;
               padding: 5px 0px 0px 0px;
               margin: 0px;
               font-size: 14px;
          }

/* @end */

/* @group Medic phone */

.medic-phone {
     display: inline-block !important;
     margin: 30px 37px 0px -261px;
     position: relative;
}

.medic-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 1px 0px 0px;
}

.medic-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 12px;
     line-height: 11px;
     color: #13ad9c;
     text-transform: uppercase;
     font-weight: bold;
     padding: 5px 6px 0px 0px;
     text-align: left;
}

.medic-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 2px 0px 0px 0px;
     margin: 0px;
     font-size: 27px;
     line-height: 1;
     color: #232323;
}

/* @end */

/* @group Medic products parallax */

.medic-products {

}

     .medic-products .box {
          overflow: hidden;
     }

     .medic-products .clear:after {
          display: none;
     }

     .medic-products .clear:before {
          left: 0px !important;
          right: 0px !important;
     }

     .medic-products .box .box-content {
          padding-left: 15px;
          padding-right: 15px;
     }

/* @end */

/* @group Medic Newsletter */

.medic-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.medic-newsletter .heading p {
          font-size: 25px;
          line-height: 1;
          color: #333;
          padding-top: 5px;
     }

     .newsletter.medic-newsletter .content p {
          border-color: #13ad9c;
          color: #333;
          text-align: left;
          padding-left: 49px;
          padding-top: 15px;
          font-size: 15px;
     }

     .medic-newsletter.newsletter .inputs {
          padding-right: 50px;
     }

          .medic-newsletter.newsletter .inputs .button {
               padding-top: 14px;
          }

/* @end */

/* @group Medic check all specialties */

.check-all-specialties {
     display: block;
     margin: 40px 0px 0px 0px;
     background: #e6e6e6;
     font-size: 13px;
     font-weight: bold;
     text-align: center;
     color: #333;
     text-transform: uppercase;
     padding: 10px 20px 10px 20px;
}

/* @end */

/* @group Medic last in stock */

.medic-last-in-stock {
     padding: 0px 0px 37px 0px;
}

     .medic-last-in-stock > div {
          padding-top: 40px;
     }

     .medic-last-in-stock .is-countdown {
          display: block !important;
          position: relative;
          margin: 10px -1px 0px -1px;
          background: none;
          max-width: 280px;
          font-size: 10px;
          height: auto;
          left: 0;
          right: auto;
     }

          .countdown-special-type-3 .medic-last-in-stock .is-countdown {
               margin-top: 40px;
          }

          .medic-last-in-stock .is-countdown .countdown-section {
               padding: 13px 1px 13px 1px;
          }

               .medic-last-in-stock .is-countdown .countdown-section:before {
                    border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    background: #ededed;
                    position: absolute;
                    content: '';
                    top: 0;
                    bottom: 0;
                    left: 1px;
                    right: 1px;
                    z-index: -100;
               }

                    .countdown-special-type-3 .medic-last-in-stock .is-countdown .countdown-section:before {
                         background: #101010;
                         border: 1px solid #3b3b3b;
                    }

          .medic-last-in-stock .is-countdown .countdown-section:after {
               display: none;
          }

          .medic-last-in-stock .is-countdown .countdown-amount {
               font-size: 17px;
          }

     .medic-last-in-stock .name {
          font-size: 30px;
          line-height: 1;
          padding: 20px 0px 0px 0px;
     }

     .medic-last-in-stock .price {
     	color: #d9121f;
     	font-size: 46px;
     	line-height: 1;
     	font-weight: 600;
     	padding: 2px 0px 30px 0px;
     }

/* @end */

/* @group Fashionsimple Top contact */

.fashionsimple-top-contact {
     display: inline-block;
     vertical-align: top;
     padding: 38px 36px 0px 0px;
}

     .fashionsimple-top-contact img {
          display: inline-block;
          vertical-align: top;
          margin-top: 2px;
     }

     .fashionsimple-top-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 0px 0px 0px 8px;
          margin: 0px;
          font-size: 14px;
          font-weight: 600;
     }

/* @end */

/* @group Border top grey */

.border-top-1-grey {
     border-top: 1px solid #e5e5e5;
}

/* @end */

/* @group Fashionsimple Page Title */

.fashionsimple-page-title {
     padding: 72px 0px 54px 0px;
}

     .fashionsimple-page-title h3 {
          font-weight: bold !important;
          font-size: 90px;
          line-height: 69px;
     }

     .fashionsimple-page-title h4 {
          font-weight: 300 !important;
          font-size: 30px;
          line-height: 1;
     }

/* @end */

/* @group Fashion2 products */

.fashion2-products {

}

     .fashion2-products.box .box-content.products {
          border: 1px solid #e5e5e5;
     }

     .fashion2-products .advanced-grid-products {
          padding: 0px;
     }

          .fashion2-products .advanced-grid-products .product,
          .fashion2-products .advanced-grid-products .product:first-child {
               padding: 29px;
               background: url(../img/bg-megamenu.png) top left repeat-x;
          }

               .fashion2-products .advanced-grid-products .product:first-child {
                    background: none;
               }

               .fashion2-products .advanced-grid-products .product .image {
                    max-width: 93px;
               }

               .fashion2-products .advanced-grid-products .product .right {
                    margin-left: 0 !important;
                    width: 66%;
                    padding-top: 45px;
                    padding-left: 23px;
               }

/* @end */

/* @group Fashion2 newsletter */

.fashion2-newsletter {
     padding: 0px 0px 20px 0px;
}

     .fashion2-newsletter p {
          padding: 3px 0px 0px 0px;
          margin: 0px;
     }

     .fashion2-newsletter input {
          margin: 15px 17px 0px 0px;
          height: 50px;
          width: 263px;
          max-width: 55%;
          vertical-align: top;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          background: #191919;
          border: 1px solid #303030;
     }

          .fashion2-newsletter input:focus {
               background: #303030;
               border: 1px solid #303030;
          }

     .fashion2-newsletter .button {
          height: 50px;
          margin: 15px 0px 0px 0px;
          vertical-align: top;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          padding-top: 16px;
          font-size: 12px !important;
          padding-left: 47px;
          padding-right: 47px;
     }

/* @end */

/* @group Fashion2 Footer Info */

.fashion2-footer-info {
     padding: 22px 0px 4px 0px;
}

     .fashion2-footer-info .logo {
          padding: 20px 0px 0px 0px;
     }

     .fashion2-footer-info .contact {
          list-style: none;
          padding: 21px 0px 0px 0px;
          margin: 0px;
          color: #fff;
          font-size: 15px;
     }

          .fashion2-footer-info .contact li {
               display: inline-block;
               padding: 0px 23px;
          }

               .fashion2-footer-info .contact li i {
                    color: #a49583;
                    margin-right: 13px;
               }

/* @end */

/* @group Fashion2 Parallax */

.fashion2-parallax {
     padding: 133px 0px 150px 0px;
}

     .fashion2-parallax p {
          padding: 0px;
          margin: 0px;
          font-size: 100px;
          line-height: 1;
          color: #a49583;
          font-weight: 100;
     }

     .fashion2-parallax .button {
          margin: 29px 0px 0px 0px;
          height: 50px;
          padding: 16px 48px 0px 48px;
     }

/* @end */

/* @group Games3 big sale */

.games3-big-sale {
     position: relative;
     overflow: hidden;
     padding: 70px 0px 75px 50px;
     margin-top: -13px;
     margin-bottom: 45px;
}

     .games3-big-sale .image {
          position: absolute;
     }

          .games3-big-sale .image img {
               max-width: none;
               display: block;
          }

     .games3-big-sale .heading {
          font-size: 20px;
          line-height: 22px;
          font-weight: 500;
          color: #fff;
          padding: 0px 0px 10px 0px;
     }

/* @end */

/* @group Jewelry2 Banner Fullsize */

.jewelry2-banner-fullsize {
     padding: 86px 0px 90px 5.4%;
}

     .jewelry2-banner-fullsize p {
          padding: 0px 0px 18px 0px;
          margin: 0px;
          font-size: 45px;
          line-height: 50px;
          font-weight: 500;
          color: #c7b7a0;
     }

          .jewelry2-banner-fullsize p span {
               color: #424378;
          }

/* @end */

/* @group Fashion3 Column */

.fashion3-columns {

}

     .fashion3-columns > div {
          text-align: center;
          padding-top: 89px;
          padding-bottom: 114px;
     }

          .fashion3-columns > div:before {
               content: '';
               position: absolute;
               top: 0;
               bottom: 0;
               left: 0;
               width: 1px;
               background: url(../img/bg-megamenu.png) top left repeat-y;
          }

               .fashion3-columns > div:first-child:before {
                    display: none;
               }

          .fashion3-columns h4 {
               font-size: 50px;
               line-height: 45px;
               margin: 0px;
               padding: 15px 0px 0px 0px;
          }

/* @end */

/* @group Fashion3 Newsletter */

.fashion3-newsletter {
     padding: 79px 0px 0px 0px;
}

     .fashion3-newsletter h4 {
          font-size: 50px;
          line-height: 1;
          padding: 19px 0px 8px 0px;
          margin: 0px;
     }

     .fashion3-newsletter .inputs {
          padding: 2px 0px 0px 0px;
     }

          .fashion3-newsletter .inputs input {
               margin: 0px 8px 0px 0px;
               vertical-align: top;
               height: 45px;
               width: 188px;
          }

          .fashion3-newsletter .inputs .button {
               margin: 0px;
               vertical-align: top;
               height: 45px;
               padding-top: 16px;
          }

/* @end */

/* @group Fashion3 Footer */

.fashion3-footer {

}

     .fashion3-footer .logo {
          padding: 32px 0px 0px 0px;
     }

     .fashion3-footer .contact {
          margin: 0px auto;
          max-width: 780px;
          text-align: left;
          line-height: 1;
          padding: 14px 0px 0px 0px;
     }

          .fashion3-footer .contact p {
               padding: 40px 0px 6px 0px;
               margin: 0px;
               font-size: 12px;
               text-transform: uppercase;
               font-weight: 600;
          }

          .fashion3-footer .contact h3 {
               font-size: 50px;
               line-height: 40px;
               padding: 0px;
               margin: 0px;
          }

     .fashion3-footer ul.social-icons {
          padding: 14px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }

          .fashion3-footer ul.social-icons li {
               display: inline-block;
               vertical-align: top;
               padding: 10px 3px 0px 4px;
          }

               .fashion3-footer ul.social-icons li a {
                    display: block;
                    width: 50px;
                    height: 50px;
                    border: 1px solid #d2c9c3;
                    color: #c2c2c2;
                    text-align: center;
                    font-size: 18px;
                    padding: 11px 0px 0px 0px;
               }

                    .fashion3-footer ul.social-icons li a:hover {
                         color: #fff;
                         background: #a38d82;
                         border: 1px solid #a38d82;
                    }

     .fashion3-footer ul.links {
          list-style: none;
          padding: 96px 0px 2px 0px;
          margin: 0px;
     }

          .fashion3-footer ul.links li {
               display: inline-block;
               padding: 0px 8px;
          }

               .fashion3-footer ul.links li a {
                    line-height: 1;
                    font-size: 12px;
                    text-transform: uppercase;
                    font-weight: 600;
               }

     .fashion3-footer .copyright2 {
          max-width: 750px;
          margin: 0px auto;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          border-top: 1px solid rgba(0, 0, 0, .1);
          padding: 7px 0px 0px 0px;
     }

/* @end */

/* @group Fashion3 Products */

.fashion3-products {

}

     .fashion3-products > div {
          position: relative;
          margin-bottom: -1px;
          margin-top: -1px;
          overflow: hidden;
     }

     .fashion3-products .clear {
          display: none;
     }

     .fashion3-products .box .box-content.products {
          margin-top: 45px;
          margin-bottom: 25px;
     }

     .fashion3-products-heading {
          top: 0px;
          bottom: 0px;
          right: 15px;
          position: absolute;
          width: 800px;
          height: 579px;
     }

          .fashion3-products-heading.right {
               right: auto;
               left: 15px;
          }

/* @end */

/* @group Cameras Top Bar */

.cameras-top-bar {
     font-size: 12px;
     padding: 8px 0px 9px 0px;
}

     .cameras-top-bar > div {
          padding-top: 4px;
     }

     .cameras-top-bar > div:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          top: 10px;
          left: -29px;
          background: #000000;
     }

          .cameras-top-bar > div:first-child:before {
               display: none;
          }

               .cameras-top-bar > div:last-child:before {
                    left: 0;
               }

/* @end */

/* @group Cameras columns */

.cameras-columns {
     border: 1px solid #e6e6e6;
     margin: 60px 0px 10px 0px;
     position: relative;
}

     .cameras-columns .row > div {
          position: static;
          padding-top: 33px;
          padding-bottom: 33px;
     }

          .cameras-columns .row > div:before {
               content: '';
               position: absolute;
               top: 0;
               bottom: 0;
               width: 1px;
               background: #e5e5e5;
               margin-left: -15px;
          }

               .cameras-columns .row > div:first-child:before {
                    display: none;
               }

          .cameras-columns img {
               display: inline-block;
               vertical-align: top;
               margin-left: 23px;
          }

               .cameras-columns .row > div:first-child img {
                    margin-left: 33px;
               }

          .cameras-columns .right {
               display: inline-block;
               vertical-align: top;
               text-align: left;
               line-height: 1;
               padding: 2px 0px 0px 8px;
          }

               .cameras-columns h6 {
                    margin: 0px;
                    padding: 0px;
                    line-height: 1.5;
                    font-size: 14px;
                    color: #000;
               }

               .cameras-columns p {
                    padding: 0px;
                    margin: 0px;
               }

/* @end */

/* @group Grocery products */

.grocery-products .product-grid .product {
     height: 306px;
}

#main .products-grid-with-carousel {
     overflow: hidden;
     margin-top: -1px !important;
     padding: 0px 16px 0px 22px !important;
}

     #main .products-grid-with-carousel .clear:before {
          margin-top: 0px;
     }

     #main .products-grid-with-carousel .owl-item:last-child .product:before {
          background: none;
     }

.products-grid-with-carousel.box .box-content.products {
     margin-top: 0px;
}

     .products-grid-with-carousel .product-grid {
          padding: 0px !important;
          overflow: visible !important;
     }

/* @end */

/* @group Grocery Top Bar */

.grocery-top-bar {
     margin: 0px -15px;
     position: relative;
}

     .grocery-top-bar:before {
          display: block;
          content: '';
          position: absolute;
          top: 19px;
          left: 15px;
          right: 15px;
          height: 1px;
          background: rgba(0, 0, 0, .1);
          z-index: 0;
     }

     .grocery-top-bar > div {
          padding-left: 0px;
          padding-right: 0px;
     }

     .grocery-top-bar .background {
          display: inline-block;
          vertical-align: top;
          padding: 4px 15px 6px 15px;
          position: relative;
          z-index: 1;
     }

          .grocery-top-bar .background:before {
               display: block;
               content: '';
               position: absolute;
               top: 19px;
               left: -3px;
               right: -3px;
               height: 1px;
               background: #f9f9f9;
               z-index: -1;
          }

          .grocery-top-bar .background img {
               display: inline-block;
               vertical-align: top;
          }

          .grocery-top-bar .background p {
               vertical-align: top;
               display: inline-block;
               padding: 6px 0px 0px 0px;
               margin: 0px 0px 0px -2px;
               position: relative;
               font-size: 12px;
          }

/* @end */

/* @group Social icons */

ul.social-icons-default {
     list-style: none;
     padding: 10px 0px 0px 0px;
     padding-bottom: 0px !important;
     margin: 0px;
     position: relative;
     margin-bottom: -3px;
}

     ul.social-icons-default li {
          display: inline-block;
          vertical-align: top;
          padding: 0px 9px 0px 9px;
          font-size: 24px;
     }

          #main ul.social-icons-default li a {
               color: #d1d1d1;
          }

               #main ul.social-icons-default li a:hover {
                    color: #000;
               }

               #main ul.social-icons-default.coffee-version li a {
                    color: #b1aaa0;
               }

                    #main ul.social-icons-default.coffee-version li a:hover {
                         color: #3a2828;
                    }

/* @end */

/* @group Footer Block Grocery */

.footer-block-grocery {
     padding: 9px 0px 11px 0px;
}

     .footer-block-grocery img {
          display: inline-block;
          vertical-align: top;
     }

     .footer-block-grocery .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }

          .footer-block-grocery .footer-block-content h6 {
               padding: 6px 0px 0px 0px;
               margin: 0px;
               font-size: 11px;
               color: #e16ca4;
               font-weight: bold;
               text-transform: uppercase;
               line-height: 1;
          }

          .footer-block-grocery .footer-block-content p {
               padding: 1px 0px 0px 0px;
               margin: 0px;
               line-height: 1;
               font-size: 21px;
          }

/* @end */

/* @group Market phone */

.market-phone {
     display: inline-block !important;
     margin: 30px 45px 0px -301px;
     position: relative;
}

.market-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 10px 0px 0px;
}

.market-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 10px;
     line-height: 1;
     color: #333;
     text-transform: uppercase;
     font-weight: 600;
     padding: 7px 4px 0px 0px;
     text-align: left;
}

.market-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 0px 0px 0px 0px;
     margin: 0px;
     font-size: 23px;
     color: #d42f37;
     font-weight: 600;
}

/* @end */

/* @group Market columns */

.market-columns {
     background: #fafafa;
     border: 1px solid #d9d9d9;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .market-columns .row {
          margin: 0px;
     }

          .market-columns .row > div {
               padding: 14px 37px 17px 37px;
          }

     .market-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #d9d9d9;
          left: 0;
     }

          .market-columns .row > div:first-child:before {
               display: none;
          }

     .market-columns p {
          padding: 5px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }

     .market-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Market about us */

.market-about-us {
     padding-top: 35px;
}

     #main .market-about-us p {
          padding-top: 17px;
          color: #020202;
          line-height: 21px;
          padding-bottom: 2px;
     }

     .market-about-us ul.social-icons {
          padding-top: 17px;
     }

     .market-about-us ul.social-icons li a {
          color: #b2b2b1;
          font-size: 22px;
     }

          .market-about-us ul.social-icons li a:hover {
               color: #020202;
          }

/* @end */

/* @group Market contact */

.market-contact {

}

     .market-contact .row > div {
          padding-bottom: 29px;
          position: static;
     }

          .market-contact .row > div:before {
               width: 1px;
               content: '';
               top: 0;
               bottom: 0;
               background: #e5e5e5;
               position: absolute;
               margin-left: -47px;
          }

               .market-contact .row > div:first-child:before {
                    display: none;
               }

     .market-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 33px 10px 0px 0px;
     }

     .market-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 10px;
          line-height: 1;
          color: #333;
          text-transform: uppercase;
          font-weight: 600;
          padding: 39px 4px 0px 0px;
     }

     #main .market-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 32px 0px 0px 0px;
          margin: 0px;
          font-size: 23px;
          color: #d42f37;
          font-weight: 600;
     }

/* @end */

/* @group Market products */

.market-products {
     border: 1px solid #e5e5e5;
}

     .market-products .box .box-content.products {
          margin-top: 0px;
     }

          .market-products .product-grid .product:before {
               top: 0;
          }

     .market-products .box .clear {
          display: none;
     }

     .market-products .row > div {
          position: static;
     }

     .market-products .col-sm-9 {
          padding-left: 1px;
          margin-left: -15px;
          padding-right: 0px;
          position: relative !important;
     }

          .market-products .col-sm-9:before {
               content: '';
               position: absolute;
               top: 0;
               left: 0;
               bottom: 0;
               width: 1px;
               background: #e5e5e5;
          }

          .market-products .col-sm-9 .box {
               padding: 0px 14px;
          }

     .market-products-categories {

     }

          .market-products-categories .image {
               position: absolute;
               bottom: -1px;
               left: 0;
          }

               .market-products-categories .image img {
                    display: block;
               }

          .market-products-categories > ul {
               list-style: none;
               padding: 34px 29px 22px 29px;
               margin: 0px;
          }

               .market-products-categories > ul > li > a {
                    display: inline-block;
                    font-size: 20px;
                    line-height: 1;
                    font-weight: 600;
                    border-bottom: 2px solid #d42f37;
                    padding: 0px 0px 16px 0px;
               }

               .market-products-categories ul ul {
                    list-style: none;
                    padding: 20px 0px 0px 0px;
                    margin: 0px;
                    line-height: 30px;
                    font-weight: 500;
               }

/* @end */

/* @group Market newsletter */

.market-newsletter {

}

     .market-newsletter > img {
          position: absolute;
          display: block;
          bottom: -1px;
          left: 54px;
     }

     .market-newsletter .heading {

     }

          .market-newsletter .heading p {
               padding: 38px 0px 34px 0px;
               margin: 0px;
               font-size: 19px;
               line-height: 22px;
               color: #000;
               font-weight: 500;
          }

     .market-newsletter .inputs {
          padding-top: 33px;
          padding-left: 0px;
     }

          .market-newsletter .inputs input {
               margin: 0px;
               vertical-align: top;
               background: #fff;
               border: 1px solid #d9d9d9;
               border-right: none;
               height: 50px;
               display: table-cell;
               width: 100%;
               padding-left: 30px;
               font-size: 12px;
               margin-right: 50px;
          }

          .market-newsletter .inputs .button {
               display: block;
               width: 50px;
               height: 50px;
               text-align: center;
               padding: 15px 0px 0px 0px;
               margin: 0px;
               position: absolute;
               right: 0px;
               top: 33px;
               font-size: 15px !important;
          }

/* @end */

/* @group Architecture Newsletter */

.architecture-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.architecture-newsletter .heading p {
          font-size: 23px;
          line-height: 25px;
          font-weight: 600;
          padding-top: 9px;
     }

     .newsletter.architecture-newsletter .content p {
          border-color: #000;
          text-align: left;
          padding-left: 49px;
          padding-top: 15px;
          font-size: 13px;
     }

     .architecture-newsletter.newsletter .inputs {
          padding-right: 65px;
          text-align: right;
     }

          .architecture-newsletter.newsletter .inputs input {
               width: 220px;
          }

          .architecture-newsletter.newsletter .inputs .button {
               padding-top: 14px;
               padding-left: 21px;
               padding-right: 21px;
          }

/* @end */

/* @group Architecture categories */

.architecture-categories {
     position: relative;
}

     .architecture-categories > div {
          position: static;
          padding-left: 35px;
          padding-top: 23px;
          padding-bottom: 25px;
     }

          .architecture-categories > div:first-child {
               padding-left: 15px;
          }

          .architecture-categories > div:before {
               width: 1px;
               top: 0;
               bottom: 0;
               background: url(../img/bg-megamenu.png) top left repeat;
               position: absolute;
               content: '';
               display: block;
               margin-left: -36px;
          }

               .architecture-categories > div:first-child:before {
                    display: none;
               }

          .architecture-categories > div > a > img {
               display: inline-block;
               vertical-align: top;
          }

          .architecture-categories > div > .heading {
               display: inline-block;
               vertical-align: top;
               padding-top: 16px;
               padding-left: 11px;
          }

               .architecture-categories > div > .heading a {
                    font-weight: 600;
                    font-size: 18px;
                    color: #333;
                    line-height: 1;
               }

                    .architecture-categories > div > .heading span {
                         font-size: 13px;
                         line-height: 1;
                         display: block;
                         font-weight: 500;
                         color: #dab26d;
                    }

                    .architecture-categories > div > .heading a:hover {
                         color: #dab26d;
                    }

/* @end */

/* @group Architecture products */

.architecture-products {
     padding: 10px 0px 0px 0px;
}

     .architecture-products .product {
          border: 1px solid #e5e5e5;
     }

          .architecture-products .product .left {
               display: table-cell;
               width: auto;
               vertical-align: top;
          }

               .architecture-products .product .left .image {
                    position: relative;
                    margin: -1px 0px -1px -1px;
               }

               .architecture-products .product .left .image img {
                    display: block;
               }

          .architecture-products .product .right {
               width: 194px;
               display: table-cell;
               vertical-align: top;
               padding: 93px 20px 40px 40px;
          }

               .architecture-products .product .right .price {
               	color: #d9121f;
               	font-size: 14px;
               	font-weight: 600;
               	line-height: 1.2;
               }

               	.architecture-products .product .right .price .price-old {
               		color: #232323;
               		font-weight: 400 !important;
               		text-decoration: line-through;
               		padding-right: 2px;
               	}

               	     body.firefox-mac .architecture-products .product .right .price .price-old  {
               	          font-weight: 300 !important;
               	     }


          .architecture-products .product .right .only-hover ul {
               padding: 19px 0px 0px 0px;
               margin: 0px;
               list-style: none;
          }

          .architecture-products .product .right .only-hover ul li {
               display: inline-block;
               padding: 5px 1px 5px 0px;
               vertical-align: top;
          }

               .architecture-products .product .right .only-hover ul li a {
                    display: block;
                    width: 45px;
                    height: 45px;
                    border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    background: #fff;
                    border: 1px solid #ccc;
                    transition: all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
                    font-size: 16px;
                    padding: 10px 0px;
                    text-align: center;
                    cursor: pointer;

               }

                    .architecture-products .product .right .only-hover ul li a:hover {
                         background: #d9121f;
                         border-color: #d9121f;
                         color: #fff;
                    }

/* @end */

/* @group Architecture individual project */

.architecture-individual-project {
     padding: 135px 0px 131px 0px;
}

     .architecture-individual-project h5 {
          color: #dab26d;
          font-size: 40px;
          line-height: 1;
          font-weight: 100;
          margin: 0px;
          padding: 0px 0px 4px 0px;
     }

     .architecture-individual-project h6 {
          font-size: 40px;
          line-height: 1;
          font-weight: 700;
          position: relative;
          padding: 0px 0px 17px 0px;
          margin: 0px;
     }

/* @end */

/* @group Architecture contact */

.architecture-contact {
     padding-bottom: 6px;
}

     .architecture-contact .row > div {
          position: static;
     }

     .architecture-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 2px 0px 0px;
     }

     .architecture-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 10px;
          line-height: 1;
          text-transform: uppercase;
          font-weight: 600;
          padding: 21px 3px 0px 0px;
     }

     #main .architecture-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 14px 0px 0px 0px;
          margin: 0px;
          font-size: 23px;
          font-weight: 600;
     }

/* @end */

/* @group Matrialarts contact */

.matrialarts-contact {
     display: inline-block;
     vertical-align: top;
     padding: 13px 60px 0px 0px;
     position: relative;
     height: 45px;
     margin-top: 24px;
     text-align: left;
}

     .matrialarts-contact:before {
          content: '';
          position: absolute;
          display: block;
          top: -30px;
          bottom: -30px;
          width: 1px;
          background: rgba(255, 255, 255, .05);
          left: -61px;
     }

     .matrialarts-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 10px;
          line-height: 1;
          text-transform: uppercase;
          padding: 0px 7px 0px 0px;
     }

     .matrialarts-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 0px;
          margin: 0px;
          font-size: 20px;
          color: #fff;
          line-height: 1;
     }

/* @end */

/* @group Matrialarts Menu */

.matrialarts-menu ul {
     list-style: none;
     padding: 9px 0px 10px 0px !important;
     margin: 0px !important;
}

     @media (min-width: 767px) {
          .matrialarts-menu a {
               font-size: 14px;
               line-height: 40px;
          }
     }

     .matrialarts-menu li {
          margin: 0px !important;
          float: left;
          clear: both;
     }

/* @end */

/* @group Matrial Products */

.matrialarts-products {
     padding-bottom: 10px;
}

     .matrialarts-products .matrial-product {
          border: 1px solid #e5e5e5;
          margin: 16px 7px 10px 20px;
          display: inline-block;
          vertical-align: top;
     }

          .matrialarts-products .matrial-product .image {
               display: inline-block;
               vertical-align: top;
          }

               .matrialarts-products .matrial-product .image img {
                    display: inline-block;
                    vertical-align: top;
               }

          .matrialarts-products .matrial-product .right {
               display: inline-block;
               vertical-align: top;
               padding: 25px 20px 0px 30px;
          }

               .matrialarts-products .matrial-product .right .price {
                    color: #d9121f;
                    font-size: 14px;
                    font-weight: 600;
               }

     .matrialarts-products .button-right {
          vertical-align: top;
          display: inline-block;
          margin-top: 16px;
          margin-bottom: 10px;
     }

          .matrialarts-products .button-right .button {
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
               width: 94px;
               height: 97px;
               margin: 0px 0px 0px 20px;
               padding: 33px 20px 0px 29px;
          }

/* @end */

/* @group Welcome matrialarts */

.welcome-matrialarts {
     text-align: center;
     font-size: 15px;
     padding: 35px 0px 0px 0px;
}

     .welcome-matrialarts .heading {
          font-size: 30px;
          line-height: 1.2;
          color: #fff;
     }

     .welcome-matrialarts p {
          padding: 5px 0px 0px 0px;
          margin: 0px;
     }

.columns-matrialarts {
     padding-top: 10px;
}

     .columns-matrialarts > div {
          text-align: center;
          margin-top: 30px;
     }

          .columns-matrialarts > div:before {
               position: absolute;
               top: 11px;
               bottom: 0;
               left: 0;
               content: '';
               width: 1px;
               background: rgba(255, 255, 255, .1);
          }

               .columns-matrialarts > div:first-child:before {
                    display: none;
               }

     .columns-matrialarts p {
          padding: 12px 0px 2px 0px;
          margin: 0px;
          font-size: 18px;
          color: #fff;
          line-height: 1;
     }

/* @end */

/* @group Matrialarts newsletter */

.matrialarts-newsletter {
     padding: 0px 0px 60px 0px;
}

     .matrialarts-newsletter .heading p {
          padding: 59px 0px 0px 0px;
          margin: 0px;
          font-size: 30px;
          line-height: 1;
          color: #fff;
     }

     .matrialarts-newsletter .content p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          font-size: 15px;
     }

     .matrialarts-newsletter .inputs {
     }

          .matrialarts-newsletter .inputs input {
               margin: 14px 7px 0px 0px;
               height: 45px;
               vertical-align: top;
               width: 210px;
               padding-left: 30px;
          }

          .matrialarts-newsletter .inputs .button {
               margin: 14px 0px 0px 0px;
               height: 45px;
               vertical-align: top;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
          }

/* @end */

/* @group Matrialarts products tabs */

.matrialarts-products-tabs {

}

     .matrialarts-products-tabs .description {
          padding-left: 15px;
          font-size: 14px;
          line-height: 18px;
          padding-top: 28px;
     }

     .matrialarts-products-tabs .select-tab {
          padding: 23px 0px 35px 15px;
          margin: 0px;
          list-style: none;
          font-size: 20px;
          line-height: 1;
     }

          .matrialarts-products-tabs .select-tab li {
               padding-top: 5px;
          }

          .matrialarts-products-tabs .select-tab li a {
               border-bottom: 2px solid transparent;
               display: inline-block;
               padding: 3px 0px 3px 0px;
          }

          .matrialarts-products-tabs .select-tab li.active a {
               color: #fff;
               border-bottom: 2px solid #c30a0a;
          }

               .matrialarts-products-tabs .select-tab li.active a:before {
                    display: inline-block;
                    vertical-align: middle;
                    font-family: FontAwesome;
                    cursor: pointer;
                    font-size: 9px;
                    line-height: 9px;
                    font-weight: 400;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\f054";
                    color: #fff;
                    margin-right: 12px;
                    margin-bottom: 2px;
               }

     .matrialarts-products-tabs .tab-content {
          background: none !important;
     }

          .matrialarts-products-tabs .tab-content:before {
               display: none !important;
          }

/* @end */

/* @group Sport contact */

.sport-contact {
     padding-bottom: 6px;
}

     .sport-contact .row > div {
          position: static;
     }

     .sport-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 31px 2px 0px 0px;
     }

     .sport-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 11px;
          line-height: 1;
          text-transform: uppercase;
          font-weight: 700;
          padding: 44px 6px 0px 0px;
     }

     #main .sport-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 33px 0px 0px 0px;
          margin: 0px;
          font-size: 18px;
          font-weight: 600;
          color: #fff;
     }

/* @end */

/* @group Sport Newsletter */

.sport-newsletter {
     overflow: hidden;
}

     .sport-newsletter .heading {
          padding-left: 14.87%;
          font-size: 115px;
          font-weight: bold;
          line-height: 1;
          color: transparent;
          text-stroke: 2px #f2351c;
          -webkit-text-stroke: 2px #f2351c;
          position: relative;
          margin-top: -34px;
     }

     .sport-newsletter .content-newsletter {
          padding-left: 15.7%;
          font-size: 45px;
          line-height: 1;
          color: #fff;
          font-weight: 600;
          position: relative;
          margin-top: -14px;
     }

          .sport-newsletter .content-newsletter p {
               font-size: 20px;
               color: #30e502;
               padding: 0px 0px 0px 128px;
               position: relative;
               margin-top: -3px;
          }

     .sport-newsletter .inputs {
          padding: 22px 0px 102px 26.5%;
     }

          .sport-newsletter .inputs input {
               height: 45px;
               margin: 20px 9px 0px 0px;
               width: 300px;
               padding-left: 30px;
               background: #0c0c0c;
               -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
               -moz-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
               box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
          }

          .sport-newsletter .inputs .button {
               height: 45px;
               margin: 20px 0px 0px 0px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               padding-top: 16px;
          }

/* @end */

/* @group Sport products */

.sport-products {
     padding-top: 0px;
}

     .sport-products .box-heading-img {
          background: url(../img/bg-megamenu.png) bottom left repeat-x;
     }

          .sport-products .box-heading-img img {
               display: block;
               margin: 0px auto;
          }

     .sport-products.box .box-content.products {
          margin-top: 0px;
     }

     .sport-products .advanced-grid-products {
          padding: 10px 30px 30px 30px;
     }

          .sport-products .advanced-grid-products .product {
               padding: 20px 0px 0px 0px;
          }

               .sport-products .advanced-grid-products .product .image {
                    max-width: 83px;
                    width: 40%;
               }

               .sport-products .advanced-grid-products .product .right {
                    width: 60%;
                    margin-left: 0;
                    padding-left: 20px;
                    padding-top: 19px;
               }

/* @end */

/* @group Cosmetics2 products parallax */

.cosmetics2-products {

}

     .cosmetics2-products .box {
          overflow: hidden;
     }

     .cosmetics2-products .clear {
          display: none;
     }

     #main .cosmetics2-products .box .box-content {
          padding-left: 15px;
          padding-right: 15px;
          background: #101010 !important;
     }

/* @end */

/* @group Cosmetics2 Newsletter */

.cosmetics2-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.cosmetics2-newsletter .heading p {
          font-size: 25px;
          line-height: 1;
          color: #e8c22b;
          padding-top: 5px;
          font-weight: 400;
     }

     .newsletter.cosmetics2-newsletter .content p {
          border-color: #e8c22b;
          color: #fff;
          text-align: left;
          padding-left: 49px;
          padding-top: 14px;
          font-size: 15px;
     }

     .cosmetics2-newsletter.newsletter .inputs {
          padding-right: 50px;
     }

          .cosmetics2-newsletter.newsletter .inputs .button {
               padding-top: 14px;
          }

/* @end */

/* @group Cosmetics2 phone */

.cosmetics2-phone {
     display: inline-block !important;
     margin: 30px 37px 0px -261px;
     position: relative;
}

.cosmetics2-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 1px 0px 0px;
}

.cosmetics2-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 12px;
     line-height: 11px;
     color: #e8c22b;
     text-transform: uppercase;
     font-weight: 600;
     padding: 5px 6px 0px 0px;
     text-align: left;
}

.cosmetics2-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 2px 0px 0px 0px;
     margin: 0px;
     font-size: 27px;
     line-height: 1;
     color: #fff;
}

/* @end */

/* @group Cosmetics2 contact */

.cosmetics2-contact {
     padding-bottom: 11px;
}

     .cosmetics2-contact .row > div {
          position: static;
     }

     .cosmetics2-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 27px 1px 0px 0px;
     }

     .cosmetics2-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 11px;
          text-transform: uppercase;
          font-weight: 600;
          color: #e8c22b;
          padding: 31px 6px 0px 0px;
     }

     #main .cosmetics2-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 28px 0px 0px 0px;
          margin: 0px;
          font-size: 27px;
          line-height: 1;
          color: #fff;
     }

/* @end */

/* @group Cosmetics2 Top Bar */

.cosmetics2-top-bar {
     margin: 0px -15px;
}

     .cosmetics2-top-bar > div {
          padding-left: 0px;
          padding-right: 0px;
          background: url(../img/bg-top-bar.png) top left repeat-x;
     }

     .cosmetics2-top-bar .background {
          background: #000;
          display: inline-block;
          vertical-align: top;
          padding: 7px 15px 6px 15px;
     }

          .cosmetics2-top-bar .background img {
               display: inline-block;
               vertical-align: top;
          }

          .cosmetics2-top-bar .background p {
               vertical-align: top;
               display: inline-block;
               padding: 5px 0px 0px 0px;
               margin: 0px;
               font-size: 14px;
          }

/* @end */

/* @group Exclusive parallax */

.exclusive-parallax {
     padding: 106px 0px 105px 0px;
}

     .exclusive-parallax .heading {
          font-size: 40px;
          line-height: 1;
          padding: 0px 0px 17px 0px;
     }

/* @end */

/* @group Exclusive products border color */

.exclusive-products-border-color {

}

     .exclusive-products-border-color .container > div > .row > div:last-child .box-heading {
          border-bottom-color: #ffbb00;
          color: #ffbb00;
     }

     .exclusive-products-border-color .container > div > .row > div:last-child .product-grid .product:hover:before {
          border-color: #ffbb00;
     }

/* @end */

/* @group Exclusive newsletter */

.exclusive-newsletter {
}

     .exclusive-newsletter > div {
          position: static;
     }

     .exclusive-newsletter > div:nth-child(2):before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: rgba(0, 0, 0, .1);
          margin-left: -20px;
     }

     .exclusive-newsletter .heading p {
          padding: 53px 0px 47px 0px;
          margin: 0px;
          font-size: 40px;
          line-height: 1;
          color: #ffbb00;
     }

     .exclusive-newsletter .content-newsletter p {
          padding: 68px 0px 66px 31px;
          margin: 0px;
          font-size: 18px;
          line-height: 23px;
          font-weight: 500;
     }

     .exclusive-newsletter .inputs {
          margin: 70px 0px 70px 0px;
          position: relative;
     }

          .exclusive-newsletter .inputs .button {
               margin: 0px;
               display: block;
               position: absolute;
               top: 0;
               right: 10px;
               height: 40px;
               padding-left: 30px;
               padding-right: 30px;
          }

          .exclusive-newsletter .inputs input {
               margin: 0px;
               display: block;
               width: 97%;
               background: #fff;
               border: 1px solid #cfcec7;
               height: 40px;
          }

               .exclusive-newsletter .inputs input:focus {
                    border: 1px solid #ffbb00;
               }

/* @end */

/* @group Exclusive footer columns */

.exclusive-footer-columns {
     padding: 10px 0px 19px 0px;
}

     .exclusive-footer-columns .logo {
          padding-top: 32px;
     }

     .exclusive-footer-columns .contact {
          padding-left: 10px;
          padding-right: 10px;
     }

          .exclusive-footer-columns .contact > img {
               display: inline-block;
               vertical-align: top;
               margin: 29px 12px 0px 0px;
          }

          .exclusive-footer-columns .contact .right {
               display: inline-block;
               vertical-align: top;
          }

               .exclusive-footer-columns .contact .right .title {
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 1;
                    padding-top: 37px;
               }

               .exclusive-footer-columns .contact .right p {
                    padding: 0px;
                    margin: 0px;
               }

/* @end */

/* @group Exclusive banners */

.exclusive-banners {
     padding: 0px 0px 1px 0px;
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
}

     .exclusive-banners .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          background: url(../img/bg-megamenu.png);
          width: 1px;
     }

          .exclusive-banners .row > div:first-child:before {
               display: none;
          }

     .exclusive-banners .row > div > div {
          padding: 48px 0px 50px 50px;
     }

          .exclusive-banners .row > div:first-child > div {
               padding-left: 0px;
          }

     .exclusive-banners .heading {
          font-size: 20px;
          font-weight: 500;
          line-height: 1;
     }

     .exclusive-button {
          border: 1px solid #d5d8ca;
          background: #fff;
          display: inline-block;
          height: 30px;
          padding: 7px 29px 0px 29px;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 11px;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          margin-top: 16px;
     }

          .exclusive-button:hover {
               background: #70543f;
               color: #fff;
               border-color: #70543f;
          }

/* @end */

/* @group Perfume newsletter */

.perfume-newsletter {
	position: relative;
	z-index: 1;
	padding: 5px 0px 40px 0px;
}

	.perfume-newsletter .circle {
		width: 156px;
		background-color: #FFBB00;
		border-radius: 200px;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.10);
		color: #fff;
		font-size: 15px;
		line-height: 16px;
		margin-top: -22px;
		position: absolute;
		padding: 29px 23px 27px 23px;
		text-align: center;
	}

		.perfume-newsletter .circle h4 {
			font-size: 15px;
			color: #fff;
			padding: 0px;
			margin: 0px;
			font-weight: normal !important;
			border: none;
		}

		.perfume-newsletter .circle h3 {
			font-size: 59px;
			line-height: 65px;
			color: #fff;
			padding: 0px;
			margin: 0px;
			font-weight: bold;
			font-family: Arial;
			border: none;
		}

	.perfume-newsletter .row {
		padding-left: 200px;
		padding-top: 20px;
		min-height: 85px;
		color: #735741;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
	}

		.perfume-newsletter .row > div {
			padding-top: 15px;
		}

		.perfume-newsletter .inputs {
			padding-right: 60px;
			margin-top: 3px;
			position: relative;
		}

			.perfume-newsletter .inputs input {
				margin: 0px;
				position: relative;
				z-index: 1;
				width: 100%;
				height: 44px;
				border-radius: 100px;
				-webkit-border-radius: 100px;
				padding: 10px 10px 10px 25px;
				color: #333;
				font-size: 14px;
				font-weight: normal;
				border: 2px solid #E1E3D8;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}

			     .perfume-newsletter .inputs input:focus {
			          border-width: 2px !important;
			     }

			.perfume-newsletter .inputs .subscribe {
				width: 82px;
				height: 44px;
				border: 2px solid #E1E3D8;
				font-size: 20px;
				background-color: #fff;
				color: #70543F;
				padding: 5px 23px 6px 40px;
				position: absolute;
				top: 0;
				right: 0;
				-webkit-border-radius: 0px 100px 100px 0px;
				border-radius: 0px 100px 100px 0px;
				cursor: pointer;
			}

				.perfume-newsletter .inputs .subscribe:hover {
					background: #E1E3D8;
				}

/* @end */

/* @group Coffee Parallax */

.coffee-parallax {
     padding: 84px 0px 85px 0px;
}

     .coffee-parallax p {
          padding: 0px 0px 22px 0px;
          margin: 0px;
          font-size: 40px;
          line-height: 1;
          color: #fff;
          font-weight: bold;
          position: relative;
          margin-top: -7px;
     }

/* @end */

/* @group Footer Block Coffee */

.footer-block-coffee {
     padding: 9px 0px 11px 0px;
     display: inline-block;
     position: relative;
}

     .footer-block-coffee:before {
          display: block;
          content: '';
          position: absolute;
          top: 26px;
          left: -28px;
          right: -28px;
          height: 1px;
          background: #fff;
          z-index: -1;
     }

     .footer-block-coffee img {
          display: inline-block;
          vertical-align: top;
     }

     .footer-block-coffee .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }

          .footer-block-coffee .footer-block-content p {
               padding: 9px 0px 0px 2px;
               margin: 0px;
               line-height: 1;
               font-size: 20px;
               font-weight: 600;
          }

.coffee-footer-blocks {
     position: relative;
     z-index: 3;
}

     .coffee-footer-blocks:before {
          display: block;
          content: '';
          position: absolute;
          top: 26px;
          left: 15px;
          right: 33%;
          height: 1px;
          background: rgba(0, 0, 0, .1);
          z-index: -2;
     }

/* @end */

/* @group Carparts newsletter */

.carparts-newsletter {

}

     .carparts-newsletter > img {
          position: absolute;
          display: block;
          bottom: 0;
          left: 54px;
     }

     .carparts-newsletter .heading {

     }

          .carparts-newsletter .heading p {
               padding: 39px 0px 35px 0px;
               margin: 0px;
               font-size: 19px;
               line-height: 22px;
               color: #000;
               font-weight: 500;
          }

     .carparts-newsletter .inputs {
          padding-top: 34px;
          padding-left: 0px;
     }

          .carparts-newsletter .inputs input {
               margin: 0px;
               vertical-align: top;
               background: #fff;
               border: none;
               border-right: none;
               height: 50px;
               display: table-cell;
               width: 100%;
               padding-left: 30px;
               font-size: 12px;
               margin-right: 50px;
          }

          .carparts-newsletter .inputs .button {
               display: block;
               width: 50px;
               height: 50px;
               text-align: center;
               padding: 15px 0px 0px 0px;
               margin: 0px;
               position: absolute;
               right: 0px;
               top: 34px;
               font-size: 15px !important;
          }

/* @end */

/* @group Carparts phone */

.carparts-phone {
     display: inline-block !important;
     margin: 30px 45px 0px -301px;
     position: relative;
}

.carparts-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 10px 0px 0px;
}

.carparts-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 10px;
     line-height: 1;
     color: #adb0b7;
     text-transform: uppercase;
     font-weight: 600;
     padding: 7px 4px 0px 0px;
     text-align: left;
}

.carparts-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 0px 0px 0px 0px;
     margin: 0px;
     font-size: 23px;
     color: #ffce00;
     font-weight: 600;
}

/* @end */

/* @group Carparts parallax */

.carparts-parallax {
     padding: 98px 0px 99px 0px;
}

     .carparts-parallax .heading {
          font-size: 15px;
          line-height: 1;
          font-weight: bold;
          color: #ffcd00;
          text-transform: uppercase;
     }

     .carparts-parallax .heading2 {
          font-size: 45px;
          line-height: 1;
          font-weight: 600;
          color: #fff;
          padding: 5px 0px 0px 0px;
     }

     .carparts-parallax .heading3 {
          font-size: 50px;
          line-height: 1;
          font-weight: bold;
          color: #2171c6;
     }

     #main .carparts-button {
          margin: 30px 0px 0px 0px;
          padding: 17px 30px 14px 30px;
          font-size: 12px !important;
     }

/* @end */

/* @group Bakery Newsletter */

.bakery-newsletter {
     height: 140px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.bakery-newsletter .heading {
          padding-left: 0px !important;
     }

     .newsletter.bakery-newsletter .heading h6 {
          font-weight: 300;
          color: #fff;
          font-size: 40px;
          line-height: 35px;
          padding: 0px;
          margin: 0px;
     }

     .newsletter.bakery-newsletter .content p {
          border-color: #a15615;
          color: #808080;
     }

     .bakery-newsletter.newsletter .inputs {
          text-align: right;
     }

          .bakery-newsletter.newsletter .inputs input {
               width: 308px;
               background: none;
               border: 1px solid rgba(255, 255, 255, .15);
          }

               .bakery-newsletter.newsletter .inputs input:focus {
                    background: none;
                    border: 1px solid rgba(255, 255, 255, .25);
               }

          .bakery-newsletter.newsletter .inputs .button {
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
          }

/* @end */

/* @group Bakery steps */

.bakery-steps {

}

     .bakery-steps > div {
          padding-top: 11px;
          padding-bottom: 11px;
          height: 141px;
     }

          .bakery-steps > div.first:before {
               content: '';
               position: absolute;
               right: 70px;
               bottom: 26px;
               width: 42px;
               height: 11px;
               background: url(../img/step-one.png) top left no-repeat;
          }

          .bakery-steps > div.second:before {
               content: '';
               position: absolute;
               right: -4px;
               top: 32px;
               width: 42px;
               height: 12px;
               background: url(../img/step-two.png) top left no-repeat;
          }

     .bakery-steps .circle {
          width: 105px;
          height: 119px;
          float: left;
          background: url(../img/bg-circle.png) top left no-repeat;
          text-align: center;
          font-size: 60px;
          line-height: 1;
          font-family: Teko;
          font-weight: 300;
          color: #fff;
          padding: 38px 0px 0px 2px;
          margin: 0px 24px 0px 0px;
     }

          .bakery-steps .second .circle {
               margin-left: -36px;
          }

          .bakery-steps .third .circle {
               margin-left: 12px;
          }

     .bakery-steps p {
          font-family: Teko;
          color: #fff;
          font-size: 27px;
          line-height: 28px;
          font-family: 'Shadows Into Light', cursive;
          padding: 31px 0px 0px 0px;
          margin: 0px;
     }

          .bakery-steps .second p {
               padding-top: 19px;
          }

.bakery-steps-title {
     font-size: 40px;
     line-height: 1;
     font-family: Teko;
     color: #fff;
     text-align: center;
     font-weight: 300;
     padding: 58px 0px 0px 0px;
}

/* @end */

/* @group Toys2 columns */

.toys2-columns {
     background: #f5f8fc;
     border: 1px solid #dfe6f0;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}

     .toys2-columns .row {
          margin: 0px;
     }

          .toys2-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .toys2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #dcdfe2;
          left: 0;
     }

          .toys2-columns .row > div:first-child:before {
               display: none;
          }

     .toys2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }

     .toys2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Footer Block Toys2 */

.footer-block-toys2 {
     padding: 0px 0px 10px 0px;
}

     .footer-block-toys2 img {
          display: inline-block;
          vertical-align: top;
          margin-right: 16px;
     }

     .footer-block-toys2 .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }

          .footer-block-toys2 .footer-block-content h6 {
               padding: 2px 0px 0px 0px;
               margin: 0px;
               font-size: 13px;
               color: #000;
               font-weight: bold;
               line-height: 1;
          }

          .footer-block-toys2 .footer-block-content p {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               line-height: 1;
               font-size: 25px;
               font-weight: bold;
          }

     .footer-blocks-top-toys2 .footer-button {
          margin-top: 5px;
     }

/* @end */

/* @group Box type 12 */

.box-type-12 .clear {
     display: none;
}

     .box-type-12 .box-content.products,
     .box-type-12 .center-column .product-grid {
          border: 1px solid rgba(0, 0, 0, .1);
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }

          .box-type-12 .center-column .product-grid:before,
          .box-type-12 .center-column .product-grid:after {
               display: none;
          }

          .box-type-12 .box-content.products > div {
               position: relative;
               margin: -1px;
               overflow: hidden;
          }

          .box-type-12 #main .box-content.products .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }

          .box-type-12 #main .center-column .product-grid {
               padding-left: 14px;
               padding-right: 14px;
          }

     .box-type-12 .product-grid .product:hover:before {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }

.box-type-12 .tab-content:before,
.box-type-12 .tab-content:after {
     display: none;
}

     .box-type-12 .tab-content {
          border: 1px solid rgba(0, 0, 0, .1);
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding-left: 35px !important;
          padding-right: 35px !important;
     }

          .box-type-12 .filter-product .tab-content {
               padding-left: 0px !important;
               padding-right: 0px !important;
          }

          .box-type-12 .tab-content > div > div {
               margin: -1px;
               overflow: hidden;
          }

          .box-type-12 #main .tab-content .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }

.box-type-12 .col-sm-3 .box-no-advanced.box .box-content,
.box-type-12 .col-sm-4 .box-no-advanced.box .box-content,
.box-type-12 .col-md-3 .box-no-advanced.box .box-content,
.box-type-12 .col-md-4 .box-no-advanced.box .box-content,
.box-type-12 .product-info .cart,
.box-type-12 .popup,
.box-type-12 .product-info .thumbnails li img,
.box-type-12 .product-info .thumbnails-carousel img,
.box-type-12 .product-info .product-image {
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}

     .box-type-12 .product-info .product-image {
          padding: 1px;
     }

     .box-type-12 .manufacturer-heading {
          border-radius: 4px 4px 0px 0px;
          -webkit-border-radius: 4px 4px 0px 0px;
          -moz-border-radius: 4px 4px 0px 0px;
     }

     .box-type-12 .manufacturer-content {
          border-radius: 0px 0px 4px 4px;
          -webkit-border-radius: 0px 0px 4px 4px;
          -moz-border-radius: 0px 0px 4px 4px;
     }

.box-type-12 .col-sm-3 .box-no-advanced .box-heading,
.box-type-12 .col-sm-4 .box-no-advanced .box-heading,
.box-type-12 .col-md-3 .box-no-advanced .box-heading,
.box-type-12 .col-md-4 .box-no-advanced .box-heading {
     padding-bottom: 8px;
}

.box-type-12 .col-sm-3 .box-no-advanced .box-content,
.box-type-12 .col-sm-4 .box-no-advanced .box-content,
.box-type-12 .col-md-3 .box-no-advanced .box-content,
.box-type-12 .col-md-4 .box-no-advanced .box-content {
     margin-top: 0px !important;
}

.box-type-12 .box-with-categories .box-heading {
     padding-top: 25px !important;
     padding-bottom: 18px !important;
     border-radius: 5px 5px 0px 0px;
     -webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
}

.box-type-12 .box-with-categories .box-content {
     border-radius: 0px 0px 5px 5px;
     -webkit-border-radius: 0px 0px 5px 5px;
     -moz-border-radius: 0px 0px 5px 5px;
}

.box-type-12 .cart-info table {
     border: 1px solid rgba(0, 0, 0, .1);
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     padding-bottom: 30px;
     background: #fff;
}

     .box-type-12 .cart-info table tr {
          background: none !important;
     }

     .box-type-12 .cart-info table td:last-child {
          padding-right: 30px !important;
     }

     .box-type-12 .cart-info table td:first-child {
          padding-left: 30px !important;
     }

.box-type-12 #accordion {
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border: 1px solid rgba(0, 0, 0, .1);
     margin-bottom: 20px;
     background: #fff;
}

     .box-type-12 #accordion .panel-heading {
          padding-left: 30px !important;
          padding-right: 30px !important;
          background: none !important;
          border-bottom: none !important;
     }

          .box-type-12 #accordion .panel {
               margin-bottom: 0px !important;
               border: none !important;
          }

          .box-type-12 #accordion .panel:first-child .panel-heading {
               border-top: none !important;
          }

     .box-type-12 #accordion .panel .panel-body {
          padding-left: 30px !important;
          padding-right: 30px !important;
     }

.box-type-12 #main .product-list {
     border: 1px solid rgba(0, 0, 0, .1);
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     padding: 0px 14px;
     background-image: none;
}

     .box-type-12 .product-list > div:before {
          left: -2px;
          right: -2px;
     }

          .box-type-12 .product-list > div:last-child:before {
               display: none;
          }

.box-type-12 .product-list > div {
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}

.box-type-12 #main .product-filter {
     padding: 0px 20px !important;
     background: #f5f8fd !important;
     border: 1px solid #dee7f0;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     margin: 0px 0px 20px 0px;
     overflow: hidden;
}

     .box-type-12 #main .product-filter > div {
          margin: -8px 0px;
     }

/* @end */

/* @group Today deal Toys2 */

.today-deals-toys2-products {
     position: relative;
     margin: 12px -1px 7px -1px;
     text-align: center;
}

     .box-type-13 .today-deals-toys2-products {
          margin-left: 0px;
          margin-right: 0px;
     }

     .today-deals-toys2-products .sale,
     .today-deals-toys2-products .new {
          margin-top: 0px;
     }

     .today-deals-toys2-products .is-countdown {
          padding: 0px;
          margin: -40px -30px 30px -30px;
          position: relative;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
     }

          .countdown-special-type-5 .today-deals-toys2-products .is-countdown {
               border-radius: 2px 2px 0px 0px;
               -webkit-border-radius: 2px 2px 0px 0px;
               -moz-border-radius: 2px 2px 0px 0px;
          }

          .today-deals-toys2-products .countdown-section {
               padding-top: 10px;
          }

          .today-deals-toys2-products .countdown-amount {
               font-weight: bold;
          }

     .today-deals-toys2-products .name {
          padding-top: 16px;
     }

     .today-deals-toys2-products .price {
     	color: #d9121f;
     	font-size: 20px;
     	font-weight: 600;
     	padding-top: 6px;
     }

     	.today-deals-toys2-products .price .price-old {
     		color: #232323;
     		font-weight: 400 !important;
     		text-decoration: line-through;
     		padding-right: 2px;
     		font-size: 20px;
     	}

     	     body.firefox-mac .today-deals-toys2-products .price .price-old  {
     	          font-weight: 300 !important;
     	     }

     .today-deals-toys2-products .only-hover ul {
          padding: 6px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }

     .today-deals-toys2-products .only-hover ul li {
          display: inline-block;
          padding: 5px 1px 5px 0px;
          vertical-align: top;
     }

          .today-deals-toys2-products .only-hover ul li a {
               display: block;
               width: 45px;
               height: 45px;
               border-radius: 100px;
               -webkit-border-radius: 100px;
               -moz-border-radius: 100px;
               background: #fff;
               border: 1px solid #ccc;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
               font-size: 16px;
               padding: 10px 0px;
               text-align: center;
               cursor: pointer;
          }

               .today-deals-toys2-products .only-hover ul li a:hover {
                    background: #d9121f;
                    border-color: #d9121f;
                    color: #fff;
               }

               .products-buttons-action-type-2 .today-deals-toys2-products .only-hover ul li a {
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
               }

               .products-buttons-action-type-3 .today-deals-toys2-products .only-hover ul li a {
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
               }

               .today-deals-toys2-products .only-hover ul li a.button-add-to-cart {
                    width: auto;
                    font-size: 12px;
                    font-weight: 600;
                    text-transform: uppercase;
                    padding: 13px 30px 0px 55px;
                    position: relative;
               }

                    .today-deals-toys2-products .only-hover ul li a.button-add-to-cart:before {
                         content: '';
                         position: absolute;
                         top: 14px;
                         left: 23px;
                         display: block;
                         width: 16px;
                         height: 16px;
                         background: url(../img/add-to-cart.png) top left no-repeat;
                    }

/* @end */

/* @group Box type 13 */

.box-type-13 .clear {
     display: none;
}

     .box-type-13 .box-heading {
          margin-bottom: 1px !important;
     }

          .box-type-13 .box-with-categories .box-heading {
               margin-bottom: 0px !important;
          }

     .box-type-13 .filter-product .filter-tabs {
          padding-bottom: 2px;
     }

     .box-type-13 .htabs {
          padding-bottom: 1px;
     }

     .box-type-13 .box-content,
     .box-type-13 .center-column .product-grid,
     .box-type-13 .standard-body .full-width .center-column.content-with-background:before,
     .box-type-13.body-other .standard-body .full-width .product-info:before {
          border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
     }

          .box-type-13 .standard-body .full-width .center-column.content-with-background:before,
          .box-type-13.body-other .standard-body .full-width .product-info:before {
               bottom: -2px;
          }

          .box-type-13 .center-column .product-grid:before,
          .box-type-13 .center-column .product-grid:after {
               display: none;
          }

          .box-type-13 .box-content.products > div {
               position: relative;
               margin: 0px 0px -1px 0px;
               overflow: hidden;
          }

          .box-type-13 #main .box-content.products .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }

          .box-type-13 #main .center-column .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }

     .box-type-13 .product-grid .product:hover:before {
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
     }

.box-type-13 .tab-content:before,
.box-type-13 .tab-content:after {
     display: none;
}

     .box-type-13 .tab-content {
          border-bottom: 1px solid rgba(0, 0, 0, .1);
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          padding-left: 35px !important;
          padding-right: 35px !important;
     }

          .box-type-13 .filter-product .tab-content {
               padding-left: 0px !important;
               padding-right: 0px !important;
          }

          .box-type-13 .tab-content > div > div {
               margin: -1px;
               overflow: hidden;
          }

          .box-type-13 #main .tab-content .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }

.box-type-13 .col-sm-3 .box-no-advanced.box .box-content,
.box-type-13 .col-sm-4 .box-no-advanced.box .box-content,
.box-type-13 .col-md-3 .box-no-advanced.box .box-content,
.box-type-13 .col-md-4 .box-no-advanced.box .box-content,
.box-type-13 .product-info .cart,
.box-type-13 .popup,
.box-type-13 .product-info .thumbnails li img,
.box-type-13 .product-info .thumbnails-carousel img,
.box-type-13 .product-info .product-image {
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
}

     .box-type-13 .product-info .product-image {
          padding: 1px;
     }

     .box-type-13 .manufacturer-heading {
          border-radius: 2px 2px 0px 0px;
          -webkit-border-radius: 2px 2px 0px 0px;
          -moz-border-radius: 2px 2px 0px 0px;
     }

     .box-type-13 .manufacturer-content {
          border-radius: 0px 0px 2px 2px;
          -webkit-border-radius: 0px 0px 2px 2px;
          -moz-border-radius: 0px 0px 2px 2px;
     }

.box-type-13 .col-sm-3 .box-no-advanced .box-heading,
.box-type-13 .col-sm-4 .box-no-advanced .box-heading,
.box-type-13 .col-md-3 .box-no-advanced .box-heading,
.box-type-13 .col-md-4 .box-no-advanced .box-heading {
     padding-bottom: 8px;
}

.box-type-13 .col-sm-3 .box-no-advanced .box-content,
.box-type-13 .col-sm-4 .box-no-advanced .box-content,
.box-type-13 .col-md-3 .box-no-advanced .box-content,
.box-type-13 .col-md-4 .box-no-advanced .box-content {
     margin-top: 0px !important;
}

.box-type-13 .box-with-categories .box-heading {
     padding-top: 25px !important;
     padding-bottom: 18px !important;
     border-radius: 2px 2px 0px 0px;
     -webkit-border-radius: 2px 2px 0px 0px;
     -moz-border-radius: 2px 2px 0px 0px;
}

.box-type-13 .box-with-categories .box-content {
     border-radius: 0px 0px 2px 2px;
     -webkit-border-radius: 0px 0px 2px 2px;
     -moz-border-radius: 0px 0px 2px 2px;
}

.box-type-13 #main .product-list {
     border-bottom: 1px solid rgba(0, 0, 0, .1);
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     padding: 0px 15px;
     background-image: none;
}

     .box-type-13 .product-list > div:before {
          left: -2px;
          right: -2px;
     }

          .box-type-13 .product-list > div:last-child:before {
               display: none;
          }

.box-type-13 .product-list > div {
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
}

.box-type-13 #main .product-filter {
     padding: 0px 25px !important;
     background: #fff !important;
     border-bottom: 1px solid rgba(0, 0, 0, .1);
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     margin-bottom: 20px;
     overflow: hidden;
}

     .box-type-13 #main .product-filter > div {
          margin: -8px 0px;
     }

/* @end */

/* @group Cleaning columns */

.cleaning-columns {
     background: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, .1);
     margin: 30px 0px 0px 0px;
     font-weight: 500;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
}

     .cleaning-columns .row {
          margin: 0px;
     }

          .cleaning-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

          .cleaning-columns.bigger .row > div {
               padding: 23px 37px 24px 37px;
          }

     .cleaning-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: rgba(0, 0, 0, .1);
          left: 0;
     }

          .cleaning-columns .row > div:first-child:before {
               display: none;
          }

     .cleaning-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }

     .cleaning-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Cleaning parallax */

.cleaning-parallax {
     padding: 122px 0px 148px 0px;
}

     .cleaning-parallax:before {
          content: '';
          top: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-top.png) top left repeat-x;
     }

     .cleaning-parallax:after {
          content: '';
          bottom: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-bottom.png) bottom left repeat-x;
     }
     .cleaning-parallax .first-heading {
          font-family: Shadows Into Light;
          font-size: 45px;
          line-height: 1;
          color: #fff;
     }

     .cleaning-parallax .second-heading {
          font-size: 65px;
          line-height: 1;
          font-weight: bold;
          color: #fff;
     }

     .cleaning-parallax .button {
          margin: 26px 0px 0px 0px;
          padding-left: 34px;
          padding-right: 34px;
          font-size: 12px !important;
     }

/* @end */

/* @group Cleaning parallax2 */

.cleaning-parallax2 {
     padding: 102px 0px 88px 0px;
}

     .cleaning-parallax2:before {
          content: '';
          top: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-top.png) top left repeat-x;
     }

     .cleaning-parallax2:after {
          content: '';
          bottom: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-bottom.png) bottom left repeat-x;
     }

     .cleaning-parallax2 .first-heading {
          font-family: Shadows Into Light;
          font-size: 45px;
          line-height: 1;
          color: #fff;
     }

     .cleaning-parallax2 .second-heading {
          font-size: 65px;
          line-height: 1;
          font-weight: bold;
          color: #fff;
     }

     .cleaning-parallax2 .button {
          margin: 7px 0px 0px 0px;
          padding-left: 45px;
          padding-right: 45px;
          font-size: 12px !important;
     }

/* @end */

/* @group Flowers columns */

.flowers-columns {
     background: #fdfbf9;
     border: 1px solid #e5e5e5;
     margin: 60px 0px 0px 0px;
     font-weight: 500;
}

     .flowers-columns .row {
          margin: 0px;
     }

          .flowers-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

          .flowers-columns.bigger .row > div {
               padding: 23px 37px 24px 37px;
          }

     .flowers-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e5e5e5;
          left: 0;
     }

          .flowers-columns .row > div:first-child:before {
               display: none;
          }

     .flowers-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }

     .flowers-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Flower product */

.product-flowers {

}

     .product-flowers .product-grid .name,
     .product-flowers .product-grid .price {
          opacity: 1 !important;
          visibility: visible !important;
          position: relative;
     }

          .product-flowers .product-grid .price {
               font-size: 20px !important;
          }

     .product-flowers .product-grid .product-hover .only-hover {
          visibility: visible !important;
          position: relative !important;
          opacity: 1 !important;
          padding: 0px !important;
          margin: -3px 0px 10px 0px !important;
     }


          .product-flowers .product-grid .product .only-hover ul {
               visibility: visible !important;
               position: relative !important;
               opacity: 1 !important;
               transform: none !important;
               -moz-transform: none !important;
               -webkit-transform: none !important;
          }

/* @end */

/* @group Flowers parallax */

.flowers-parallax {
     padding: 135px 0px 119px 0px;
}

     .flowers-parallax .first-heading {
          font-size: 40px;
          line-height: 45px;
          color: #ce3854;
          font-weight: 300;
     }

     .flowers-parallax .second-heading {
          font-size: 40px;
          line-height: 45px;
          color: #000;
          font-weight: bold;
     }

     .flowers-parallax .button {
          margin: 19px 0px 0px 0px;
          font-size: 12px !important;
          padding-left: 40px;
          padding-right: 40px;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
     }

/* @end */

/* @group Add to car flowers */

#main .add-to-cart-flowers {
     position: relative;
     margin: 0px;
     padding: 16px 41px 15px 69px !important;
     font-size: 12px !important;
     border-radius: 40px;
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
}

     .add-to-cart-flowers:before {
          content: '';
          position: absolute;
          top: 16px;
          left: 27px;
          display: block;
          width: 16px;
          height: 16px;
          background: url(../img/add-to-cart-2.png) top left no-repeat;
     }

/* @end */

/* @group Flower product */

.flower-product {
     position: relative;
     margin-bottom: -10px;
}

     .flower-product .image {
          float: left;
          width: 50%;
          max-width: 210px;
     }

     .flower-product .right {
          float: left;
          width: 50%;
          padding-left: 35px;
     }

          #main .flower-product .right .name {
               padding: 56px 0px 0px 0px;
               text-align: left;
          }

          #main .flower-product .right .price {
               padding: 0px;
               text-align: left;
               font-size: 20px;
          }

          .flower-product .right ul {
               text-align: left;
               padding: 5px 0px 0px 0px;
               margin: 0px;
               list-style: none;
          }

               .flower-product .right ul li {
                    display: inline-block;
                    padding: 5px 1px 5px 0px;
                    vertical-align: top;
               }

                    .flower-product .right ul li a {
                         display: block;
                         width: 45px;
                         height: 45px;
                         border-radius: 100px;
                         -webkit-border-radius: 100px;
                         -moz-border-radius: 100px;
                         background: #fff;
                         border: 1px solid #ccc;
                         transition: all 0.2s ease-in;
                         -webkit-transition: all 0.2s ease-in;
                         -moz-transition: all 0.2s ease-in;
                         font-size: 16px;
                         padding: 10px 0px;
                         text-align: center;
                         cursor: pointer;

                    }

                         #main .flower-product .right ul li a:hover {
                              background: #d9121f;
                              border-color: #d9121f;
                              color: #fff;
                         }

/* @end */

/* @group Audio newsletter */

.audio-newsletter {
     padding: 42px 45px 30px 45px;
}

     .audio-newsletter .heading {
          display: inline-block;
          vertical-align: top;
          padding: 0px 47px 20px 0px;
     }

          .audio-newsletter .heading .first {
               font-size: 13px;
               font-weight: bold;
               color: #676767;
               line-height: 1;
          }

          .audio-newsletter .heading .second {
               font-size: 25px;
               font-weight: bold;
               line-height: 1;
               color: #1b1b1b;
          }

     .audio-newsletter .inputs {
          display: inline-block;
          vertical-align: top;
          padding: 1px 0px 10px 0px;
     }

          .audio-newsletter .inputs input {
               margin: 0px 7px 0px 0px;
               width: 239px;
               height: 45px;
               display: inline-block;
               vertical-align: top;
          }

          .audio-newsletter .inputs .button {
               margin: 0px;
               height: 45px;
               display: inline-block;
               vertical-align: top;
               padding: 16px 29px 0px 29px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
          }

/* @end */

/* @group Audio testimonial */

.audio-testimonial {
     background: url(../img/quote.png) top left no-repeat;
     margin: 114px 0px 95px 37%;
     padding: 0px 0px 0px 69px;
}

     .audio-testimonial .description {
          font-family: 'Old Standard TT';
          font-style: italic;
          font-size: 30px;
          line-height: 40px;
          color: #fff;
          padding: 49px 0px 15px 0px;
     }

     .audio-testimonial .author {
          font-size: 20px;
          font-weight: bold;
          color: #40cccc;
          padding: 0px 0px 43px 0px;
     }

/* @end */

/* @group Audio product */

.audio-product {
     padding: 77px 0px 0px 0px;
}

     .audio-product .countdown-special {
          text-align: center;
     }

          .audio-product .countdown-special p {
               font-size: 13px;
               color: #676767;
               font-weight: bold;
               padding: 0px;
               margin: 0px;
          }

          .audio-product .is-countdown {
               display: block !important;
               position: relative;
               margin: 10px auto 0px auto;
               background: none;
               max-width: 242px;
               font-size: 10px;
               height: auto;
               left: 0;
               right: auto;
          }

               .audio-product .is-countdown .countdown-section {
                    padding: 12px 3px 11px 2px;
               }

                    .audio-product .is-countdown .countdown-section:before {
                         border-radius: 100px;
                         -webkit-border-radius: 100px;
                         -moz-border-radius: 100px;
                         background: #131313;
                         border: 1px solid #414141;
                         position: absolute;
                         content: '';
                         top: 0;
                         bottom: 0;
                         left: 2px;
                         right: 3px;
                         z-index: -100;
                         color: #676767;
                    }

               .audio-product .is-countdown .countdown-section:after {
                    display: none;
               }

               .audio-product .is-countdown .countdown-amount {
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
               }

               .audio-product .is-countdown .countdown-period {
                    color: #676767;
                    font-weight: 600;
                    font-size: 10px;
               }

     .audio-product .overflow-price-name {
          max-width: 823px;
          margin: 0px auto;
          padding-top: 39px;
          padding-bottom: 19px;
     }

          .audio-product .overflow-price-name .price {
               display: table-cell;
               vertical-align: top;
               width: 200px;
               height: 94px;
               border-right: 1px solid rgba(255, 255, 255, .1);
               font-size: 30px;
               line-height: 1;
               color: #0d84ec;
               font-weight: bold;
               padding-top: 16px;
          }

               .audio-product .overflow-price-name .price .price-old {
                    display: block;
                    font-size: 15px;
                    font-weight: normal;
                    color: #e539e5;
                    text-decoration: line-through;
                    padding-top: 3px;
               }

          .audio-product .overflow-price-name .name {
               display: table-cell;
               vertical-align: top;
               width: 452px;
               padding: 16px 40px 0px 40px;
          }

               .audio-product .overflow-price-name .name a {
                    font-size: 30px;
                    line-height: 35px;
                    color: #fff;
                    font-weight: bold;
               }

          .audio-product .overflow-price-name .add-to-cart {
               display: table-cell;
               vertical-align: top;
               width: 171px;
               min-width: 171px;
               text-align: right;
               padding: 26px 0px 0px 0px;
          }

               .audio-product .overflow-price-name .add-to-cart .button-add-to-cart {
                    display: inline-block;
                    cursor:pointer;
                    border: none;
                    color: #0d84ec;
                    font-size: 12px;
                    line-height: 1.6;
                    font-weight: 600;
                    text-transform: uppercase;
                    padding: 14px 38px 12px 38px;
                    margin: 0px;
                    border-radius:         30px;
                    -moz-border-radius:    30px;
                    -webkit-border-radius: 30px;
                    transition:         all 0.2s ease-in;
                    -moz-transition:    all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    background: #fff;
                    outline: none;
               }

                    .audio-product .overflow-price-name .add-to-cart .button-add-to-cart:hover {
                         background: #0d84ec;
                         color: #fff;
                    }

     .audio-product .image {
          position: relative;
          margin: 0px 0px -60px 0px;
     }

          .audio-product .image img {
               display: block;
               margin: 0px auto;
          }

/* @end */

/* @group No clear after */

#main .no-clear-after .clear:after {
     display: none !important;
}

     #main .no-clear-after .clear:before {
          z-index: 0;
     }

/* @end */

/* @group Holidays contact */

.holidays-contact {

}

     .holidays-contact .element {
          display: inline-block;
          vertical-align: top;
          padding: 18px 45px 7px 0px;
     }

          .holidays-contact .element img {
               display: inline-block;
               vertical-align: top;
          }

          .holidays-contact .element .heading {
               display: inline-block;
               vertical-align: top;
               color: #019ad5;
               font-weight: bold;
               line-height: 1;
               font-size: 11px;
               text-transform: uppercase;
               padding: 2px 0px 0px 5px;
          }

          .holidays-contact .element p {
               display: inline-block;
               vertical-align: top;
               padding: 1px 0px 0px 5px;
               margin: 0px;
               font-size: 25px;
               color: #fff;
               font-weight: 600;
               line-height: 1;
          }

     .holidays-contact .button {
          margin: 10px 0px 0px 0px;
     }

/* @end */

/* @group Holidays countries */

.holidays-countries {
     padding-top: 9px;
}

     .holidays-countries .heading {
          padding: 40px 0px 0px 0px;
          margin: 0px 0px 22px 0px;
     }

          .holidays-countries .heading a {
               display: inline-block;
               color: #f35622;
               border-bottom: 2px solid #f35622;
               font-size: 22px;
               line-height: 1;
               font-weight: 600;
               padding: 0px 0px 15px 0px;
          }

               .holidays-countries .heading a:hover {
                    opacity: 0.75;
               }

     .holidays-countries ul {
          list-style: none;
          padding: 0px;
          margin: 0px;
          line-height: 27px;
     }

/* @end */

/* @group Holidays button show all offers */

.button-show-all-offers {
     display: inline-block;
     margin: 30px 0px 0px 0px;
     background: #fff;
     width: 144px;
     vertical-align: top;
     font-size: 16px;
     color: #101f29;
     font-weight: 600;
     line-height: 18px;
     padding: 28px 30px 27px 30px;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
}

     .button-show-all-offers:hover {
          background: #101f29;
          color: #fff;
     }

     .button-show-all-offers i {
          font-size: 9px;
     }

/* @end */

/* @group Holidays products */

.holidays-products {
     clear: both;
}

     .holidays-products .heading {
          text-align: center;
          font-size: 25px;
          font-weight: 500;
          line-height: 1;
          padding: 39px 0px 15px 0px;
          margin: 0px;
          clear: both;
     }

     .holidays-products .product {
          margin: 30px 0px 0px 0px;
          border: 1px solid #e5e5e5;
     }

          .holidays-products > div:nth-child(2) {
               margin: 0px;
          }

          .holidays-products .product .left {
               width: 39%;
               float: left;
               max-width: 139px;
          }

               .holidays-products .product .left .image {
                    position: relative;
                    margin: -1px 0px -1px -1px;
               }

                    .holidays-products .product .left .image img {
                         display: block;
                    }

          .holidays-products .product .right {
               float: left;
               width: 61%;
               padding: 40px 0px 30px 30px;
          }

               .holidays-products .product .right .name a {
                    font-size: 15px;
                    line-height: 1;
               }

               .holidays-products .product .right .brand {
                    color: #019ad5;
                    line-height: 1;
                    position: relative;
                    margin-top: -2px;
               }

               .holidays-products .product .right .price {
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 1;
                    color: #d9121f;
                    padding: 11px 0px 0px 0px;
               }

                    .holidays-products .product .right .price .price-old {
                    	color: #232323;
                    	font-weight: 400 !important;
                    	text-decoration: line-through;
                    	padding-right: 2px;
                    }

                         body.firefox-mac .holidays-products .product .right .price .price-old  {
                              font-weight: 300 !important;
                         }

/* @end */

/* @group Product grid type 7 */

.product-grid-type-7 #main .product-filter {
    padding: 0px 30px !important;
    overflow: hidden;
}

     .product-grid-type-7 #main .product-filter > div {
          margin: -5px 0px;
     }

.product-grid-type-7 #main .product-grid {
     background: none !important;
     padding: 0px !important;
}

     .product-grid-type-7 #main .product-grid:before,
     .product-grid-type-7 #main .product-grid:after,
     .product-grid-type-7 #main .product-grid .row:before,
     .product-grid-type-7 #main .product-grid .row:after,
     .product-grid-type-7 #main .product-grid .product:before,
     .product-grid-type-7 #main .product-grid .product:after,
     .product-grid-type-7 #main .product-grid .product:after,
     .product-grid-type-7 #main .box-with-products .clear:after {
          display: none !important;
     }

.product-grid-type-7 #main .box .box-content.products {
     background: none !important;
}

.product-grid-type-7 #main .product-grid .product {
     padding: 0px;
     margin: 30px 0px 0px 0px;
}

     .product-grid-type-7 #main .with-scroll .product-grid .product {
          margin-bottom: 15px;
     }

     .product-grid-type-7 #main .product-grid .product .image {
          overflow: hidden;
     }

          .product-grid-type-7 #main .product-grid .product .image img {
               display: block;
               margin: 0px auto;
          }

     .product-grid-type-7 #main .product-grid .product .only-hover {
          display: none !important;
     }

     .product-grid-type-7 #main .product-grid .product .right {
          border: 1px solid #e5e5e5;
          background: #fff;
          border-top: none;
          padding: 18px 29px 14px 29px;
          text-align: left;
     }

          .product-grid-type-7 #main .products-without-border .product-grid .product .right {
               border: none !important;
          }

          .product-grid-type-7 #main .product-grid .product .right .price,
          .product-grid-type-7 #main .product-grid .product .right .name {
               opacity: 1 !important;
               visibility: visible !important;
          }

          .product-grid-type-7 #main .product-grid .product .right .name a {
               font-size: 15px;
               line-height: 1;
          }

          .product-grid-type-7 #main .product-grid .product .right .brand {
               color: #019ad5;
               line-height: 1;
          }

          .product-grid-type-7 #main .product-grid .product .right .price {
               font-size: 30px !important;
               padding: 3px 0px 0px 0px;
          }

/* @end */

/* @group Holidays phone */

.holidays-phone:first-child {
     margin-left: -70px;
}

.holidays-phone {
     display: inline-block;
     vertical-align: top;
     padding: 35px 45px 7px 0px;
}

     .holidays-phone img {
          display: inline-block;
          vertical-align: top;
     }

     .holidays-phone .heading {
          display: inline-block;
          vertical-align: top;
          color: #019ad5;
          font-weight: bold;
          line-height: 1;
          font-size: 11px;
          text-transform: uppercase;
          padding: 2px 0px 0px 5px;
          text-align: left;
     }

     .holidays-phone p {
          display: inline-block;
          vertical-align: top;
          padding: 1px 0px 0px 5px;
          margin: 0px;
          font-size: 25px;
          color: #fff;
          font-weight: 600;
          line-height: 1;
     }

/* @end */

/* @group Product list type 4 */

.product-list-type-4 .product-list {
     padding: 0px !important;
     background: none !important;
}

     .product-list-type-4 .product-list > div:before,
     .product-list-type-4 .product-list > div:after {
          display: none !important;
     }

     .product-list-type-4 .product-list > div {
          margin: 30px 0px 0px 0px !important;
          background: #fff !important;
          border: 1px solid rgba(0, 0, 0, .1) !important;
          padding: 0px !important;
     }

          .product-list-type-4 .product-list > div .row > div {
               width: 33.33333333333333% !important;
          }

          .product-list-type-4 .product-list > div .image img {
               display: block;
               margin: -1px 0px -1px -1px;
          }

          .product-list-type-4 .product-list > div .name-actions .name {
               padding: 59px 0px 0px 10px;
          }

               .product-list-type-4 .product-list > div .name-actions .name a {
                    font-size: 15px;
                    line-height: 1;
               }

          .product-list-type-4 .product-list > div .name-actions .brand {
               padding: 1px 0px 0px 10px;
               color: #019ad5;
               line-height: 1;
          }

          .product-list-type-4 .product-list > div .name-actions .price {
               padding: 10px 0px 0px 10px;
          }

          .product-list-type-4 .product-list > div .name-actions > ul {
               padding: 18px 0px 0px 10px;
          }

          .product-list-type-4 .product-list .description {
               padding: 0px 40px 0px 0px;
          }

          .product-list-type-4 .product-list .desc {
               padding-top: 57px;
          }

               .product-list-type-4 .product-list .desc:before {
                    z-index: 0;
                    bottom: 0;
               }

/* @end */

/* @group Sportwinter Newsletter */

.sportwinter-newsletter {
     padding: 0px 67px 24px 39px;
}

     .sportwinter-newsletter .heading {
          padding-top: 35px;
     }

     .sportwinter-newsletter .first-heading {
          display: inline-block;
          vertical-align: top;
          font-size: 20px;
          line-height: 1;
          color: #fff;
          padding: 4px 7px 17px 0px;
     }

     .sportwinter-newsletter .second-heading {
          display: inline-block;
          vertical-align: top;
          font-size: 20px;
          line-height: 1;
          color: #e55a19;
          padding: 4px 0px 17px 0px;
     }

     .sportwinter-newsletter .inputs {
          text-align: right;
          padding-top: 21px;
     }

          .sportwinter-newsletter .inputs input {
               border: none !important;
               height: 45px;
               width: 188px;
               margin-right: 7px;
               vertical-align: top;
               display: inline-block;
          }

          .sportwinter-newsletter .inputs .button {
               height: 45px;
               vertical-align: top;
               display: inline-block;
               padding: 14px 30px 13px 30px;
          }

/* @end */

/* @group Sportwinter big sale */

.sportwinter-big-sale {
     padding: 120px 0px 134px 8.59%;
}

     .sportwinter-big-sale .first-heading {
          color: #e55a19;
          font-weight: bold;
          font-size: 50px;
          line-height: 60px;
     }

     .sportwinter-big-sale .second-heading {
          color: #1056a9;
          font-weight: bold;
          font-size: 50px;
          line-height: 60px;
          padding: 3px 0px 18px 0px;
     }

/* @end */

/* @group Box Type 15 */

.box-type-15 .col-sm-12 .box.box-with-products,
.box-type-15 .col-md-12 .box.box-with-products,
.box-type-15 .col-sm-12 .filter-product .tab-content,
.box-type-15 .col-md-12 .filter-product .tab-content {
     position: relative;
     margin-left: -40px;
     margin-right: -40px;
}

     .box-type-15 .col-sm-12 .box.box-with-products .box-content,
     .box-type-15 .col-md-12 .box.box-with-products .box-content,
     .box-type-15 .col-sm-12 .filter-product .tab-content,
     .box-type-15 .col-md-12 .filter-product .tab-content {
          padding-left: 25px;
          padding-right: 25px;
          border-left: 1px solid rgba(0, 0, 0, .1);
          border-right: 1px solid rgba(0, 0, 0, .1);
     }

/* @end */

/* @group Add to cart books */

#main .add-to-cart-books {
     position: relative;
     margin: 0px;
     padding: 17px 23px 14px 55px !important;
     font-size: 12px !important;
}

     .add-to-cart-books:before {
          content: '';
          position: absolute;
          top: 17px;
          left: 22px;
          display: block;
          width: 16px;
          height: 16px;
          background: url(../img/add-to-cart-2.png) top left no-repeat;
     }

/* @end */

/* @group Body white type 3 */

.body-white-type-3 .standard-body .full-width .product-filter {
     padding-left: 25px;
     padding-right: 25px;
}

.body-white-type-3 .standard-body .full-width .product-grid,
.body-white-type-3 .standard-body .full-width .product-list {
     padding: 0px 15px;
}

/* @end */

/* @group Books contact */

.books-contact {
     padding-bottom: 6px;
     padding-top: 2px;
}

     .books-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 5px 0px 0px;
     }

     #main .books-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 16px 0px 0px 0px;
          margin: 0px;
          font-size: 18px;
          font-weight: 600;
     }

/* @end */

/* @group Books newsletter */

.overflow-books-newsletter {
     background: url(../img/bg-books-newsletter-top.png) top left repeat-x;
     position: relative;
     margin: 0px -4000px;
}

     .books-newsletter {
          background: url(../img/bg-books-newsletter-bottom.png) bottom left repeat-x;
          height: 164px;
          padding: 0px 4000px;
     }

          .books-newsletter .heading {
               padding-top: 51px;
          }

               .books-newsletter .heading img {
                    display: inline-block;
                    vertical-align: top;
               }

               .books-newsletter .heading .first-heading {
                    display: inline-block;
                    vertical-align: top;
                    padding: 17px 0px 0px 27px;
                    font-size: 18px;
                    color: #333;
                    font-weight: 600;
               }

               .books-newsletter .heading .second-heading {
                    display: inline-block;
                    vertical-align: top;
                    padding: 22px 0px 0px 27px;
               }

          .books-newsletter .inputs {
               padding-top: 59px;
               text-align: right;
          }

               .books-newsletter .inputs input {
                    margin: 0px 0px 0px 0px;
                    height: 46px;
                    width: 75%;
                    max-width: 320px;
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    border: 1px solid rgba(0, 0, 0, .1);
               }

               .books-newsletter .inputs .button {
                    height: 46px;
                    margin: 0px 0px 0px -8px;
                    vertical-align: top;
                    display: inline-block;
                    position: relative;
                    padding: 15px 20px 0px 20px;
               }

/* @end */

/* @group Cookie*/

.cookie .standard-body:before {
     display: none !important;
}

.cookie{
    position: fixed;
    padding: 15px 0px 0px 0px;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -1px 2px 0px rgba(50, 50, 50, 0.2);
}

.cookie .content {
    float: left;
    padding: 1px 0px 14px 0px;
}

.cookie .content p {
    margin: 0px;
    padding: 0px;
}

.cookie .operations {
    float: right;
    width: 400px;
    text-align: right;
    padding-bottom: 14px;
}

.cookie .operations .dont-show-label {
    display: inline-block;
}

.cookie .operations .dont-show-label label > span {
    position: relative;
    top: 1px;
    padding-left: 4px;
}

.cookie .operations .dont-show-label label {
    cursor: pointer;
}

.cookie .operations .button {
    display: inline-block;
    cursor: pointer;
    margin: 0px 0px 0px 30px;
}

/* @end group */

/* @group Button product questions */

#main .button-product-question {
     margin: 20px 0px 0px 0px;
     padding-left: 20px;
     padding-right: 25px;
     clear: left;
}

/* @end */

/* @group Header Type 25 */

.header-type-25 #top .pattern > .container {
     padding-bottom: 18px;
     padding-top: 6px;
}

/* @end */

/* Newsletter styling - s */
.form-group .flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin-left: 0;
	margin-right: 0;
  }

  .form-group .flex-row .col-sm, .form-group .flex-row .col-sm-auto {
	padding-left: 15px;
	padding-right: 15px;
  }

  .form-group .flex-row .col-sm {
	width: auto;
	flex-grow: 1;
	max-width: 100%;
  }

  .form-group .flex-row .col-sm-auto {
	width: auto;
	max-width: 100%;
  }

  .form-group .flex-row .col-sm label {
	margin-right: 10px;
  }

  .form-group .flex-row .col-sm label input {
	margin-top: 5px;
	margin-left: -17px
  }

  .form-group p a {
	color: #000 !important;
	text-decoration: underline;
  }

  .form-group p a:hover {
	color: #000 !important;
	text-decoration: none;
  }
/* Newsletter styling - e */

/* @group Blog Search */

.blog-search .form-group {
   margin-bottom: 0;
}

.blog-search input[type="text"] {
     margin: 0px;
}

.blog-search .search-form button {
   font-family: FontAwesome;
   position: absolute;
   right: 30px;
   top: 11px;
   cursor: pointer;
   font-size: 16px;
   line-height: 16px;
   font-weight: 400;
   color: #333;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   border: none;
   background: none;
}

/* @end */

/* @group Blog list default */

ul.blog-list-default {
     list-style: none;
     padding: 0px;
     margin: 0px;
}

     ul.blog-list-default li {
          padding: 21px 0px 20px 0px;
     }

          ul.blog-list-default li:first-child {
               padding-top: 0px;
          }

          ul.blog-list-default li:last-child {
               padding-bottom: 0px;
          }

		  /*
          ul.blog-list-default li:before {
               content: '';
               position: absolute;
               left: 0;
               right: 0;
               height: 1px;
               background: rgba(0, 0, 0, .1);
               margin-top: -21px;
          }
		  */

               ul.blog-list-default li:first-child:before {
                    display: none;
               }

          ul.blog-list-default li .thumb-holder {
               float: left;
               width: auto;
               margin-right: 20px;
          }

               ul.blog-list-default li .thumb-holder img {
                    display: block;
               }

          ul.blog-list-default li .date-published {
               padding: 4px 0px 3px 0px;
               font-size: 11px;
               font-weight: bold;
          }

          ul.blog-list-default li h5 {
               padding: 0px;
               margin: 0px;
               font-size: 15px;
               line-height: 18px;
          }

/* @end */

/* @group Tagcloud */

.blog-tags .box-content {
     border-bottom: none !important;
}

.tagcloud {
     line-height: 15px;
     position: relative;
     margin: -7px 0px -10px 0px;
}

     .box-type-3 .tagcloud,
     .box-type-14 .tagcloud {
          padding-left: 30px;
          padding-right: 30px;
          padding-bottom: 25px;
          padding-top: 7px;
     }

     .tagcloud a {
          display: inline-block;
          background: #d9121f;
          font-size: 9px;
          line-height: 15px;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          margin: 0px 7px 9px 0px;
          padding: 1px 10px 0px 10px;
     }

          .tagcloud a:hover {
               background: #333;
          }

/* @end */

/* @group News */

.news {
     position: relative;
     margin-top: -30px;
}

     .news .media {
          position: relative;
          margin-top: 30px;
     }

     .news .thumb-holder {
          overflow: hidden;
     }

          .news .thumb-holder img {
               display: block;
               width: 100%;
          }

     .news .media-body {
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          cursor: pointer;
     }

          .news .media-body:before {
               content: "";
               background: url('../img/bg-news.png') bottom left repeat-x;
               opacity: 0.6;
               top: 0;
               left: 0;
               bottom: 0;
               right: 0;
               position: absolute;
               z-index: -1;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .news .media-body:hover:before {
                    opacity: 0.7;
               }

          .news .media-body .tags {
               position: absolute;
               top: 18px;
               left: 20px;
               right: 10px;
               margin: 0px;
               padding: 0px;
               line-height: 1.6;
          }

               .news .media-body .tags a {
                    display: inline-block;
                    background: #d9121f;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    margin: 0px 7px 9px 0px;
                    padding: 1px 10px 0px 10px;
               }

                    .news .media-body .tags a:hover {
                         background: #333;
                    }

          .news .media-body .bottom {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               text-align: center;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .news.v1 .media-body .bottom {
                    color: #fff;
               }

               .news .media-body:hover .bottom {
                    bottom: 10px;
               }

               .news .media-body .date-published {
                    display: inline-block;
                    font-size: 12px;
                    font-weight: bold;
                    border-bottom: 1px solid rgba(255, 255, 255, .2);
                    padding-bottom: 9px;
                    padding-top: 25px;
               }

               .news .media-body h5 {
                    padding: 12px 20px 34px 20px;
                    margin: 0px;
                    font-size: 18px;
                    line-height: 23px;
                    	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
                    text-transform: none;
                    font-weight: 500 !important;
                    color: #fff;
               }

/* @end */

/* @group News V2 */

.news.v2 .media {
     padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img {
     -webkit-transform: scale(1,1);
     -webkit-transition-timing-function: ease-out;
     -webkit-transition-duration: 250ms;
     -moz-transform: scale(1,1);
     -moz-transition-timing-function: ease-out;
     -moz-transition-duration: 250ms;
     transform: scale(1,1);
     transition-timing-function: ease-out;
     transition-duration: 250ms;
}

     .news.v2 .media:hover .thumb-holder img {
          -webkit-transform: scale(1.04,1.04);
          -webkit-transition-timing-function: ease-out;
          -webkit-transition-duration: 250ms;
          -moz-transform: scale(1.04,1.04);
          -moz-transition-timing-function: ease-out;
          -moz-transition-duration: 250ms;
          transform: scale(1.04,1.04);
          transition-timing-function: ease-out;
          transition-duration: 250ms;
     }

.news.v2 .media-body:before {
     display: none !important;
}

.news.v2  .media-body .bottom {
     background: #fff;
     border: 1px solid #e6e6e6;
     border-top: none;
     color: #1349b2;
     bottom: 0 !important;
}

     .news.v2  .media-body .bottom h5 {
     }

     .news.v2 .media-body .date-published {
          border-color: rgba(0, 0, 0, .2);
     }

     .news.v2 .media-body h5 {
          padding-bottom: 33px;
     }

          .news.v2 .media-body h5 a {
               line-height: 23px;
          }

/* @end */

/* @group Cosmetics news */

.cosmetics-news {
     position: relative;
     margin-top: -30px;
}

     .cosmetics-news .media {
          background: #fff;
          padding-right: 30px;
          margin-top: 30px;
     }

          .cosmetics-news .media .thumb-holder {
               float: left;
               margin-right: 30px;
               max-width: 50%;
          }

               .cosmetics-news .media .thumb-holder img {
                    display: block;
               }

          .cosmetics-news .media .tags {
               padding-top: 27px;
          }

               .cosmetics-news .media .tags a {
                    display: inline-block;
                    background: #d9121f;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    margin: 0px 7px 9px 0px;
                    padding: 0px 10px 1px 10px;
               }

                    .cosmetics-news .media .tags a:hover {
                         background: #333;
                    }

          .cosmetics-news .media .date-published {
               padding: 14px 0px 0px 0px;
               margin: 0px;
          }

          .cosmetics-news .media h5 {
               padding: 0px 0px 30px 0px;
               margin: 0px;
          }

               .cosmetics-news .media h5 a {
                    font-size: 20px;
                    line-height: 25px;
               }

/* @end */

/* @group Medic news */

.medic-news {
     position: relative;
     margin-top: -30px;
     margin-left: -30px;
     margin-right: -30px;
}

     .medic-news > div {

          position: static;
          padding-left: 30px;
          padding-right: 30px;
     }

     .medic-news > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;

          width: 1px;
          margin-left: -30px;
     }

          .medic-news > div:first-child:before {
               display: none;
          }

     .medic-news .media {
          padding-top: 50px;
          padding-bottom: 50px;
     }

          .medic-news .media .media-body {
               overflow: visible !important;
          }

          .medic-news .media .thumb-holder {
               float: left;
               margin-right: 30px;
               max-width: 50%;
          }

               .medic-news .media .thumb-holder img {
                    display: block;
               }

          .medic-news .media .date-published {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               font-size: 12px;
               font-weight: bold;
               margin-top: -5px;
               position: relative;
          }

          .medic-news .media h5 {
               padding: 2px 0px 22px 0px;
               margin: 0px;
          }

               .medic-news .media h5 a {
                    font-size: 20px;
                    line-height: 23px;
                    color: #fff;
               }

          .medic-news .media .post-description {
               max-height: 66px;
			   font-size: 15px;
               line-height: 21px;
               overflow: hidden;
               color: rgba(255,255,255,0.7);
          }

          #main .medic-news .media .button {
               margin: 22px 0px 0px 0px;
               padding: 8px 23px 6px 23px;
               font-size: 11px !important;
          }

/* @end */

/* @group Wine news */

.wine-news {
     position: relative;
     margin-top: -30px;
     margin-left: -30px;
     margin-right: -30px;
}

     .wine-news > div {
          position: static;
          padding-left: 30px;
          padding-right: 30px;
     }

     .wine-news > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          background: rgba(0, 0, 0, .1);
          width: 1px;
          margin-left: -30px;
     }

          .wine-news > div:first-child:before {
               display: none;
          }

     .wine-news .media {
          padding-top: 47px;
          padding-bottom: 50px;
     }

          .wine-news .media .date-published {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               font-size: 12px;
               font-weight: bold;
               position: relative;
          }

          .wine-news .media .post-title {
               padding: 0px 0px 19px 0px;
               margin: 0px;
          }

               .wine-news .media .post-title a {
                    font-size: 20px;
                    line-height: 25px;
                    color: #000;
               }

          .wine-news .media .post-description {
               max-height: 66px;
               line-height: 21px;
               overflow: hidden;
               color: #666666;
          }

          .wine-news .button-more {
               display: inline-block;
               border: 1px solid #d9d9d9;
               background: #fff;
               border-radius: 20px;
               -webkit-border-radius: 20px;
               -moz-border-radius: 20px;
               padding: 8px 30px 5px 30px;
               margin: 20px 0px 0px 0px;
               text-transform: uppercase;
               font-size: 11px;
               font-weight: 700;
               color: #d9121f;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .wine-news .button-more:hover {
                    background: #d9121f;
                    border-color: #d9121f;
                    color: #fff;
               }

/* @end */


/* @group Cameras news */

.cameras-news {
     position: relative;
     margin-top: -30px;
}

     .cameras-news .media {
          background: #fff;
          border: 1px solid rgba(0, 0, 0, .1);
          padding-right: 30px;
          margin-top: 30px;
          text-align: center;
          overflow: visible !important;
     }

          .cameras-news .media .thumb-holder {
               float: left;
               margin: -1px 30px -1px -1px;
               max-width: 60%;
               position: relative;
          }

               .cameras-news .media .thumb-holder img {
                    display: block;
               }

          .cameras-news .media .tags {
               position: absolute;
               top: 17px;
               left: 20px;
          }

               .cameras-news .media .tags a {
                    display: inline-block;
                    background: #d9121f;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin: 0px 7px 9px 0px;
                    padding: 1px 10px 0px 10px;
               }

                    .cameras-news .media .tags a:hover {
                         background: #333;
                    }

          .cameras-news .media .date-published {
               padding: 37px 0px 9px 0px;
               margin: 0px;
               font-weight: bold;
               font-size: 11px;
               display: inline-block;
               border-bottom: 1px solid rgba(0, 0, 0, .2);
          }

          .cameras-news .media .post-title {
               padding: 14px 0px 25px 0px;
               margin: 0px;
          }

               .cameras-news .media .post-title a {
                    font-size: 16px;
                    line-height: 20px;
               }

/* @end */

/* @group Shoes parallax */

.shoes-parallax {
     padding: 200px 0px 172px 24.2%;
}

     .shoes-parallax h3,
     .shoes-parallax h4 {
          padding: 0px;
          margin: 0px;
          color: #fff;
          font-size: 43px;
          font-weight: 300 !important;
          line-height: 1;
     }

          .shoes-parallax h4 {
               font-size: 63px;
               font-weight: normal !important;
               position: relative;
               margin-top: -7px;
          }

     .shoes-parallax .button {
          margin: 5px 0px 0px 0px;
     }

     #main .button-white-shoes {
          background: #fff !important;
          color: #383735 !important;
          padding-left: 30px;
          padding-right: 30px;
     }

          #main .button-white-shoes:hover {
               color: #fff !important;
               background: #383735 !important;
          }

/* @end */

/* @group Shoes2 phone */

.shoes2-phone {
     display: inline-block !important;
     margin: 30px 45px 0px -301px;
     position: relative;
}

.shoes2-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 2px 0px 0px;
}

.shoes2-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 10px;
     line-height: 9px;
     color: #626262;
     text-transform: uppercase;
     font-weight: 600;
     padding: 8px 5px 0px 0px;
     text-align: left;
}

.shoes2-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 2px 0px 0px 0px;
     margin: 0px;
     font-size: 21px;
     color: #fff;
     font-weight: 600;
}

/* @end */

/* @group Shoes2 columns */

.shoes2-columns {
     background: #ffffff;
     background: -moz-linear-gradient(top, #ffffff 50%, #f2f2f2 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f2f2f2));
     background: -webkit-linear-gradient(top, #ffffff 50%,#f2f2f2 100%);
     background: -o-linear-gradient(top, #ffffff 50%,#f2f2f2 100%);
     background: -ms-linear-gradient(top, #ffffff 50%,#f2f2f2 100%);
     background: linear-gradient(to bottom, #ffffff 50%,#f2f2f2 100%);
     border: 1px solid #e5e5e5;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .shoes2-columns .row {
          margin: 0px;
     }

          .shoes2-columns .row > div {
               padding: 12px 37px 12px 37px;
          }

     .shoes2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 87px;
          background: url(../img/shoes-columns-1.png) top left no-repeat;
          left: -65px;
     }

          .shoes2-columns .row > div:first-child:before {
               display: none;
          }

          .shoes2-columns .row > div:last-child:before {
               background: url(../img/shoes-columns-2.png) top left no-repeat;
          }

     .shoes2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }

     .shoes2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Shoes2 contact */

.shoes2-contact {
     padding-bottom: 5px;
     padding-top: 3px;
}

     .shoes2-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 5px 0px 0px;
     }

     #main .shoes2-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 14px 0px 0px 0px;
          margin: 0px;
          font-size: 20px;
          color: #000;
          font-weight: 500;
     }

/* @end */

/* @group Shoes2 parallax */

.shoes2-parallax {
     padding: 119px 0px 236px 0px;
}

     .shoes2-parallax .first-heading {
          color: #1a191a;
          font-size: 40px;
          line-height: 1;
          font-weight: 300;
     }

     .shoes2-parallax .second-heading {
          color: #f77b24;
          font-size: 40px;
          line-height: 1;
          font-weight: 500;
     }

     .shoes2-parallax .button {
          margin: 22px 0px 0px 0px;
          height: 45px;
          padding-top: 14px;
          font-size: 12px !important;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
     }

/* @end */

/* @group Add to cart shoes2 */

#main .button-shoes2-add-to-cart {
     position: relative;
     padding: 14px 32px 12px 57px !important;
     font-size: 12px !important;
     border-radius: 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
}

     .button-shoes2-add-to-cart:before {
          content: '';
          position: absolute;
          top: 14px;
          left: 23px;
          display: block;
          width: 16px;
          height: 16px;
          background: url(../img/add-to-cart-3.png) top left no-repeat;
     }

/* @end */

/* @group Shoes2 small button */

#main .shoes2-small-button {
     padding: 8px 30px 5px 30px !important;
     margin: 18px 0px 0px 0px;
}

/* @end */

/* @group Shoes3 columns */

.shoes3-columns {
     background: #fcfcfc;
     border: 1px solid #e2e2e2;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .shoes3-columns .row {
          margin: 0px;
     }

          .shoes3-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .shoes3-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e2e2e2;
          left: 0;
     }

          .shoes3-columns .row > div:first-child:before {
               display: none;
          }

     .shoes3-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }

     .shoes3-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Footer Block Shoes3 */

.footer-blocks-top-shoes3 {
     padding-top: 17px;
}

.footer-block-shoes3 {
     padding: 10px 0px 11px 0px;
}

     .footer-block-shoes3 img {
          display: inline-block;
          vertical-align: top;
          margin-right: 16px;
     }

     .footer-block-shoes3 .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }

          .footer-block-shoes3 .footer-block-content h6 {
               padding: 2px 0px 0px 0px;
               margin: 0px;
               font-size: 13px;
               font-weight: normal;
               line-height: 1;
               color: #2e2e2e;
          }

               body.firefox-mac .footer-block-shoes3 .footer-block-content h6 {
                    font-weight: 300;
               }

          .footer-block-shoes3 .footer-block-content p {
               padding: 4px 0px 0px 0px;
               margin: 0px;
               line-height: 1;
               font-weight: 500;
               font-size: 20px;
          }

     .footer-blocks-top-shoes3 .button {
          margin: 10px 0px 0px 0px;
          padding-left: 30px;
          padding-right: 30px;
     }

/* @end */

/* @group Shoes3 phone in megamenu */

.shoes3-phone {
     display: inline-block;
     text-align: right;
     vertical-align: top;
     color: #117c97;
     font-size: 10px;
     line-height: 9px;
     font-weight: 600;
     padding: 2px 0px 0px 2px;
}

.shoes3-phone2 {
     display: inline-block;
     vertical-align: top;
     font-size: 20px;
     line-height: 20px;
     padding: 1px 0px 0px 9px;
}

/* @end */

/* @group Shoes3 newsletter */

.border-shoes3-newsletter {
     border: 1px solid #e0e0e0;
}

.shoes3-newsletter {
     padding: 49px 60px 46px 60px;
}

     .shoes3-newsletter .inputs {
          float: right;
          padding-left: 40px;
     }

          .shoes3-newsletter .inputs input {
               margin: 0px 7px 0px 0px;
               height: 40px;
               width: 238px;
               line-height: 40px;
               font-size: 12px;
               vertical-align: top;
               display: inline-block;
          }

          .shoes3-newsletter .inputs .button {
               padding-left: 30px;
               padding-right: 30px;
               margin: 0px;
               height: 40px;
               vertical-align: top;
               display: inline-block;
          }

     .shoes3-newsletter .heading {
          float: left;
          line-height: 1;
          padding-top: 2px;
          padding-right: 40px;
     }

          .shoes3-newsletter .heading .first-heading {
               font-size: 25px;
               font-weight: 600;
          }

          .shoes3-newsletter .heading .second-heading {
               color: #117c97;
               padding-top: 3px;
          }

     .shoes3-newsletter .strip-line {
          height: 1px;
          background: rgba(0, 0, 0, .1);
          overflow: hidden;
          margin-top: 20px;
     }

/* @end */

/* @group Today deal Shoes3 */

.today-deals-shoes3 {

}

     .today-deals-shoes3 .box-heading {
          margin-top: -2px;
     }

     .today-deals-shoes3 .box-content {
          padding: 0px;
          border: 1px solid #e5e5e5;
          margin-top: -1px;
          position: relative;
     }

.today-deals-shoes3-products {
     position: relative;
     padding: 0px 0px 30px 0px;
     text-align: center;
}

     .today-deals-shoes3-products .sale,
     .today-deals-shoes3-products .new {
          margin-top: -1px !important;
          margin-left: -1px !important;
          z-index: 6;
     }

     .today-deals-shoes3-products .is-countdown {
          padding: 0px;
          margin: 0px;
          position: relative;
          background: #fcfcfc;
          border-bottom: 1px solid #e5e5e5;
     }

          .today-deals-shoes3-products .countdown-section {
               font-weight: 600;
               font-size: 12px;
               color: #ccb461;
               padding: 0px 0px 11px 0px;
          }

          .today-deals-shoes3-products .countdown-amount {
               font-size: 20px;
               font-weight: 500;
               color: #000;
               padding: 13px 0px 0px 0px;
          }

     .today-deals-shoes3-products .image {

     }

          .today-deals-shoes3-products .image img {
               display: block;
               margin: 0px auto;
          }

     .today-deals-shoes3-products .name {
          padding-top: 17px;
          padding-left: 25px;
          padding-right: 25px;
     }

          .today-deals-shoes3-products .name a {
               font-size: 12px;
          }

     .today-deals-shoes3-products .price {
     	color: #d9121f;
     	font-size: 25px;
     	line-height: 25px;
     	font-weight: 600;
     	padding-top: 3px;
     	padding-left: 25px;
     	padding-right: 25px;
     }

     	.today-deals-shoes3-products .price .price-old {
     		font-weight: 300 !important;
     		text-decoration: line-through;
     		font-size: 20px;
     		line-height: 25px;
     	}

/* @end */

/* @group Lingerie slider button */

#main .lingerie-button {
     margin: 0px;
     padding: 19px 40px 14px 40px;
     color: #000 !important;
     background: #fff !important;
}

     #main .lingerie-button:hover {
          color: #fff !important;
          background: #968085 !important;
     }

/* @end */

/* @group Lingerie parallax */

.lingerie-parallax {
     padding: 136px 0px 155px 60%;
     max-height: 404px;
}

     .lingerie-parallax h3 {
          padding: 0px;
          margin: 0px;
          line-height: 1;
          font-size: 40px;
          color: #ab6a57;
     }

     .lingerie-parallax h4 {
          padding: 0px 0px 13px 0px;
          margin: 0px;
          line-height: 1;
          font-size: 40px;
     }

     .lingerie-parallax a.button-lingerie-parallax {
          font-size: 11px;
          text-transform: uppercase;
          font-weight: 600;
          color: #000;
          padding-left: 2px;
     }

/* @end */

/* @group Lingerie newsletter */

.border-lingerie-newsletter {
     border: 1px solid #e0e0e0;
     position: relative;
}

     .border-lingerie-newsletter:after {
          content: '';
          position: absolute;
          bottom: -18px;
          left: 0;
          right: 0;
          height: 19px;
          background: url(../img/lingerie-newsletter-border.png) top center no-repeat;
     }

.lingerie-newsletter {
     padding-top: 0px;
}

     .lingerie-newsletter .heading {
          padding-top: 0px;
     }

     #main .lingerie-newsletter .first-heading {
          padding: 40px 0px 0px 0px;
          margin: 0px;
          font-size: 30px;
          color: #ef5f96;
          position: relative;
          display: inline-block;
     }

          #main .lingerie-newsletter .first-heading:before {
               content: '';
               position: absolute;
               top: -2px;
               left: 0;
               right: 0;
               height: 2px;
               background: #ef5f96;
          }

     #main .lingerie-newsletter .second-heading {
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          color: #000;
          position: relative;
          margin-top: -1px;
          margin-left: -3px;
     }

     .lingerie-newsletter .strip-line {
          margin-top: 69px;
     }

     .lingerie-newsletter .inputs {
          padding-top: 49px;
     }

          .lingerie-newsletter .inputs input {
               margin-right: -3px;
          }

/* @end */

/* @group Lingerie categories */

#main .lingerie-categories {
     padding: 3px 0px 10px 0px;
     margin: 0px;
}

     .lingerie-categories li {
          padding-top: 10px;
     }

          .lingerie-categories li img {
               display: inline-block;
               vertical-align: top;
               margin-right: 12px;
          }

          #main .lingerie-categories a {
               font-weight: 600;
               color: #000;
               font-size: 13px;
          }

/* @end */

/* @group Lingerie contact */

.lingerie-contact {
     padding: 9px 0px 8px 0px;
}

     .lingerie-contact h6 {
          color: #ef5f96;
          font-size: 30px;
          line-height: 15px;
     }

     .lingerie-contact p {
          padding: 0px;
          margin: 0px;
          color: #000;
          font-weight: 600;
          font-size: 11px;
          text-transform: uppercase;
     }
 .input-group {width:90%}

	#mini-cart2 > .row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#mini-cart2 > .row .col-md-3,
	#mini-cart2 > .row .col-md-4,
	#mini-cart2 > .row .col-md-5 {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	
 @media (max-width: 991px) {
	#collapse-coupon .coupon .input-group,
	#mini-cart2 .input-group {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	#collapse-coupon .coupon .input-group input,
	#mini-cart2 .input-group input {
		flex-grow: 1;
	}

	#collapse-coupon .coupon .input-group .input-group-btn,
	#mini-cart2 .input-group .input-group-btn {
		width: auto;
	}

	#mini-cart2 > .row .col-md-3 {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		float: none;
	}

	#mini-cart2 > .row .col-md-4 {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		float: none;
	}

	#mini-cart2 > .row .col-md-5 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		float: none;
	}
 }
 @media (min-width: 992px) {
	#collapse-coupon .coupon .input-group {
		width:90%
	}

	#mini-cart2 > .row .col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	#mini-cart2 > .row .col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	#mini-cart2 > .row .col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
 }
/* @end */

/* Footer special cols */
.col-md-20 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float: left;
}
@media (min-width: 992px) {
	.col-md-20 {
		width: 20%;
	}
}
/* Footer special cols */

/* @group Lingerie free shipping */

.lingerie-free-shipping {
     border-bottom: 1px solid rgba(255, 255, 255, .1);
     border-right: 1px solid rgba(255, 255, 255, .1);
     color: #808080;
     font-size: 11px;
     display: inline-block;
     vertical-align: top;
     padding: 12px 30px 11px 0px;
     position: relative;
}

     .lingerie-free-shipping img {
          display: inline-block;
          vertical-align: top;
          margin: 2px 17px 0px 0px;
     }

     .lingerie-free-shipping:before {
          content: '';
          position: absolute;
          bottom: -1px;
          right: 100%;
          width: 10000px;
          height: 1px;
          background: rgba(255, 255, 255, .1);
     }

/* @end */

/* @group lingerie2 columns */

.lingerie2-columns {
     background: #fff url(../img/bg-lingerie2-columns.png) top center no-repeat;
     border: 1px solid #e0e0e0;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .lingerie2-columns .row {
          margin: 0px;
     }

          .lingerie2-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .lingerie2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e0e0e0;
          left: 0;
     }

          .lingerie2-columns .row > div:first-child:before {
               display: none;
          }

     .lingerie2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }

     .lingerie2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Footer Block lingerie2 */

.footer-blocks-top-lingerie2 {
     padding-top: 0px;
     margin-top: -3px;
}

.footer-block-lingerie2 {
     padding: 10px 0px 15px 0px;
}

     .footer-block-lingerie2 img {
          display: inline-block;
          vertical-align: top;
          margin-right: 16px;
     }

     .footer-block-lingerie2 .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }

          .footer-block-lingerie2 .footer-block-content p {
               padding: 2px 0px 0px 0px;
               margin: 0px;
               font-size: 13px;
               font-weight: 500;
               line-height: 1;
               color: #020202;
          }

          .footer-block-lingerie2 .footer-block-content h6 {
               padding: 4px 0px 0px 0px;
               margin: 0px;
               line-height: 15px;
               font-size: 23px;
               color: #59454b;
          }

     .footer-blocks-top-lingerie2 .footer-button {
          margin: 16px 0px 10px 0px;
          padding-left: 38px;
          padding-right: 38px;
     }

/* @end */

/* @group Lingerie2 parallax */

.lingerie2-parallax {
     padding: 83px 0px 109px 0px;
}

     .lingerie2-parallax h3 {
          padding: 0px;
          margin: 0px;
          line-height: 1;
          font-size: 23px;
          color: #fff;
     }

     .lingerie2-parallax h4 {
          padding: 0px;
          margin: 0px;
          line-height: 50px;
          font-size: 120px;
          color: #d04a69;
          font-weight: bold !important;
     }

     .lingerie2-parallax .button {
          margin: 65px 0px 0px 0px;
     }

/* @end */

/* @group Lingerie2 slider button */

#main .lingerie2-button {
     margin: 0px;
     padding: 19px 40px 14px 40px;
}

/* @end */

/* @group Banners hover effect */

.banners-effect-1 .row-no-padding a > img,
.banners-effect-1 .banners > div img {
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
}

     .banners-effect-1 .row-no-padding a > img:hover,
     .banners-effect-1 .banners > div img:hover {
          opacity: 0.8;
     }

.banners-effect-2 .row-no-padding a,
.banners-effect-2 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-2 .row-no-padding a:before,
     .banners-effect-2 .banners > div a:before {
          background-color: rgba(255, 255, 255, 0.2);
          display: block;
          width: 100%;
          height: 100%;
          left: -100%;
          opacity: 0;
          filter: alpha(opacity=0);
          position: absolute;
          top: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          content: "";
          z-index: 1;
     }

          .banners-effect-2 .row-no-padding a:hover:before,
          .banners-effect-2 .banners > div a:hover:before {
               left: 0;
               opacity: 1;
          }

.banners-effect-3 .row-no-padding a,
.banners-effect-3 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-3 .row-no-padding a:before,
     .banners-effect-3 .banners > div a:before {
          border: 50px solid transparent;
          border-top-right-radius: 50px;
          border-top-left-radius: 50px;
          border-bottom-right-radius: 50px;
          border-bottom-left-radius: 50px;
          box-sizing: border-box;
          cursor: pointer;
          display: inline-block;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          position: absolute;
          top: 0;
          content: "";
          opacity: 1;
          filter: alpha(opacity=100);
          width: 100px;
          height: 100px;
          -webkit-transform: scale(7);
          -ms-transform: scale(7);
          -o-transform: scale(7);
          transform: scale(7);
          -webkit-transition: all 0.4s ease-in-out 0s;
          -o-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
          visibility: visible;
          z-index: 1;
     }

          .banners-effect-3 .row-no-padding a:hover:before,
          .banners-effect-3 .banners > div a:hover:before {
               border: 0 solid rgba(0, 0, 0, 0.7);
               opacity: 0;
               filter: alpha(opacity=0);
          }

.banners-effect-4 .row-no-padding a,
.banners-effect-4 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-4 .row-no-padding a:before,
     .banners-effect-4 .banners > div a:before {
          border-bottom: 50px solid rgba(255, 255, 255, 0.4);
          border-top: 50px solid rgba(255, 255, 255, 0.4);
          content: "";
          height: 100%;
          left: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          position: absolute;
          top: 0;
          transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          transform-origin: 50% 50% 0;
          width: 100%;
     }

          .banners-effect-4 .row-no-padding a:hover:before,
          .banners-effect-4 .banners > div a:hover:before {
               opacity: 1;
               filter: alpha(opacity=100);
               transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
          }

.banners-effect-5 .row-no-padding a,
.banners-effect-5 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-5 .row-no-padding a:before,
     .banners-effect-5 .banners > div a:before {
          bottom: 0;
          content: "";
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
          -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
          transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
          z-index: 1;
          border: 200px double transparent;
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible;
     }

          .banners-effect-5 .row-no-padding a:hover:before,
          .banners-effect-5 .banners > div a:hover:before {
               opacity: 0;
               filter: alpha(opacity=0);
               border: 0 double rgba(255, 255, 255, 0.7);
               visibility: hidden;
          }

.banners-effect-6 .row-no-padding a,
.banners-effect-6 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
     background: #000;
}

     .banners-effect-6 .row-no-padding a img,
     .banners-effect-6 .banners > div a img {
          backface-visibility: hidden;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
          transition: opacity 1s ease 0s, transform 1s ease 0s;
     }

          .banners-effect-6 .row-no-padding a:hover img,
          .banners-effect-6 .banners > div a:hover img {
               opacity: 0.8;
               filter: alpha(opacity=80);
               transform: scale3d(1.1, 1.1, 1);
          }

.banners-effect-7 .row-no-padding a,
.banners-effect-7 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-7 .row-no-padding a:before,
     .banners-effect-7 .banners > div a:before {
          position: absolute;
          background: rgba(0, 0, 0, 0.3);
          width: 0;
          top: 0;
          left: 50%;
          content: "";
          transition: all 0.3s ease-in-out 0s;
     }

          .banners-effect-7 .row-no-padding a:hover:before,
          .banners-effect-7 .banners > div a:hover:before {
               width: 100%;
               left: 0;
               top: 0;
               height: 100%;
          }

.banners-effect-8 .row-no-padding a,
.banners-effect-8 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
     background: #000;
}

     .banners-effect-8 .row-no-padding a:before,
     .banners-effect-8 .banners > div a:before,
     .banners-effect-8 .row-no-padding a:after,
     .banners-effect-8 .banners > div a:after {
          bottom: 20px;
          content: "";
          left: 20px;
          opacity: 0;
          position: absolute;
          right: 20px;
          top: 20px;
          -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          z-index: 1;
     }

          .banners-effect-8 .row-no-padding a:before,
          .banners-effect-8 .banners > div a:before {
               border-bottom: 1px solid #ffffff;
               border-top: 1px solid #ffffff;
               -webkit-transform: scale(0, 1);
               -ms-transform: scale(0, 1);
               -o-transform: scale(0, 1);
               transform: scale(0, 1);
          }

          .banners-effect-8 .row-no-padding a:after,
          .banners-effect-8 .banners > div a:after {
               border-left: 1px solid #ffffff;
               border-right: 1px solid #ffffff;
               -webkit-transform: scale(1, 0);
               -ms-transform: scale(1, 0);
               -o-transform: scale(1, 0);
               transform: scale(1, 0);
          }

          .banners-effect-8 .row-no-padding img,
          .banners-effect-8 .banners > div img {
               opacity: 1;
               filter: alpha(opacity=100);
               -webkit-transition: opacity 0.35s ease 0s;
               -o-transition: opacity 0.35s ease 0s;
               transition: opacity 0.35s ease 0s;
          }

               .banners-effect-8 .row-no-padding a:hover:before,
               .banners-effect-8 .banners > div a:hover:before,
               .banners-effect-8 .row-no-padding a:hover:after,
               .banners-effect-8 .banners > div a:hover:after {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
               }

               .banners-effect-8 .row-no-padding a:hover img,
               .banners-effect-8 .banners > div a:hover img {
                    opacity: 0.5;
                    filter: alpha(opacity=50);
               }

.banners-effect-9 .row-no-padding a,
.banners-effect-9 .banners > div a {
     display: block;
     position: relative;
     z-index: 10;
}

     .banners-effect-9 .row-no-padding a:before,
     .banners-effect-9 .banners > div a:before {
     	position: absolute;
     	top: 0;
     	left: 0;
     	z-index: 0;
     	width: 100%;
     	height: 100%;
     	background: #000;
     	content: '';
     	-webkit-transition: opacity 0.35s;
     	transition: opacity 0.35s;
     	box-shadow: 0 3px 30px rgba(0,0,0,0.2);
     	opacity: 0;
     }

          .banners-effect-9 .row-no-padding a:hover:before,
          .banners-effect-9 .banners > div a:hover:before {
               opacity: 1;
          }

     .banners-effect-9 .row-no-padding a img,
     .banners-effect-9 .banners > div a img {
          opacity: 1;
          -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
          -webkit-transform: perspective(1000px) translate3d(0,0,0);
          transform: perspective(1000px) translate3d(0,0,0);
     }

          .banners-effect-9 .row-no-padding a:hover img,
          .banners-effect-9 .banners > div a:hover img {
               -webkit-transform: perspective(1000px) translate3d(0,0,21px);
               transform: perspective(1000px) translate3d(0,0,21px);
          }

.banners-effect-10 .row-no-padding a,
.banners-effect-10 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-10 .row-no-padding a:before,
     .banners-effect-10 .banners > div a:before {
     	position: absolute;
     	top: 0;
     	left: 0;
     	width: 100%;
     	height: 100%;
     	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 75%);
     	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 75%);
     	content: '';
     	opacity: 0;
     	-webkit-transform: translate3d(0,50%,0);
     	transform: translate3d(0,50%,0);
     	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     	transition: opacity 0.35s, transform 0.35s;
     }

          .banners-effect-10 .row-no-padding a:hover:before,
          .banners-effect-10 .banners > div a:hover:before {
               opacity: 1;
               -webkit-transform: translate3d(0,0,0);
               transform: translate3d(0,0,0);
          }

/* @end */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index:400;
  border-radius:3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #00aaaa url(../../../../../image/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #00aaaa;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    /*bottom: 20px;*/
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    /*bottom: 30px;*/
  }
}
.socialni {display:inline-block;width:35px;height:35px;text-align:center;line-height:32px;font-size:17px;margin-right:4px;color:white;border:2px solid gray;border-radius:25px;
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}
.socialni:hover{border-color:#00aaaa;}
.socialni i{transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;}
.socialni:hover i{color:#fff;}
.custom-footer1 a:hover {color:#00aaaa !important;}



ul.megamenu > li > a[href*='muzi']:hover .shadow{
 display:block !important;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  height: 27px;
  line-height: 25px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #cccccc; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #cccccc; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

  .dpd_iframe{width:80%;height:100%;}
  .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{margin-left:0px;}

  .eupopup-container {
	background-color: rgba(25, 25, 25, 0.8);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #00aaaa;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #00aaaa;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 5px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px 5px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}

  .product_tags .label-success{
padding: 7px 11px 6px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;margin-bottom:7px;display:inline-block;
   background-color: #1BBC9B;
    color: #ffffff;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.media-slide .item{float:left;margin-right:10px;}
.owl-controls {
    text-align: center;
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span {
	border: 1px solid #000;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}
.owl-controls .owl-page.active span {
    background-color: #000;

}
/*
.nabidka_box{margin-top:10px !important;display:inline-block;width:100%;padding-top:20px;padding-bottom:20px;background:#d2b47d url("http://eshop.atexsport.cz/image/catalog/revslider_media_folder/bn_biatlon.jpg")}
.nabidka_box h2{font-size:24px;margin-bottom:5px;}
*/
#getting-started{font-size:30px;margin-bottom:5px;font-weight:bold;}
.lang_li.vybrane a{color:#00aaaa;font-weight:bold;}

.page-product .product_tags .label-success,.stitky_box .label-success {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	padding: 7px 0.8em 6px;
    text-transform: uppercase;
    font-family: 'Open Sans' !important;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;margin-bottom:7px;display:inline-block;
   background-color: #1BBC9B;
    color: #ffffff;
}

.page-product .product_tags .label-success span,.stitky_box .label-success span{
	padding: 0;
	margin: 0;
    text-transform: uppercase;
    font-family: 'Open Sans' !important;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.stitky_box{position:absolute;text-align:left;}
.product-grid .product .image .stitky_box{top: 0; left: 0; z-index: 1;}
.page-product .product_tags .label-success.stitok_0,.stitky_box .stitok_0{background:#1BBC9B; color:#fff;}
.page-product .product_tags .label-success.stitok_1,.stitky_box .stitok_1{background:red; color:#fff;}
.page-product .product_tags .label-success.stitok_2,.stitky_box .stitok_2{background:red; color:#fff;}
.page-product .product_tags .label-success.stitok_3,.stitky_box .stitok_3{background:#ffff66; color:black;}
.page-product .product_tags .label-success.stitok_4,.stitky_box .stitok_4{background:#94b648; color:#fff;}
.page-product .product_tags .label-success.stitok_4 .fa-truck{font-size:12px;margin-right: 1px;margin-bottom: -1px;/*font-size:14px;margin-right:4px;*/}
.stitky_box .stitok_4 .fa-truck{font-size: 12px;margin-right: 1px;margin-bottom: -1px;/*font-size:14px;margin-right:4px;*/}

@media (max-width: 991px) {
	.page-product .product_tags .label-success span.desktop-part,.stitky_box .label-success span.desktop-part {
		display: none;
	}

	.page-product .product_tags .label-success.stitok_4,.stitky_box .stitok_4{padding: 7px 7px 6px;}
}

.customdesign_box{
padding:20px;margin-top:15px;
border:1px solid #e0e0e0
}
.customdesign_box a{display:inline-block;margin-top:15px;}

.no-padding {
padding: 0 !important;
}


p a {
color: #00aaaa !important;

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


/* RG New Olomouc club design info shop */

/*
.nabidka_box {
    background: #4961ab;
    color: #fff;
    padding: 10px 30px 30px;
    position: relative;
    top: -10px;
}
*/
.nabidka_box {
	position: relative;
	display:inline-block;
	width:100%;
	padding: 0;
	background:#EBEBEB;
	position: relative;
	color:#000;
}
.nabidka_box h2 {
    font-size: 17px;
    margin-bottom: 5px;
	margin-top: 0;
    text-align: left;
}

#getting-started {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 400;
    position:relative;
}

#getting-started span {
    position: absolute;
    color: #000;
    top: 32px;
    font-size: 12px;
    margin-left: -30px;
}
#getting-started span:first-child {
    margin-left: -25px;
}

.olomouc_text {
padding: 20px 30px;
text-align: left !important;
color: #fff;
}

.olomouc_text p:last-child {
color: #6dc4df;
}

.sk-ww-instagram-hashtag-feed {
	width: 100% !important;
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
}

.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item {
	margin: 0 !important;
	background: #fff !important;
	padding: 2.5px !important;
}

@media (max-width: 991px) {
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item,
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item-sizer {
		display: none;
	}

	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item {
		position: relative;
		width: 33.3333333% !important;
		height: auto !important;
	}

	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item .sk-ig-post-img {
		position: relative;
		width: 100% !important;
		height: 0 !important;
		padding-top: 100%;
	}

	.sk-ww-instagram-hashtag-feed .sk-ig-load-more-posts {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(2),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(3),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(4),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(5),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(6),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(7) {
		display: block;
	}
}

@media (max-width: 767px) {
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(2),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(3),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(4),
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item:nth-of-type(5) {
		display: block;
	}

	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item {
		width: 50% !important;
	}
}

@media (min-width: 992px) {
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container .sk-ww-instagram-hashtag-feed-item {
		max-width: 319px;
		max-height: 319px;
		width: 16.66666666% !important;
	}

	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container {
		max-width: 1920px !important;
		margin-left: auto !important;
		margin-right: auto! important;
	}
}
/*
.sk-ww-instagram-hashtag-feed {
	width: 100% !important;
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
}

.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-container {
	max-width: 1920px !important;
	margin-left: auto !important;
	margin-right: auto! important;
}

.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-item {
	float: none;
	max-width: 480px;
	max-height: 480px;
	display: none;
}

.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-item:nth-of-type(1),
.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-item:nth-of-type(2),
.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-item:nth-of-type(3) {
	display: block;
}

@media (min-width: 481px) {
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-item {
		width: calc(50% - 5px) !important;
	}
}

@media (min-width: 751px) {
	.sk-ww-instagram-hashtag-feed .sk-ww-instagram-hashtag-feed-item {
		max-width: 319px;
		max-height: 319px;
		width: calc(16.66666666% - 5px) !important;
		display: block;
	}
}
*/

.breadcrumb .container ul .breadcrumb-special-background {
	display: none;
}

.main-cont.page-product {
	padding-top: 0;
}

.main-cont.page-category {
	padding-top: 0;
}

.main-cont.page-category > .breadcrumb {
	display: none;
}

.main-cont.page-category-collection {
	padding-top: 0;
}

.main-cont.page-category-collection > .breadcrumb {
	display: none;
}

/* */
.main-content:not(.page-product) .breadcrumb {
	margin-top: 0;
	padding: 14px 0;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-content.page-customs .breadcrumb,
.main-content.page-contact .breadcrumb {
	border: none;
}

.standard-body .main-content.page-category-collection > .background > .pattern > .container {
	padding-top: 30px;
}

@media (min-width: 992px) {
	.main-content.page-information .breadcrumb {
		margin-top: -72px;
	}

	.main-content .article-detail-col {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

@media (max-width: 1280px) {
	.breadcrumb ul .resp-invisible-level {
		display: none !important;
	}
}

.main-content .breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-content .breadcrumb ul li a:hover,
.main-content .breadcrumb ul li.active,
ul.megamenu li .sub-menu .content a:hover, ul.megamenu li .sub-menu .content .hover-menu .menu ul li:hover > a {
	color: #000 !important;
	text-decoration: underline;
}

.main-content #product-info-part .breadcrumb ul {
	margin-bottom: 30px;
}

.page-category .breadcrumb ul,
.page-category .breadcrumb h1,
.page-category .breadcrumb * {
	color: #000;
}

.page-category-collection .breadcrumb ul,
.page-category-collection .breadcrumb h1,
.page-category-collection .breadcrumb * {
	color: #000;
}

.main-cont:not(.page-product) .page-title {
	padding: 0;
}

.main-cont:not(.page-product) .page-title h1,
.common-home .box .box-heading {
	font-family: 'Roboto', 'sans-serif' !important;
	font-weight: bold;
	text-transform: none;
	font-size: 36px !important;
	line-height: 1.2;
}

.main-cont.page-category .page-title h1 {
	font-size: 36px !important;
	line-height: 1;
    font-style: italic;
	font-weight: 400;
}

.box-with-products .box-heading{
	padding-top: 13px;
	padding-bottom: 26px;
	font-family: 'Roboto', 'sans-serif' !important;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 26px !important;
}

@media (min-width: 576px) {
	.main-cont.page-category .page-title h1 {
		font-size: 40px !important;
	}

	.box-with-products .box-heading{
		padding-top: 15px;
		padding-bottom: 30px;
		font-size: 30px !important;
	}
}

@media (min-width: 768px) {
	.main-cont.page-category .page-title h1 {
		font-size: 46px !important;
	}

	.box-with-products .box-heading{
		padding-top: 20px;
		padding-bottom: 40px;
		font-size: 36px !important;
	}
}

@media (min-width: 992px) {
	.main-cont.page-category .page-title h1 {
		font-size: 50px !important;
	}
}

.main-cont:not(.page-product) .page-title h1 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.main-cont:not(.page-product) .page-title h1::first-letter,
.common-home .box .box-heading:not(#atex-ig-heading)::first-letter,
.box-with-products .box-heading::first-letter {
	text-transform: uppercase;
}

.main-cont.page-category .category-header-stripe {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #292A30;
    padding-left: 50%;
    padding-right: 50%;
    margin-left: -50%;
    margin-right: -50%;
}

.main-cont.page-category .category-header-stripe .category-text-block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.main-cont.page-category .category-header-stripe .category-text-block .page-title {
	width: 100%;
}

.main-cont.page-category .category-header-stripe .category-text-block .page-desc {
	width: 100%;
}

.main-cont.page-category .category-header-stripe .category-image-block {
	position: relative;
	width: 100%;
}

.main-cont.page-category .category-header-stripe .category-image-block.category-image-block-mobile {
	display: block;
	margin-bottom: 30px;
}

.main-cont.page-category .category-header-stripe .category-image-block.category-image-block-desktop {
	display: none;
	background-size: cover;
}

@media (min-width: 992px) {
	.main-cont.page-category .category-header-stripe .category-image-block.category-image-block-mobile {
		display: none;
	}
	
	.main-cont.page-category .category-header-stripe .category-image-block.category-image-block-desktop {
		display: block;
		max-width: 40%;
	}

	.main-cont.page-category .category-header-stripe .category-text-block {
		max-width: 60%;
		padding-top: 5%;
		padding-bottom: 1%;
	}
}

@media (min-width: 1280px) {
	.main-cont.page-category .category-header-stripe {
		padding-left: 0;
		padding-right: 0;
		margin-left: -36px;
		margin-right: -36px;
	}

	.main-cont.page-category .category-header-stripe .category-text-block {
		padding-left: 36px;
		padding-top: 10%;
		padding-bottom: 2%;
	}
	/*
	.main-cont.page-category .category-header-stripe .category-image-block .category-image-frame {
		overflow: hidden;
	}

	.main-cont.page-category .category-header-stripe .category-image-block .category-image-frame .category-image:before {
		content: '';
		background: #292A30;
		position: absolute;
		left: -10%;
		top: -10%;
		width: 20%;
		height: 120%;
		transform: rotate(15deg);
	}
	*/
}

.main-cont.page-category .category-header-stripe .category-image-block .category-image-frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
}

.main-cont.page-category .category-header-stripe .category-image-block .category-image-frame .category-image {
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

@media (min-width: 1400px) {
	.main-cont.page-category .category-header-stripe {
		max-width: 2200px;
		padding-left: 0;
		padding-right: 0;
		margin-left: -84px;
		margin-right: -84px;
	}

	.main-cont.page-category .category-header-stripe .category-text-block {
		padding-left: 84px;
		padding-top: 11%;
	}
}

.main-cont.page-category .category-header-stripe .page-title h1 {
	color: #fff;
	margin: 0;
	padding-top: 0;
    padding-bottom: 10px;
}

.main-cont.page-category .category-header-stripe .page-desc,
.main-cont.page-category .category-header-stripe .page-desc * {
	color: #fff;
}

.page-category .page-desc {
	padding: 0;

}

.page-category .page-desc p,
.page-category .page-desc p *,
.page-category .page-desc * {
	font-size: 15px !important;
	font-family: 'Roboto', 'sans-serif' !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	margin-bottom: 10px !important;
	text-align: left !important;
}

.page-category .page-desc a,
.page-category .page-desc p a,
.page-category .page-desc p a * {
	color: #000 !important;
	text-decoration: underline;
}

.page-category .page-desc a:hover,
.page-category .page-desc p a:hover, 
.page-category .page-desc p a:hover * {
	color: #000 !important;
	text-decoration: underline;
}

.page-category .category-header-stripe .page-desc a,
.page-category .category-header-stripe .page-desc p a {
	color: #fff !important;
}

.page-category .category-header-stripe .page-desc a:hover,
.page-category .category-header-stripe .page-desc p a:hover {
	color: #fff !important;
}

#tab-description.tab-content * {
	color: #000 !important;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Roboto', 'sans-serif';
	line-height: 1.6;
}

#tab-description.tab-content p, 
#tab-description.tab-content p *  {
	font-size: 15px !important;
	font-family: 'Roboto', 'sans-serif' !important;
	line-height: 1.6 !important;
	margin-bottom: 15px !important;
}

#tab-description.tab-content p,
#tab-description.tab-content p *:not(span)  {
	font-weight: 400 !important;
}

#tab-description.tab-content .description-indent p, 
#tab-description.tab-content .description-indent p *  {
	font-size: 15px !important;
	line-height: 1.1 !important;
}

#tab-description.tab-content .description-indent p a  {
	color: #000 !important;
	text-decoration: underline;
}

#tab-description.tab-content .description-indent {
	margin-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}

#tab-description.tab-content .description-indent:last-of-type:not(:only-of-type) {
	margin-bottom: 0;
	border-bottom: none;
}
/* */

/* NOVÝ PRODUCT */
.product-info .product-col-options,
.product-info #product .product-col-info {
	background: #1e1e1e;
}

.product-info .product-col-specs {
	background: #3e404b;
}

.product-info .options {
	padding: 0;
	border: none;
}

.product-info .options .form-group.required {
	padding: 0;
}

.product-info .product-col-options .cart {
	margin: 0;
	border: none;
}

.product-info .product-col-options .cart .add-to-cart {
	padding: 0;
}

@media (max-width: 991px) {
	.product-info .options .form-group {
		position: relative;
	}

	.product-info .options #radio-options-default.radio-options-default {
		position: relative;
		display: flex;
		padding: 5px 35px;
		height: 60px;
		justify-content: center;
		align-items: center;
		width: 100%;
		border: 1px solid #D0D0D0;
		border-radius: 0;
		background: #000;
		color: #fff;
		font-weight: 600;
		font-size: 15px;
		line-height: 1;
	}

	.product-info .options.active-options #radio-options-default.radio-options-default {

	}

	.product-info .options #radio-options-default.radio-options-default .radio-options-default-arrow-block {
		position: absolute;
		top: 18px;
		right: 20px;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-info .options #radio-options-default.radio-options-default .radio-options-default-arrow-block .radio-options-default-arrow {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		transition: transform 0.3s, top 0.3s;
	}

	.product-info .options #radio-options-default.radio-options-default .radio-options-default-arrow-block .radio-options-default-arrow:before {
		border-style: solid;
		border-width: 3px 3px 0 0;
		content: '';
		display: inline-block;
		height: 10px;
		position: relative;
		transform: rotate(135deg);
		width: 10px;
	}

	.product-info .options.active-options #radio-options-default.radio-options-default .radio-options-default-arrow-block {
		top: 20.5px;
	}

	.product-info .options.active-options #radio-options-default.radio-options-default .radio-options-default-arrow-block .radio-options-default-arrow {
		transform: rotate(180deg);
	}

	.product-info .options .radio-options-frame {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		right: 0;
		bottom: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s;
		z-index: 1;
	}

	.product-info .options.active-options .radio-options-frame {
		max-height: 2000px;
		border: 1px solid #fff;
	}

	.product-info .options .radio-options-frame .radio-type-button2 {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span {
		display: flex;
		padding: 5px 35px;
		height: 45px;
		justify-content: center;
		align-items: center;
		background: #000;
		width: 100%;
		border: 1px solid #000;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		font-size: 15px;
		line-height: 1;
		/*
		border: 1px solid #7f7f7f;
		color: #7f7f7f;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		padding: 0;
		border-radius: 100%;
		min-width: 0;
		*/
	}

	.product-info .options .radio-options-frame .radio-type-button2:last-child > label > span {
		border-bottom: 1px solid #000;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-name {
		display: inline-block;
		/*width: 30px;*/
		min-width: 30px;
		font-size: 15px;
		line-height: 1;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-quantity {
		display: none;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-status {
		display: inline-block;
		padding-left: 30px;
		font-size: 15px;
		line-height: 1;
		text-transform: none;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-status br {
		display: none;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label.skladem.red > span.disabled {
		color: #7f7f7f;
	}
	
	.product-info .options .radio-options-frame .radio-type-button2 > label.skladem.green > span {
		color: #fff;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label.skladem.green > span.active {
		border: 1px solid #000;
		background: #fff;
		color: #000 !important;
	}
}

@media (min-width: 992px) {
	.product-info .options {
		width: 100%;
	}

	.product-info .options #radio-options-default.radio-options-default {
		display: none;
	}

	.product-info .options .radio-options-frame {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		gap: 5px;
	}

	.product-info .options .radio-options-frame .radio-type-button2 span {
		border: 1px solid #7f7f7f;
		color: #7f7f7f;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		/*
		padding: 0;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		*/
		padding: 8px;
		width: 100%;
		height: 100%;
		border-radius: 0;
		/*
		width: auto;
		height: auto;
		border-radius: 30px;
		*/
		min-width: 0;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label {
		width: 100%;
	}

	/*
	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-status{
		display: none;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-quantity {
		display: block;
		font-size: 11px;
		line-height: 1;
		color: #7f7f7f;
		margin-left: 5px;
		text-transform: none;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span.active .option-stock-quantity {
		color: #000;
	}
	*/
	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-quantity {
		display: none;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-name {
		font-size: 13px;
		line-height: 1;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-status {
		display: block;
		font-size: 11px;
		line-height: 1;
		color: #7f7f7f;
		margin: 0;
		text-transform: none;
	}

	.product-info .options .radio-options-frame .radio-type-button2 > label > span.active .option-stock-status {
		color: #fff;
	}
	
	.product-info .options .radio-options-frame .radio-type-button2 {
		display: flex;
		flex-direction: row;
		/*
		width: auto;
		*/
		flex-basis: 0;
		flex-grow: 1;
		max-width: 80px;
		height: auto;
		aspect-ratio: 1;
		/*margin: 0 5px 5px 0;*/
		margin: 0;
	}
	
	.product-info .options .radio-options-frame .radio-type-button2 .skladem.green span {
		border-color: #fff;
		color: #fff;
	}

	.product-info .options .radio-options-frame .radio-type-button2 .skladem.green span.active {
		border-color: #94b648;
		background: #94b648;
		color: #fff !important;
		/*
		border-color: #000;
		background: #fff;
		color: #000 !important;
		*/
	}
}

@media (min-width: 1280px) {
	.product-info .product-col-options,
	.product-info .product-col-specs {
		padding: 50px;
	}
}

@media (min-width: 1400px) {
	.product-info .options {
		width: 75%;
	}
}

@media (min-width: 1600px) {
	.product-info .options .radio-options-frame .radio-type-button2 > label > span .option-stock-name {
		font-size: 15px;
	}
}

@media (min-width: 1700px) {
	.product-info .product-col-options,
	.product-info .product-col-specs {
		padding: 75px;
	}
}
/* NOVÝ PRODUCT */

/* Breadcrumbs - category */

/*
.page-category.main-content .container:first-child{
	max-width:none !important;
	width:100% !important;
	padding:0px !important;
	margin-top:-57px !important;
}
*/

.page-product .product_tags {
	margin-bottom: 30px;
}

.page-product .product_tags .label-success{
	/*
	padding: 7px 11px 6px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    margin-bottom: 7px;
    display: inline-block;
    background-color: #fff;
    color: #000;
	*/

	padding: 7px 0.8em 6px;
    text-transform: uppercase;
    font-family: 'Open Sans' !important;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
	margin-bottom:7px;
	display:inline-block;
   	background-color: #1BBC9B;
    color: #ffffff;
}

.page-product h2.product-name-custom{
	color: #fff;
}

.main-content.page-product.full-width > .background > .pattern > .container {
	max-width: 1920px;
}

@media (max-width: 767px) {
	.page-product .breadcrumb-navigation-product-cart {
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page-product .breadcrumb-navigation-product-cart {
		width: 728px;
	}
}

@media (max-width: 991px) {
	.breadcrumb-style-1 .page-product .breadcrumb .container ul:before {
		width: 100%;
		left: 0;
	}

	.breadcrumb-style-1 .page-product .breadcrumb .container ul {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-product .breadcrumb-navigation-product-cart {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.breadcrumb-style-1 .page-product .breadcrumb .container ul:before {
		width: 70%;
		left: -10%;
		transform: skew(-25deg);
	}

	.page-product .breadcrumb-navigation-product-cart {
		width: 1258px;
	}
}
@media (min-width: 1200px) {
	.page-product .breadcrumb-navigation-product-cart .breadcrumb-navigation-product-cart-container {
		max-width: 57%;
	}
}

.breadcrumb-style-1 .page-product .breadcrumb .container ul,
.breadcrumb-style-1 .page-product .breadcrumb .container ul a {
	color: #fff;
}

.menu_fix .druhy_row:after,
.slider-header .full-width > .background:after {
	display: none !important;
}

.standard-body .main-content:not(.page-product, .page-category, .page-category-collection, .page-blog, .page-contact, .page-customs) > .background > .pattern > .container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.standard-body .main-content.page-contact > .background > .pattern > .container:not(.container-full),
.standard-body .main-content.page-customs > .background > .pattern > .container:not(.container-full) {
	min-height: 0;
	padding-bottom: 0;
}

.standard-body .main-content.page-contact > .background > .pattern > .container.container-full,
.standard-body .main-content.page-customs > .background > .pattern > .container.container-full {
	max-width: 2200px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.standard-body .main-content.page-contact > .background > .pattern > .container.container-full .center-column.content-with-background#content,
.standard-body .main-content.page-customs > .background > .pattern > .container.container-full .center-column.content-with-background#content {
	margin-top: 0;
}

/* Category side menu */
#category-side-menu {
	display: none !important;
	position: absolute;
	height: 100%;
	top: 0;
	left: -346px;
	width: 100%;
	max-width: 406px;
	padding-top: 0;
	background: #EBEBEB;
	padding-bottom: 46px;
	z-index: 2;
	transition: left 0.3s;
}

#category-side-menu #category-content-sticky {
	max-height: 100%;
}

#category-side-menu .category-side-menu-text {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 220px;
	position: absolute;
	top: 113px;
	right: -80px;
	font-size: 37px;
	transform: rotate(-90deg);
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #D0D0D0;
}

#category-side-menu .category-side-menu-text .category-side-menu-sign {
	display: block;
	position: relative;
	width: 26px;
	height: 20px;
	margin-left: 40px;
	transform: rotate(90deg);
}

#category-side-menu .category-side-menu-sign .category-side-menu-sign-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #D0D0D0;
}
#category-side-menu .category-side-menu-sign .category-side-menu-sign-line#category-side-menu-sign-line-t {
	top: 0;
	bottom: auto;
}
#category-side-menu .category-side-menu-sign .category-side-menu-sign-line#category-side-menu-sign-line-c {
	top: 50%;
	transform: translateY(-50%);
}
#category-side-menu .category-side-menu-sign .category-side-menu-sign-line#category-side-menu-sign-line-b {
	top: auto;
	bottom: 0;
}

#category-side-menu.active-side-menu .category-side-menu-sign .category-side-menu-sign-line#category-side-menu-sign-line-t {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#category-side-menu.active-side-menu .category-side-menu-sign .category-side-menu-sign-line#category-side-menu-sign-line-c {
	width: 0;
}
#category-side-menu.active-side-menu .category-side-menu-sign .category-side-menu-sign-line#category-side-menu-sign-line-b {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	bottom: auto;
}

#category-side-menu #category-side-menu-list {
	width: 100%;
	max-width: 350px;
	max-height: 100vh;
	padding: 30px;
    position: relative;
    background: #EBEBEB;
    overflow: auto;
}

#category-side-menu #category-side-menu-list .category-side-menu-main-category {
	position: relative;
}

#category-side-menu #category-side-menu-list .category-side-menu-main-category .category-side-menu-more {
	right: 0;
    top: 2.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
	transition: transform 0.3s;
    position: absolute;
	z-index: 1;
}

#category-side-menu #category-side-menu-list .category-side-menu-main-category .category-side-menu-more,
#category-side-menu #category-side-menu-list .category-side-menu-main-category .category-side-menu-more span {
	cursor: pointer;
}

#category-side-menu #category-side-menu-list .category-side-menu-main-category.active-side-category > .category-side-menu-more {
    transform: rotate(180deg);
	transition: transform 0.3s;
}

#category-side-menu #category-side-menu-list .category-side-menu-main-category .category-side-menu-more span {
	line-height: 1;
	font-size: 14px;
}

#category-side-menu #category-side-menu-list .category-side-menu-main-category ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
	list-style: none;
	margin-bottom: 0;
	padding-left: 20px;
}

#category-side-menu #category-side-menu-list a.category-side-menu-link {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 1.92;
	text-decoration: none;
}

#category-side-menu #category-side-menu-list a.category-side-menu-link.category-side-menu-link-active {
	font-weight: 600;
}

#category-side-menu #category-side-menu-list a.category-side-menu-link.category-side-menu-main {
	font-size: 17px;
}

#category-side-menu #category-side-menu-list a.category-side-menu-link:hover {
	color: #000 !important;
	text-decoration: underline;
}
#category-side-menu #category-side-menu-list a.category-side-menu-link.category-side-menu-main:hover {
	color: #232323;
	text-decoration: underline;
}

#category-side-menu #category-side-menu-list a.category-side-menu-link.category-side-menu-main {
	margin-bottom: 15px;
}

#category-side-menu #category-side-menu-list .category-side-menu-main-category.active-side-category > ul {
	max-height: 3000px;
	transition: max-height 1s;
}

@media (min-width: 992px) {
	#category-side-menu {
		display: flex !important;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		max-width: 406px;
		background: #EBEBEB;
		margin-left: auto;
		flex-grow: 1;
	}

	#category-side-menu.active-side-menu {
		left: 0;
	}
}

@media (min-width: 1270px) {
	#category-side-menu {
		left: -372px;
	}
}

@media (min-width: 1400px) {
	#category-side-menu {
		left: -346px;
	}
}
/* Category side menu */

/* Product warning */
#product-warning-placeholder {
	z-index: 10;
	display: none;
	flex-direction: row;
	justify-content: center;
}

#product-warning-placeholder.warning-active {
	display: flex;
}

#product-warning-placeholder > div {
	background: #f44336;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	width: auto;
	max-width: 50%;
	display: inline-block;
}
/* Product warning */

/* Special category side menu */
#special-category-menu {
	display: flex;
	position: absolute;
	height: 100%;
	top: 0;
	/*left: -391px;*/
	left: -95%;
	width: 100%;
	max-width: 406px;
	padding-top: 0;
	background: #EBEBEB;
	padding-bottom: 46px;
	z-index: 2;
	transition: left 0.3s;
}

/*
#special-category-menu {
	display: flex !important;
	justify-content: flex-start;
	align-items: flex-start;
	width: 306px;
	background: #EBEBEB;
	margin-left: auto;
	flex-grow: 1;
}
*/

#special-category-menu.active-side-menu {
	left: 0;
}

#special-category-menu #special-category-sticky {
	max-height: 100%;
}

#special-category-menu .special-category-menu-text {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 441px;
	position: absolute;
	top: 224px;
	right: -190px;
	font-size: 37px;
	transform: rotate(-90deg);
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #D0D0D0;
}

#special-category-menu .special-category-menu-text .special-category-menu-sign {
	display: block;
	position: relative;
	width: 26px;
	height: 20px;
	margin-left: 40px;
	transform: rotate(90deg);
}

#special-category-menu .special-category-menu-sign .special-category-menu-sign-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #D0D0D0;
}
#special-category-menu .special-category-menu-sign .special-category-menu-sign-line#special-category-menu-sign-line-t {
	top: 0;
	bottom: auto;
}
#special-category-menu .special-category-menu-sign .special-category-menu-sign-line#special-category-menu-sign-line-c {
	top: 50%;
	transform: translateY(-50%);
}
#special-category-menu .special-category-menu-sign .special-category-menu-sign-line#special-category-menu-sign-line-b {
	top: auto;
	bottom: 0;
}

#special-category-menu.active-side-menu .special-category-menu-sign .special-category-menu-sign-line#special-category-menu-sign-line-t {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#special-category-menu.active-side-menu .special-category-menu-sign .special-category-menu-sign-line#special-category-menu-sign-line-c {
	width: 0;
}
#special-category-menu.active-side-menu .special-category-menu-sign .special-category-menu-sign-line#special-category-menu-sign-line-b {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	bottom: auto;
}

#special-category-menu #special-category-menu-list {
	width: 100%;
	max-width: 346px;
    min-height: 100%;
	max-height: 100vh;
	padding: 0;
    position: relative;
    background: #EBEBEB;
    overflow: auto;
}

#special-category-menu #special-category-menu-list .special-category-menu-main {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 600;
    position: relative;
    background: #EBEBEB;
	color: #000;
	padding: 30px;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category {
	position: relative;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category .nabidka_box {
	position: relative;
    background: #EBEBEB;
	color: #000;
	padding: 30px;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category .special-category-menu-content {
	position: relative;
    background: #EBEBEB;
	padding: 30px;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category .special-category-menu-more {
	right: 0;
    top: 2.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
	transition: transform 0.3s;
    position: absolute;
	z-index: 1;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category .special-category-menu-more,
#special-category-menu #special-category-menu-list .special-category-menu-main-category .special-category-menu-more span {
	cursor: pointer;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category.active-side-category .special-category-menu-more {
    transform: rotate(180deg);
	transition: transform 0.3s;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category .special-category-menu-more span {
	line-height: 1;
	font-size: 14px;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
	list-style: none;
	margin-bottom: 0;
	padding-left: 20px;
}

#special-category-menu #special-category-menu-list a.special-category-menu-link {
	display: inline-block;
	width: 100%;
	font-size: 15px;
}

#special-category-menu #special-category-menu-list a.special-category-menu-link:hover {
	color: #000 !important;
	text-decoration: underline;
}
#special-category-menu #special-category-menu-list a.special-category-menu-link.special-category-menu-main:hover {
	color: #232323;
	text-decoration: underline;
}

#special-category-menu #special-category-menu-list a.special-category-menu-link.special-category-menu-main {
	margin-bottom: 15px;
}

#special-category-menu #special-category-menu-list .special-category-menu-main-category.active-side-category ul {
	max-height: 3000px;
	transition: max-height 1s;
}

@media (min-width: 406px) {
	#special-category-menu {
		left: -391px;
		min-width: 406px;
	}
}

@media (min-width: 769px) {
	#special-category-menu {
		left: -376px;
	}
}

@media (min-width: 838px) {
	#special-category-menu {
		left: -346px;
	}
}

@media (min-width: 1270px) {
	#special-category-menu {
		left: -376px;
	}
}

@media (min-width: 1400px) {
	#special-category-menu {
		left: -346px;
	}
	/*
	#special-category-menu {
		display: flex !important;
		justify-content: flex-start;
		align-items: flex-start;
		width: 306px;
		background: #EBEBEB;
		margin-left: auto;
		flex-grow: 1;
	}

	#special-category-menu.active-side-menu {
		left: 0;
	}
	*/
}
/* Special category side menu */

#side-menu-background {
	display: none;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	transition: opacity 0.3s, visibility 0.3s;
}

body.has-active-side-menu #side-menu-background {
	visibility: visible;
	opacity: 1;
}

/* Material side menu */
#material-side-menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: fixed;
	height: 100%;
	top: 0;
	right: -350px;
	width: 100%;
	max-width: 350px;
	padding-top: 0;
	/*background: #fff;*/
	background: #f3f3f3;
	margin-right: auto;
	flex-grow: 1;
	padding-bottom: 46px;
	z-index: 99;
	transition: right 0.3s;
}

@media (min-width: 768px) {
	#material-side-menu {
		right: -408px;
		max-width: 408px;
	}
}

#material-side-menu #material-content-sticky {
	width: 100%;
	max-height: 100%;
}

#material-side-menu .material-side-menu-text#material-close-button {
	display: block;
	position: absolute;
	right: 30px;
	top: 33px;
	cursor: pointer;
}

#material-side-menu .material-side-menu-text#material-close-button .material-side-menu-sign {
	display: block;
	position: relative;
	width: 26px;
	height: 20px;
	transform: rotate(90deg);
}

#material-side-menu .material-side-menu-text#material-close-button .material-side-menu-sign .material-side-menu-sign-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
}
#material-side-menu .material-side-menu-text#material-close-button .material-side-menu-sign .material-side-menu-sign-line#material-side-menu-sign-line-t {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#material-side-menu .material-side-menu-text#material-close-button .material-side-menu-sign .material-side-menu-sign-line#material-side-menu-sign-line-b {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	bottom: auto;
}

#material-side-menu #material-side-menu-list {
	width: 100%;
	height: auto;
    min-height: 100%;
	padding: 86px 30px 30px;
    position: relative;
    /*background: #fff;*/
	background: #f3f3f3;
    overflow: auto;
}

#material-side-menu #material-side-menu-list #material-item-preloader {
	width: 100%;
	height: auto;
    position: relative;
}

#material-side-menu #material-side-menu-list #material-item-preloader img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

#material-side-menu #material-side-menu-list .material-item .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

#material-side-menu #material-side-menu-list .material-side-menu-main-material {
	position: relative;
}

#material-side-menu #material-side-menu-list .material-side-menu-main-material .material-side-menu-more {
	right: 0;
    top: 2.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
	transition: transform 0.3s;
    position: absolute;
	z-index: 1;
}

#material-side-menu #material-side-menu-list .material-side-menu-main-material .material-side-menu-more,
#material-side-menu #material-side-menu-list .material-side-menu-main-material .material-side-menu-more span {
	cursor: pointer;
}

#material-side-menu #material-side-menu-list .material-side-menu-main-material.active-side-material .material-side-menu-more {
    transform: rotate(180deg);
	transition: transform 0.3s;
}

#material-side-menu #material-side-menu-list .material-side-menu-main-material .material-side-menu-more span {
	line-height: 1;
	font-size: 14px;
}

#material-side-menu #material-side-menu-list .material-side-menu-main-material ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
	list-style: none;
	margin-bottom: 0;
	padding-left: 20px;
}

#material-side-menu #material-side-menu-list a.material-side-menu-link {
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

#material-side-menu #material-side-menu-list .material-item:not(:last-of-type, :only-of-type) {
	margin-bottom: 60px;
}

#material-side-menu #material-side-menu-list .material-side-menu-main-material.active-side-material ul {
	max-height: 3000px;
	transition: max-height 1s;
}

#material-side-menu.active-side-menu {
	right: 0;
}
/* Material side menu */

.standard-body .main-content.page-search #mfilter-content-container .product-filter {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.standard-body .main-content:not(.page-product, .page-category, .page-category-collection, .page-blog, .page-contact, .page-customs) > .background > .pattern > .container {
		max-width: 728px;
	}
}

@media (min-width: 992px) {
	.standard-body .main-content:not(.page-product, .page-category, .page-category-collection, .page-blog, .page-contact, .page-customs) > .background > .pattern > .container {
		max-width: 926px;
		padding-left: 45px;
		padding-right: 45px;
	}

.page-product .breadcrumb .container h1{
	display:none;
	}
	.page-product h2.product-name-custom{
	  font-size: 50px;
	  line-height: 1;
	  font-style: italic;
	 padding: 0;
	}
	.breadcrumb-style-1 .page-product .breadcrumb .container ul {
		position: relative;
		margin-top: 8px;
		margin-bottom: 50px;
		border: none;
		padding:28px 8px;
		text-align:left;
	}
	.breadcrumb-style-1 .page-product .breadcrumb .container ul:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		background: #014CC0;
		z-index: 1;
	}

	.page-product .breadcrumb .container:first-child{
		max-width:none !important;
		width:100% !important;
		padding:0px !important;
		margin-top:-57px !important;
	}
	.page-product .background-top {
		padding-top: 137px;
	}
	.page-product .breadcrumb-navigation-product-cart {
		position: relative;
		margin:0 auto;
		z-index: 1;
	}
}

@media (min-width: 1098px) {
	.standard-body .main-content:not(.page-product, .page-category, .page-category-collection, .page-blog, .page-contact, .page-customs) > .background > .pattern > .container {
		max-width: 1058px;
	}
}

@media (min-width: 1270px) {
	.standard-body .main-content.page-category-collection > .background > .pattern > .container {
		padding-top: 41px;
	}

	.standard-body .main-content:not(.page-product, .page-category, .page-category-collection, .page-blog, .page-contact, .page-customs) > .background > .pattern > .container {
		max-width: 1230px;
	}
}

@media (min-width: 1400px) {
	.standard-body .main-content.page-category-collection > .background > .pattern > .container {
		padding-top: 51px;
	}

	.standard-body .main-content.page-category > .background > .pattern {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.standard-body .full-width .container.prvni_row {
		max-width: 2200px;
		padding-left: 84px;
		padding-right: 84px;
	}

	.breadcrumb .container .breadcrumb-group .breadcrumb-container {
		max-width: 2200px;
		padding-left: 84px;
		padding-right: 84px;
	}

	.main-content.page-contact .background .pattern > .container,
	.main-content.page-customs .background .pattern > .container {
		max-width: 2200px;
		padding-left: 84px;
		padding-right: 84px;
	}
	
	.standard-body .main-content.page-category > .background > .pattern > .container,
	.standard-body .main-content.page-category-collection > .background > .pattern > .container,
	.standard-body .main-content.page-search > .background > .pattern > .container,
	.standard-body .full-width .custom-blog .container
	 {
		max-width: 2200px;
		padding-left: 84px;
		padding-right: 84px;
	}

	.container-fluid > .row > .col-md-12 > .row > .col-md-12 > .container {
		max-width: 2200px;
		padding-left: 84px;
		padding-right: 84px;
	}
}

/*
.header-type-7 #top .pattern > .container {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

@media (max-width: 991px) {
	.header-type-7 #top .pattern > .container {
		padding-bottom: 0 !important;
	}
}
*/

.header-type-2.header-type-7 #top .pattern > .container.prvni_row {
	padding-top: 20px;
	padding-bottom: 0;
}

.header-type-2.header-type-7 #top .pattern > .container.prvni_row #header-left {
	padding-bottom: 15px;
}

.header-type-2.header-type-7 #top .pattern > .container.prvni_row #header-right {
	padding-bottom: 0;
}

.header-type-2.header-type-7 #top .pattern > .container.prvni_row #header-left .logo {
	padding-top: 0;
}

@media (min-width: 992px) {
	.header-type-2.header-type-7 #top .pattern > .container.prvni_row #header-right {
		padding-bottom: 15px;
	}
}

@media (min-width: 1550px) {
	.header-type-2.header-type-7 #top .pattern > .container.prvni_row {
		padding-bottom: 20px;
	}

	.header-type-2.header-type-7 #top .pattern > .container.prvni_row #header-left {
		padding-bottom: 0;
	}

	.header-type-2.header-type-7 #top .pattern > .container.prvni_row #header-right {
		padding-bottom: 0;
	}

	.header-type-2.header-type-7 #top .pattern > .container.prvni_row #header-left .logo {
		padding-top: 15px;
	}
}

.container-megamenu2 {
	display: flex;
	align-items: center;
}

.container-menu-rest {
	display: flex;
	align-items: center;
}

@media (max-width: 1493px) {
	.container-menu-rest {
		order: -1;
	}

	.container-megamenu2 {
		order: 0;
	}
}

.row.megamenu-row.megamenu-second-row {
	display: none;
}

@media (min-width: 992px) {
	.container-menu-rest {
		justify-content: flex-end;
	}

	.row.megamenu-row.megamenu-second-row {
		display: flex;
	}
}

@media (max-width: 1549px) {
	.since-1550 {
		display: none !important;
	}

	.megamenu-second-row {
		margin: 0;
		border-top: 1px solid #9e9e9e;
	}

	.megamenu-second-row ul.megamenu li:first-child a {
		padding-left: 0 !important;
	}

	.megamenu-second-row ul.megamenu li:last-child a {
		padding-right: 0 !important;
	}
}

@media (min-width: 1550px) {
	.until-1550 {
		display: none !important;
	}

	.container-menu-rest {
		justify-content: space-between;
	}
}

@media (min-width: 1655px) {
	.container-megamenu2 {
		order: -1;
	}
	
	.container-menu-rest {
		order: 0;
	}

	.header-type-7 #top .search_form {
		width: 435px !important;
		max-width: 435px !important;
	}

	#top #header-right {
		padding-left: 50px;
	}
}

.slider-banner * {
	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif !important;
}

.breadcrumb-title-part * {
	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif !important;
}

.product-category-banner-title-group * {
	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif !important;
}

.col-6 {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 50%;
	flex: 0 0 50%;
}

.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1 {
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1500px) {
	.col-xxl-12 {
		width: 100%;
	}
	.col-xxl-11 {
		width: 91.66666663%;
	}
	.col-xxl-10 {
		width: 83.3333333%;
	}
	.col-xxl-9 {
		width: 75%;
	}
	.col-xxl-8 {
		width: 66.66666666%;
	}
	.col-xxl-7 {
		width: 58.33333331%;
	}
	.col-xxl-6 {
		width: 50%;
	}
	.col-xxl-5 {
		width: 41.66666665%;
	}
	.col-xxl-4 {
		width: 33.33333333%;
	}
	.col-xxl-3 {
		width: 25%;
	}
	.col-xxl-2 {
		width: 16.66666666%;
	}
	.col-xxl-1 {
		width: 8.33333333%;
	}
}

.col:not(.d_ajax-col),
.col-auto,
.col-12,
.col-lg,
.col-auto {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col:not(.d_ajax-col) {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-12 {
	flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

.d-custom-none {
	display: none !important;
}

@media (min-width: 768px) {
	.d-custom-md-block {
		display: block !important;
	}

	.d-custom-md-flex {
		display: flex !important;
	}
}

@media (min-width: 992px) {
	.d-custom-lg-block {
		display: block !important;
	}

	.d-custom-lg-flex {
		display: flex !important;
	}

	#header-right .d-custom-lg-flex {
		padding-bottom: 12px;
	}

	.d-custom-lg-none {
		display: none !important;
	}
}

.combo-col .pbListing-box .box-content {
	border: none;
}

.combo-col .pbListing-box .box-content:not(:only-of-type),
.combo-col .pbListing-box .box-content:not(:last-of-type) {
	border-bottom: 1px solid #DBDEE1;
}

/* Info page and blog - start */
	.main-cont.page-blog #column-panel,
	.main-cont.page-information #column-panel {
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0;
		height: 100%;
	}

	.main-cont.page-blog #column-panel .box,
	.main-cont.page-information #column-panel .box {
		flex-wrap: wrap;
		margin: 0;
		padding: 50px !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.main-cont.page-blog #column-panel .box .box-heading,
	.main-cont.page-information #column-panel .box .box-heading{
		color: #000 !important;
		width: 100%;
		font-size: 20px !important;
		text-align: left;
		padding: 0 0 9px;
		background: none !important;
		border: none !important;
	}

	.main-cont.page-blog #column-panel .box.box-with-categories .box-content,
	.main-cont.page-information #column-panel .box.box-with-categories .box-content {
		background: none !important;
		border: none !important;
	}

	.main-cont.page-blog #column-panel .box ul li,
	.main-cont.page-information #column-panel .box ul li {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.main-cont.page-blog #column-panel .box ul li:first-child,
	.main-cont.page-information #column-panel .box ul li:first-child {
		border-top: none;
	}

	.main-cont.page-blog #column-panel .box ul li a,
	.main-cont.page-information #column-panel .box ul li a {
		padding: 13px 0;
		color: #000;
		text-decoration: none;

		font-size: 15px !important;
		font-weight: 400 !important;
		line-height: 1.6;
	}

	.main-cont.page-blog #column-panel .box ul li:hover a,
	.main-cont.page-information #column-panel .box ul li:hover a,
	.main-cont.page-blog #column-panel .box ul li a.active,
	.main-cont.page-information #column-panel .box ul li a.active {
		background: none;
		color: #000 !important;
		text-decoration: underline;
	}

	.main-cont.page-blog #column-panel .box ul li a.active,
	.main-cont.page-information #column-panel .box ul li a.active {
		font-weight: 500 !important;
	}

	.main-cont.page-blog #column-panel .box.box-with-categories .box-content .accordion li.panel a:hover,
	.main-cont.page-information #column-panel .box.box-with-categories .box-content .accordion li.panel a:hover {
		color: #00aaaa;
		background: none;
	}

	.main-cont.page-blog #column-panel .box .box-content.box-popular-posts,
	.main-cont.page-information #column-panel .box .box-content.box-popular-posts {
		padding: 0;
		border: none;
	}

	.main-cont.page-blog > .main-content.page-blog > .background > .pattern > .container > .row > .col-md-12 > .row,
	.main-cont.page-information > .main-content.page-information > .background > .pattern > .container > .row {
		display: flex;
	}

	.posts.posts-grid.posts-3-columns-grid,
	.posts.posts-grid.posts-4-columns-grid {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -15px;
    	margin-right: -15px;
		overflow: hidden;
	}

	.posts.posts-grid .post {
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
		text-decoration: none;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns {
		width: 100%;
	}

	@media (min-width: 768px) {
		.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns,
		.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns {
			width: 50%;
		}
	}

	@media (min-width: 992px) {
		.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns {
			width: 33.33333333333333%;
		}

		.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns {
			width: 25%;
		}

		.custom-blog .swiper .swiper-wrapper .swiper-slide.post.post-with-4-columns {
			width: 50%;
		}
	}

	@media (min-width: 1200px) {
		.custom-blog .swiper .swiper-wrapper .swiper-slide.post.post-with-4-columns {
			width: 25%;
		}
	}
	
	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-content,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-content {
		position: relative;
		margin: 0px 0px 30px 0px;
		padding-bottom: 39px;
		text-align: center;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .date-published,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .date-published {
		color: #000 !important;
		font-size: 12px;
		font-weight: bold;
		padding-bottom: 0px;
		padding-top: 16px;
		text-align: left;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .tags,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .tags {
		position: absolute;
		text-align: center;
		width: 100%;
		line-height: 15px;
		margin-top: -9px;
		z-index: 22;

		margin: 0px;
		text-align: left;
		top: 20px;
		left: 15px;
	}

	.main-cont.page-blog .tagcloud a,
	.main-cont.page-article .post .tags a,
	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .tags .post-tag,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .tags .post-tag {
		font-size: 11px!important;
		padding: 4px 8px;
		display: inline-block;
		border: 1px solid;
		border-radius: 3px;
		margin: 0 5px 9px 0;
		text-transform: uppercase;
		border-color:rgba(0, 0, 0, 0.1);
		font-weight: 500;
		background: #fff !important;
		color: #000 !important;
	}

	.main-cont.page-blog .tagcloud a:hover,
	.main-cont.page-article .post .tags a:hover,
	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .tags .post-tag:hover,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .tags .post-tag:hover {
		background: #000 !important;
		color: #fff !important;
	}

	.main-cont.page-article .post .meta > li.post-categories {

	}

	.main-cont.page-article .post .meta > li.post-categories:before {
		display: none;
	}

	.main-cont.page-article .post .meta > li.post-categories a {
		color: #000 !important;
		font-weight: normal;
		text-decoration: underline;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-media,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-media {
		display: block;
		border: 1px solid rgba(0, 0, 0, .1);
		margin: 0;
		width: 100%;
		height: 0;
		padding-top: 62%;
		overflow: hidden;
		position: relative;
		text-align: left;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-media .post-media-image,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-media .post-media-image {
		position: absolute;
		background-size: cover;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-media .no-media,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-media .no-media {
		background: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-media .no-media .no-media-icon,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-media .no-media .no-media-icon {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-media img,
	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-media iframe,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-media img,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-media iframe {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-title,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-title {
		margin: 0px;
			/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
		text-transform: none;
		font-size: 18px;
		line-height: 23px;
		padding-top: 10px;
		padding-bottom: 0;
		padding-right: 30px;
		text-align: left;
		color: #000;
	}

	.posts.posts-grid.posts-3-columns-grid .post.post-with-3-columns .post-description,
	.posts.posts-grid.posts-4-columns-grid .post.post-with-4-columns .post-description {
		padding: 15px 0px 0px 0px;
		font-size: 15px;
    	line-height: 23px;
		display: block;
    	text-align: left;
		color: #000;
	}

	.main-cont.page-information #column-left {
		display: none;
	}

	.main-cont.page-blog #column-right {
		display: none;
	}

	@media (min-width: 1200px) {
		.main-cont.page-blog #column-right {
			display: block;
			margin-top: 50px;
		}

		.main-cont.page-information {
			padding-top: 72px;
		}

		.main-cont.page-information #column-left {
			display: block;
		}
	}
/* Info page and blog - end */

/* Product - advantages - start */
#product-advantage-block .advantage-icons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#product-advantage-block .advantage-icons .icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	width: 100%;
	flex: 0 0 100%;
    max-width: 100%;
}

#product-advantage-block .advantage-icons .icon-item .icon-image-block {
	display: block;
	position: relative;
	width: 100%;
	max-width: 70px;
	max-height: 70px;
}

#product-advantage-block .advantage-icons .icon-item .icon-image-block .icon-image {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 10px;
	padding-top: 100%;
	overflow: hidden;
}

#product-advantage-block .advantage-icons .icon-item .icon-image-block .icon-image .icon-image-frame {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center;
}

#product-advantage-block .advantage-icons .icon-item .icon-image-block .icon-image .icon-image-frame.icon-image-frame-border {
	border: 1px solid #000;
}

#product-advantage-block .advantage-icons .icon-item .icon-image-block .icon-image .icon-image-frame img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#product-advantage-block .advantage-icons .icon-item .icon-text-block p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	height: 36px;
}
@media (min-width: 350px) {
	#product-advantage-block .advantage-icons .icon-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	#product-advantage-block .advantage-icons .icon-item {
		flex: 0 0 25%;
		max-width: 25%;
	}

	#product-advantage-block .advantage-icons .icon-item .icon-image-block {
		max-width: 50px;
		max-height: 50px;
	}
}

@media (min-width: 1280px) {
	#product-advantage-block .advantage-icons .icon-item {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 10px;
	}
}

#ProductBundlesOptionsForm.product-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/*.product-grid-type-8 .product-grid .product .name,*/
.product-grid .product .name,
.PB_product .PB_product_name,
#ProductBundlesOptionsForm.product-info .PB_options_product_field a {
	font-size: 15px;
	line-height: 1.6;
}

#content .pbListing-box .box-content .box-products .PB_bundle_info {
	margin-left: 0;
}

.swiper-button-next,
.swiper-button-prev {
	display: flex;
}
/* Product - advantages - end */

/* New atricles HP */
#mouse-circle {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size: 0px;
	line-height: 1;
    width: 20px;
    height: 20px;
    margin: -250px 0px 0px -10px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    pointer-events: none !important;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0);
    z-index: 99999;
    opacity: 0;
    transition: width 0.5s ease-out, height 0.5s ease-out, opacity 0.5s ease-out, font-size 0.5s ease-out;
}
#mouse-circle.refHover {
    width: 80px;
    height: 80px;
	font-size: 30px;
    margin: -270px 0px 0px -40px;
    opacity: 1;
}

.page-blog #mouse-circle {
    margin: -375px 0px 0px -110px;
}

.page-blog #mouse-circle.refHover {
    margin: -375px 0px 0px -110px;
}

.blog-blog #mouse-circle {
	margin: -10px 0 0 -10px;
}

.blog-blog #mouse-circle.refHover {
	margin: -40px 0 0 -40px;
}

#mouse-circle i {
    font-size: 10px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-out, font-size 0.5s ease-out;
}
#mouse-circle.refHover i {
    font-size: 40px;
    opacity: 1;
}
@media (min-width: 992px) {
    .cursor-hide {
        cursor: none;
    }
}
/* New articles HP */

/* 4G cart - START */

/* 4G cart - login modal */
.confirm-step-card {
	padding: 15px;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
}
.confirm-step-card > .card-body > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.confirm-step-card > .card-body > .row p.card-text {
	margin: 0;
}
.confirm-step-card > .card-body > .row p.card-text span {
	display: inline-block;
	width: 100%;
}
@media (min-width: 576px) {
	.confirm-step-card > .card-body > .row p.card-text span {
		width: auto;
	}
}
@media (min-width: 768px) {
	.confirm-step-card > .card-body > .row p.card-text span.card-text-line {
		width: auto;
	}
}
@media (max-width: 767px) {
	.confirm-step-card > .card-body > .row a.btn {
		color: #000 !important;
		text-decoration: underline !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		padding: 0;
		margin: 0;
		margin-top: 10px;
	}
}

.confirm-card.login-modal {
    z-index: 9999;
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.confirm-card.login-modal .row {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.confirm-card.login-modal.active-modal {
    display: flex;
}

.confirm-card.login-modal .login-modal-body {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 30px;
	max-width: 485px;
}

.confirm-card.login-modal .login-modal-close-area {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.confirm-card.login-modal .login-modal-close-button {
    z-index: 1;
    position: absolute;
    top: 15px;
    font-size: 40px;
    width: 20px;
    display: flex;
    height: 20px;
    align-items: center;
    right: 15px;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}

.confirm-card.login-modal .login-modal-close-button:before,
.confirm-card.login-modal .login-modal-close-button:after {
	content: '';
	background: #000;
	width: 26px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
}

@media (min-width: 576px) {
	.confirm-card.login-modal .login-modal-close-button {
		top: -30px;
		right: -30px;
	}
	
	.confirm-card.login-modal .login-modal-close-button:before,
	.confirm-card.login-modal .login-modal-close-button:after {
		background: #fff;
	}
}

.confirm-card.login-modal .login-modal-close-button:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.confirm-card.login-modal .login-modal-close-button:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.confirm-card.login-modal .login-modal-close-button span {
	color: #fff;
    font-size: 40px;
    line-height: 1;
}

.confirm-card.login-modal a.text-link {
	font-size: 14px !important;
    font-weight: 600 !important;
    	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
    line-height: 1.6;
	color: #000;
	text-decoration: underline;
}

.confirm-card.login-modal a.text-link:hover {
	color: #000;
	text-decoration: underline;
}
/* 4G cart - login modal */

@media (min-width: 768px) {
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

/* 4G cart - KARE style input labels */
#checkout-checkout .row.form-group {
	position: relative;
}

#checkout-checkout .login-modal .row.form-group {
	justify-content: center;
}

#checkout-checkout .login-modal .row.form-group label.control-label {
	/*left: 8.33333333%;*/
	/*left: 16px;*/
	left: 4%;
}

@media (min-width: 992px) {
	#checkout-checkout .login-modal .row.form-group label.control-label {
		/*left: 16.66666666%;*/
		/*left: 58px;*/
		left: 13%;
	}
}

#checkout-checkout .row.form-group label.control-label {
    padding: 0 5px !important;
    position: absolute;
    display: inline-block;
    background: #fff;
    color: #7C7F88;
    border-color: #7C7F88;
    width: auto;
    max-width: unset;
	/*
    left: 30px;
    top: 0;
	*/
	left: 20px;
    top: 1px;
	font-size: 11px;
    z-index: 1;
    line-height: 1;
}
#checkout-checkout .row.form-group label.control-label:before {
    display: none;
}

#checkout-checkout .row.form-group input,
#checkout-checkout .row.form-group textarea,
#checkout-checkout .row.form-group select {
	font-size: 15px;
}

#checkout-checkout .row.form-group.required label.control-label:after {
    content: '*';
    color: #7C7F88;
    font-weight: 400;
}
#checkout-checkout .page-title h1#title-page{
	font-family: 'Roboto', 'sans-serif' !important;
	  font-weight: bold;
	  font-size: 36px !important;
  }
/* 4G cart - KARE style input labels */
form.form-horizontal > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#checkout-preloader {
	position: absolute;
	display: flex;
	justify-content: center;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 2;
}
  
#checkout-preloader span {
	display: inline-block;
	position: absolute;
	top: 50%;
	font-size: 30px;
	line-height: 1;
	color: #000;
}

#checkout-checkout{display:block;height:50vh;position:relative;width:100%;margin-bottom:-5px
}
#checkout-checkout.checkout-loaded{display:inline-block;height:100%;}
#checkout-checkout.checkout-loaded #checkout-preloader{display:none;}

#checkout-checkout > .container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.checkout-totalcart-checkout {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.checkout-totalcart-checkout .checkout-totalcart-coupon > .row > .col-md-8 {
	padding: 0;
}

.checkout-totalcart-checkout .checkout-totalcart-coupon #collapse-coupon {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.checkout-totalcart-checkout .checkout-totalcart-coupon {
		display: flex;
		align-items: flex-end;
	}

	.checkout-totalcart-checkout .checkout-totalcart-coupon > .row {
		width: 100%;
	}

	.checkout-totalcart-checkout .checkout-totalcart-coupon #collapse-coupon #input-coupon,
	.checkout-totalcart-checkout .checkout-totalcart-coupon #collapse-coupon #button-coupon {
		margin: 0;
	}

	.checkout-totalcart-checkout .checkout-totalcart-coupon #collapse-coupon .input-group {
		margin: 10px 0 5px;
	}
}

.checkout-totalcart-checkout .checkout-totalcart-table {
	padding: 15px;
	background: #f3f3f3;
	color: #71878a;
	border: none;
}

@media (min-width: 1200px) {
	.checkout-totalcart-checkout .checkout-totalcart-table {
		padding: 40px;
	}
}

.checkout-totalcart-checkout .checkout-totalcart-table .buttons {
	margin: 0;
}

.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row {
	display: flex;
	margin: 0;
	flex-direction: column;
	flex-wrap: wrap;
}

@media (max-width: 1699px) {
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row a {
		width: 100%;
		text-align: center;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right {
		order: -1;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left {
		order: 0;
	}
}

@media (min-width: 1700px) {
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row {
		flex-direction: row;
		justify-content: space-between;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right {
		order: 0;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left {
		order: -1;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right a,
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left a {
		padding: 13px 15px;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row:before,
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row:after {
		display: none;
	}
}

@media (min-width: 1750px) {
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right a,
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left a {
		padding: 13px 20px;
	}
}

@media (min-width: 1850px) {
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right a,
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left a {
		padding: 13px 25px;
	}
}

@media (min-width: 1900px) {
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right a,
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left a {
		padding: 13px 30px;
	}
}

.checkout-totalcart-checkout .checkout-totalcart-table .cart-total {
	overflow: hidden;
	padding: 0;
}

.checkout-totalcart-checkout .checkout-totalcart-table .cart-total .checkout-totalcart-totalprice {
	color: #111;
    font-size: 18px;
	line-height: 1;
	font-weight: 600;
}

.checkout-totalcart-checkout .checkout-totalcart-table .cart-total table {
	width: 100%;
}

.checkout-totalcart{position:relative;background:#f3f3f3;color:#71878a;padding:15px;align-self:flex-start;}
.checkout-totalcart h4.two-color{color:#232323;}

.checkout-totalcart.sticky{position:fixed;top:0;}

.checkout-totalcart hr,
.checkout-totalcart-checkout .checkout-totalcart-table .cart-total hr {
	border-top: 1px solid #ccc;
}

.checkout-totalcart .checkout-totalcart-totalprice {
	color: #111;
    font-size: 18px;
	line-height: 1;
	font-weight: 600;
}

.checkout-cart-panel {display: flex; flex-direction: row;}

#checkout-checkout .row.form-group {
    margin-left: -15px;
    margin-right: -15px;
}

#checkout-checkout .row.form-group .form-check,
#checkout-checkout .row.form-group .form-check-select {
    padding-left: 15px;
	padding-right: 15px;
}

#checkout-checkout .form-check input[type=radio],
#checkout-checkout .form-check input[type=checkbox] {
    opacity: 0;
	position: absolute;
}

#checkout-checkout .row.form-group .form-check label,
#checkout-checkout .row.form-group .form-check-select label {
    padding: 0;
}

.cart-panels .cart-panel-col .radio.form-check,
.cart-panels .cart-panel-col .radio.form-check-select {
    padding-left: 0;
    padding-right: 0;
}

.form-check label input[type=radio]:checked+label::before,
.form-check label input[type=checkbox]:checked+label::before {
    background-color: #fff;
    border-color: #aba8a8;
}

.form-check label label,
.form-check-select label label {
    padding-left: 26px !important;
}

.form-check label label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 37px;
    margin-left: -20px;
    border: 1px solid #aba8a8;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}

.checkout-totalcart .form-check label label::before {
    top: 13px;
    left: 37px;
}


.form-check.bordered label label::before {
    top: 13px;
    left: 30px;
}

.form-check.bordered label.payment-submethod label::before {
    top: 6px;
    left: 25px;
}

.form-check.bordered label.payment-submethod {
	margin-left: 10px;
	padding-left: 10px !important;
}

.form-check.bordered label.payment-submethod > label {
	padding-right: 10px;
}

.form-check label input[type=radio]:checked+label::after,
.form-check label input[type=checkbox]:checked+label::after {
    color: #df0611;
    font-family: FontAwesome;
    content: "\f00c";
}

.form-check label label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 37px;
    top: 3px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

.checkout-totalcart .form-check label label::after {
    top: 13px;
    left: 37px;
}

.form-check.bordered label label::after {
    left: 30px;
    top: 13px;
}

.form-check.bordered label.payment-submethod label::after {
    top: 6px;
    left: 25px;
}

ul.cart_breadcrumb{
	width: auto;
	flex-wrap: wrap;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 30px -15px 60px;
	flex-direction: row;
}

ul.cart_breadcrumb:hover li a,
ul.cart_breadcrumb li:hover a,
ul.cart_breadcrumb li a:hover {
	text-decoration: none;
}

ul.cart_breadcrumb li {
	padding: 15px;
	position: relative;
	width: 25%;
}

ul.cart_breadcrumb li:after {
	content: '';
	position: absolute;
	background: #000;
	height: 1px;
	width: auto;
	left: 15px;
	right: 15px;
	bottom: 0;
	top: auto;
}

/*
ul.cart_breadcrumb li.step-active:after,
ul.cart_breadcrumb li.step-passed:after {
	height: 2px;
	bottom: 0;
}
*/
ul.cart_breadcrumb li.step-active:after {
	height: 1px;
	bottom: 0;
}

@media (min-width: 768px) {
	ul.cart_breadcrumb li.step-active:after {
		height: 2px;
	}
}

ul.cart_breadcrumb li a {
	display: block;
	position: relative;
	width: 100%;
}

ul.cart_breadcrumb li:hover a,
ul.cart_breadcrumb li a:hover {
	color: #000;
}

ul.cart_breadcrumb li a span {
	font-size: 20px;
	font-weight: 300;
}

@media (min-width: 768px) {
	ul.cart_breadcrumb li a span {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	ul.cart_breadcrumb li a span {
		font-size: 20px;
	}
}

/*
ul.cart_breadcrumb li.step-active a span,
ul.cart_breadcrumb li.step-passed a span {
	font-weight: 400;
}
*/
ul.cart_breadcrumb li.step-active a span {
	font-weight: 400;
}

.checkout-contrainer h4, .account-register h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 27px;
}

.checkout-contrainer.container {
	margin-bottom: 60px;
}

.group-top-line {
    padding-top: 18px;
    border-top: 1px solid #ccc;
}

/* 4G Cart grey box */
.grey-box-col .grey-box {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 30px;
}

.grey-box-col:first-of-type:not(:only-of-type) .grey-box {
    margin-bottom: 2px;
}

.grey-box-col .grey-box > .row {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.grey-box-col .grey-box .btn {
    padding: 7px 25px;
    text-transform: capitalize;
}

.grey-box-col .grey-box .grey-box-text,
.grey-box-col .grey-box .grey-box-button {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.grey-box-col .grey-box .grey-box-text p {
    font-size: 13px;
}

@media (max-width: 991px) {
	.grey-box-col .grey-box .grey-box-text {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .grey-box-col .grey-box .grey-box-text p {
        margin-bottom: 0;
    }

    .grey-box-col .grey-box .grey-box-button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

@media (min-width: 1630px) {
    .grey-box-col .grey-box .grey-box-text {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .grey-box-col .grey-box .grey-box-text p {
        margin-bottom: 0;
    }

    .grey-box-col .grey-box .grey-box-button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
/* 4G Cart grey box */

/* 4G Cart buttons */
.btn.btn-primary,
.btn.btn-black,
.btn.btn-black-inverse {
	border: 1px solid #000;
}

.btn.btn-grey {
	border: 1px solid #f3f3f3;
	background: #f3f3f3 !important;
	color: #000 !important;
}

.btn.btn-primary,
.btn.btn-black,
.btn.btn-primary:hover,
.btn.btn-black:hover {
	background: #000 !important;
	color: #fff !important;
}

.btn.btn-black.btn-black-inverse,
.btn.btn-black.btn-black-inverse:hover,
#continue_shopping:hover.btn.btn-black.btn-black-inverse {
	background: none !important;
	color: #000 !important;
}

.btn.btn-black.btn-black-inverse.add-product {
	background: #fff !important;
}

@media (max-width: 767px) {
	.buttons .pull-left {
		text-align: center;
		width: 100%;
	}

	.btn.btn-goback {
		color: #000 !important;
		text-decoration: underline !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		padding: 7px 19px;
		margin: 0;
	}

	.btn.btn-goback:hover {
		color: #000 !important;
		text-decoration: underline !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		padding: 7px 19px;
		margin: 0;
	}
}
/* 4G Cart buttons */

/* 4G Cart mobile/desktop buttons */
.buttons.buttons-mobile {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.buttons.buttons-desktop {
    display: none;
}

#button-placeholder .btn {
	width: 100%;
}
@media (max-width: 767px) {
	.buttons.buttons-mobile {
		padding-top: 15px;
	}
}
@media (min-width: 1200px) {
    .buttons.buttons-mobile {
        display: none;
    }
    .buttons.buttons-desktop {
        display: block;
        position: absolute;
        left: 23px;
        margin: 0;
        bottom: 0;
    }

    .buttons.buttons-desktop a,
    .buttons.buttons-desktop button {
        margin-bottom: 1rem;
    }

	.col-back-button-placeholder {
        padding-bottom: 71px;
    }
}
/* 4G Cart mobile/desktop buttons */

.guest-additional-row .offset-xl-6 {
	margin-left: 0;
}

@media (min-width: 1200px) {
	.guest-additional-row .offset-xl-6 {
		margin-left: 50%;
	}
}

.checkout-box .form-check, .checkout-box .form-check-select{position:relative;}
.checkout-box .form-check.bordered, .checkout-box .form-check-select.bordered{border:1px solid #f3f3f3;padding:10px;}
.checkout-box .form-check.bordered:last-child{border-bottom:1px solid #f3f3f3}
.checkout-box .form-check.bordered label,.checkout-box .form-check.bordered .label-text {margin-bottom:0px;display:block;width:100%;font-size: 12px;padding:0;}
.checkout-box .form-check.bordered label,.checkout-box .form-check.bordered .label-text span {font-size: 12px;}
.checkout-box .form-check.bordered .label-text {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.checkout-box .form-check.bordered .label-text .float-left {
	float: none;
	display: block;
	position: relative;
	padding-right: 5px;
	text-align: left;
	flex-basis: 0;
    flex-grow: 1;
	width: 100%;
    max-width: 100%;
}
.checkout-box .form-check.bordered .label-text .float-right {
	float: none;
	display: block;
	position: relative;
	text-align: right;
	flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.checkout-box .form-check.bordered label label {
	padding-left: 24px !important;
}
@media (min-width: 370px) {
	.checkout-box .form-check.bordered label,
	.checkout-box .form-check.bordered .label-text,
	.checkout-box .form-check.bordered .label-text span {
		font-size: 13px;
	}
}
@media (min-width: 390px) {
	.checkout-box .form-check.bordered label,
	.checkout-box .form-check.bordered .label-text,
	.checkout-box .form-check.bordered .label-text span {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.checkout-box .form-check.bordered label,
	.checkout-box .form-check.bordered .label-text,
	.checkout-box .form-check.bordered .label-text span {
		font-size: 16px;
	}
}
.checkout-box .form-check.bordered label,.checkout-box .form-check.bordered  .label-text.label-text-smaller{font-size: 13px;}
.checkout-box .form-check.bordered  .label-text.label-text-smaller{margin-top: 5px;}
.checkout-box  .float-right{float:right}
/*
.checkout-box input{float:left; margin-right:8px;position:relative;top:4px}
*/
.checkout-box input{float:left; margin-right:8px;position:relative;}

.checkout-box .form-check input{top:4px}

.cart-panels.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .checkout-payment .checkout-cart-panel {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .cart-panels .col-md-12.col-lg-4:not(.checkout-cart-panel),
    .cart-panels .col-md-6.col-lg-4:not(.checkout-cart-panel),
    .cart-panels .col-md-6.col-lg-8:not(.checkout-cart-panel),
    .cart-panels .col-md-12.col-lg-8:not(.checkout-cart-panel) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.visible-xs,
.visible-xs-inline-block {
	display: none;
}

@media (max-width: 767px) {
	.hidden-xs {
	  	display: none;
	}
	.visible-xs {
	  	display: block !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}

	#checkout-checkout .cart-panels .cart-panel-col .row.form-group {
		margin-left: -10px;
		margin-right: -10px;
	}

	ul.cart_breadcrumb {
		margin-bottom: 0;
	}

	ul.cart_breadcrumb li {
		padding: 7px;
	}

	ul.cart_breadcrumb li:not(:first-of-type):after {
		left: 7px;
	}

	ul.cart_breadcrumb li:first-of-type {
		padding-left: 15px;
	}

	ul.cart_breadcrumb li:last-of-type {
		padding-right: 15px;
	}

	ul.cart_breadcrumb li a span {
		font-size: 13px;
	}

	ul.cart_breadcrumb li.step span.step-desktop {
		display: none;
	}

	/*
	ul.cart_breadcrumb li.step:not(.step-active) {
		display: none;
	}

	ul.cart_breadcrumb li.step.step-active {
		width: 100%;
	}
	*/
}

@media (min-width: 576px) {
	#checkout-checkout > .container {
		max-width: 540px;
	}

	ul.cart_breadcrumb li a span {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	#checkout-checkout > .container {
		max-width: 720px;
	}

	ul.cart_breadcrumb li.step span.step-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
	#checkout-checkout > .container {
		max-width: 960px;
	}

	.cart-panels .cart-panel-col .checkout-totalcart .mini-cart-item-col {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	#checkout-checkout > .container {
		max-width: 1140px;
	}

    .cart-panels {
      margin-left: -23px;
      margin-right: -23px;
    }
  
    .cart-panels .cart-panel-col {
      padding-left: 23px;
      padding-right: 23px;
    }

    .cart-panels .cart-panel-col.checkout-cart-panel {
        margin-top: -26px;
    }

	#warning-placeholder.cart-panel-col .alert {
		margin-bottom: 46px;
	}

    .cart-panels .cart-panel-col .checkout-totalcart {
        padding:26px;
    }
  
    .cart-panels .buttons.buttons-desktop {
      left: 23px;
    }

    .row.guest-additional-row {
        margin-top: -25px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1400px) {
	#checkout-checkout > .container {
		max-width: 1920px;
		padding-left: 204px;
		padding-right: 204px;
	}

    .cart-panels {
        margin-left: -46px;
        margin-right: -46px;
    }
}

@media (min-width: 1500px) {

    .cart-panels .cart-panel-col.checkout-cart-panel {
        margin-top: -34px;
    }

	#warning-placeholder.cart-panel-col .alert {
		margin-bottom: 54px;
	}

    .cart-panels .cart-panel-col .checkout-totalcart {
        padding: 34px;
    }
}

@media (min-width: 1630px) {
    .row.guest-additional-row {
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1800px) {
    .cart-panels .cart-panel-col.checkout-cart-panel {
        margin-top: -40px;
    }

	#warning-placeholder.cart-panel-col .alert {
		margin-bottom: 60px;
	}

    .cart-panels .cart-panel-col .checkout-totalcart {
        padding: 40px;
    }
}
/* 4G cart - END */

#shipping-info-bar {
	background: #ebf4f5;
	color: #71878a;
	padding: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: -65px;
}

/*
div.packetery-branch-list select {
	margin-left: 25px;
}
*/

/* AddToCartModal styling - start */
.modal .d-flex {
	display: flex;
	flex-wrap: wrap;
}
.modal .modal-content {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
  }
  .modal .modal-content .modal-header {
	padding: 15px 30px;
  }
  .modal .modal-content .modal-header h1,
  .modal .modal-content .modal-header h2,
  .modal .modal-content .modal-header h3,
  .modal .modal-content .modal-header h4,
  .modal .modal-content .modal-header h5,
  .modal .modal-content .modal-header h6 {
	padding: 0px;
	margin: 0px;
  }
  .modal .modal-content .modal-body {
	padding: 15px 30px;
  }
  .modal .modal-content .modal-body .size-chart-table {
	max-width: none;
  }
  .modal .modal-dialog {
	min-height: 100vh;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin: 0px auto;
	padding: 20px;
  }
  #modalAddToCartProduct .modal-header {
	display: none;
  }
  #modalAddToCartProduct .mobile {
	display: none;
  }
  @media (max-width: 767px) {
	#modalAddToCartProduct .mobile {
	  /*display: block;*/
	  display: none;
	  padding: 20px;
	  text-align: center;
	  font-size: 14px;
	  font-weight: 400;
	  text-transform: uppercase;
	}
	#modalAddToCartProduct .mobile i {
	  font-size: 16px;
	  color: #000;
	  padding-right: 4px;
	}
	#modalAddToCartProduct .mobile .tt-modal-messages {
	  padding: 0px 0px 5px 0px;
	}
	#modalAddToCartProduct .mobile .btn-link {
	  display: block;
	  margin: 5px auto;
	  font-size: 13px;
	  color: #000;
	  text-transform: uppercase;
	  text-decoration: underline;
	  font-weight: 400;
	}
  }
  #modalAddToCartProduct .modal-dialog {
	max-width: 665px;
  }
  #modalAddToCartProduct .modal-body {
	padding: 0px;
  }
  #modalAddToCartProduct .desctope .row {
	margin: 0px;
  }
  #modalAddToCartProduct .desctope .row > div {
	padding-left: 0px;
	padding-right: 0px;
  }
  #modalAddToCartProduct .desctope .left {
	padding: 30px !important;
	width: 100%;
	text-align: center;
  }
  #modalAddToCartProduct .desctope .left .tt-modal-messages {
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 55px;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
  }
  #modalAddToCartProduct .desctope .left .tt-modal-messages i {
	font-size: 30px;
	position: absolute;
	display: block;
	color: #000;
	margin-left: -42px;
  }
  #modalAddToCartProduct .desctope .left .tt-img {
	text-align: center;
	padding: 37px 0px 0px 0px;
  }
  #modalAddToCartProduct .desctope .left .tt-img img {
	max-width: 150px;
  }
  #modalAddToCartProduct .desctope .left .tt-title {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
  }
  #modalAddToCartProduct .desctope .left .tt-title a {
	font-size: 15px;
	font-weight: normal;
  }
  #modalAddToCartProduct .desctope .left .tt-qty {
	text-align: center;
	font-size: 15px;
  }
  #modalAddToCartProduct .desctope .left .tt-total {
	text-align: center;
	padding-top: 4px;
  }
  #modalAddToCartProduct .desctope .left .tt-total .tt-price {
	font-weight: 400;
  }
  #modalAddToCartProduct .desctope .left .tt-total .price-old {
	font-weight: normal;
	text-decoration: line-through;
	color: #808080;
	padding-right: 3px;
  }
  #modalAddToCartProduct .desctope .left .tt-total .price-new {
	color: #000;
	font-weight: 400;
  }
  #modalAddToCartProduct .desctope .right {
	background: #f2f2f2;
	width: 100%;
	padding: 40px;
  }
  #modalAddToCartProduct .desctope .right .tt-cart-total {
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 16px;
  }
  @media (min-width: 768px) {
	#modalAddToCartProduct .desctope .left {
		width: 275px;
		text-align: left;
	}

	#modalAddToCartProduct .desctope .left .tt-modal-messages {
		display: block;
	}

	#modalAddToCartProduct .desctope .right {
		width: 350px;
	}

	#modalAddToCartProduct .desctope .right .tt-cart-total {
		margin-top: 55px;
	}
  }
  #modalAddToCartProduct .desctope .right .tt-cart-total p {
	margin: 0px 0px 6px 0px !important;
  }
  #modalAddToCartProduct .desctope .right .tt-cart-total .tt-price {
	font-size: 35px;
	color: #000;
	font-weight: 400;
  }
  #modalAddToCartProduct .desctope .right .btn {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	padding: 15px 20px 14px 20px;
  }
  #modalAddToCartProduct .desctope .right .btn.btn-border {
	color: #000 !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: none !important;
	padding: 9px 20px 8px 20px;
  }
/* AddToCartModal styling - end */

/* Additional responsive - start */
@media (max-width: 991px) {
	.container.prvni_row .row.megamenu-row {
		position: relative;
		width: auto;
		margin: 0;
	}

	.container.prvni_row .row.megamenu-row .container-megamenu2,
	.container.prvni_row .row.megamenu-row .container-megamenu2 .megamenu-background {
		width: 100%;
	}

	.responsive #top #header-right {
		text-align: left !important;
	}
}

@media (min-width: 992px) {
	#top .container.prvni_row .mobile-cart {
		display: none;
	}
}

.row.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.row.flex-row {
		align-items: center;
		justify-content: space-between;
	}

	.row.flex-row:before,
	.row.flex-row:after {
		display: none;
	}
}
/* Additional responsive - end */

/* Header-left responsive - start */
#header-left #mobile-menu-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-right: 0;
	padding-bottom: 10px;
}

@media (max-width: 991px) {
	#header-left #mobile-menu-group > .dropdown {
		display: none !important;
	}

	#header-left #mobile-menu-group .container-megamenu2 {
		width: auto;
	}
}

@media (min-width: 992px) {
	#header-left #mobile-menu-group {
		display: none;
	}
}
/* Header-left responsive - end */

/* Lightbox cross */
.mfp-wrap button.mfp-close, 
.mfp-wrap button.mfp-close:hover {
	color: rgba(0,0,0,0);
}

.mfp-wrap button.mfp-close:before, 
.mfp-wrap button.mfp-close:after {
	content: '';
	background: #fff;
	width: 26px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.mfp-wrap button.mfp-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-wrap button.mfp-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.header-notice a.close-notice {
	content: '';
}

.header-notice a.close-notice:before,
.header-notice a.close-notice:after {
	content: '';
	background: #000;
	width: 18px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.header-notice a.close-notice:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.header-notice a.close-notice:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* Lightbox cross */

/* Cart quantity */
	table td .quantity-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 5px 0;
		margin-right: 8px;
		padding: 12px 18px 11px;
		border: 1px solid #e0e0e0;
		background: #fff;
		height: 40px;
		cursor: pointer;
	}

	table td, table td span {
		font-size: 13px;
	}
/* Cart quantity */

/* Custom code */
/*
.header-type-7 #top .pattern > .container { padding-top: 1px;padding-bottom: 6px; }
@media (min-width: 1098px) { .header-type-7 #top .search_form { width: 352px !important;max-width: 352px; } }
*/
@media (max-width: 767px) { .responsive #top .search_form {display:none} }
*{
/*font-family:'Poppins';*/
font-family: 'Roboto', sans-serif;
}

.body-white-type-2 #mfilter-content-container { margin-top: 30px; }
.megamenu-type-28 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern,
.megamenu-background .vertical .megamenuToogle-wrapper .container { background-image: none !important; }

.custom-footer1{
border-bottom:1px solid #2e2e2e;
width:90%;
}
.custom-footer1:last-child{
border-bottom:none;
}
div.atex-text{
line-height:25px;
}
h1{
margin-top:60px;
font-size:50px;
font-weight:200;
}
#top .search_form input{
/*font-family:'Poppins';*/
font-family: 'Roboto', sans-serif;
}

.box-with-products .box .box-heading{
font-size:30px;
font-weight:200;
padding-bottom:30px;

}
#main .box-with-categories .box-heading{
font-size:14px;
font-weight:200;
background: rgb(252,118,19);
		          color: white;
}

#main .post .date-published{
color:rgb(252,118,19)
}

.header-type-7 #top .search_form{
	width: auto !important;
    max-width: 400px !important;
}

@media (min-width: 1550px) {
	.header-type-7 #top .search_form{
		margin-left: auto;
		margin-right: auto;
	}
}
/* Custom code */

/* Cart login error */
#warning-placeholder2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) {
	#warning-placeholder2 {
		width: 83.33333333333334%
	}
}
/* Cart login error */

/* Zasilkovna shipping */
@media(max-width:768px) {
	#zasilkovna_box div:first-child {
	  display: flex;
	  flex-direction: column;
	}
  
	#zasilkovna_box div div {
	  width: unset !important;
	  border-right: 0px !important;
	}
  }
  /*
  #zasilkovna_box .packetery-info-link {
	display: none !important;
  }
  
  #zasilkovna_box > div {
	display: none !important;
  }
  */
  
  #zasilkovna_box > div div {
	width: 100% !important;
	border: none !important;
  }
/* Zasilkovna shipping */

/* HP about us banner */
.about-us-banner-part {
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.about-us-banner-part.green-part {
	margin-top: 13%;
	background: #44BFAE;
}
.about-us-banner-part.white-part {
	background: #FFF;
}
.about-us-banner-part .row {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.about-us-banner-part.green-part .about-us-banner-text {
	display: none;
}
.about-us-banner-part .about-us-banner-text {
	width: 100%;
}
.about-us-banner-part .about-us-banner-text .about-us-banner-title {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2;
}
.about-us-banner-part .about-us-banner-text p {
	font-size: 15px;
}
.about-us-banner-part.green-part .about-us-banner-text .about-us-banner-title {
	color: #fff;
}
.about-us-banner-part.green-part .about-us-banner-text p {
	color: #fff;
}
.about-us-banner-part.white-part .about-us-banner-text .about-us-banner-title {
	color: #000;
}
.about-us-banner-part.white-part .about-us-banner-text p {
	color: #000;
}

.about-us-banner-part .about-us-banner-image {
	margin-top: -13%;
	display: flex;
	justify-content: center;
	width: 100%;
}
.about-us-banner-part .about-us-banner-logo {
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	z-index: 3;
	width: 100%;
	height: 50%;
	left: 0;
	right: 0;
	bottom: 0;
}
.about-us-banner-part .about-us-banner-logo-frame {
	display: flex;
	position: relative;
	height: auto;
	width: auto;
	max-height: 100%;
	right: -34px;
	bottom: -1px;
}
@media (min-width: 768px) {
	.about-us-banner-part .about-us-banner-logo-frame {
		right: -22px;
	}
}
@media (min-width: 992px) {
	.about-us-banner-part {
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1200px) {
	.about-us-banner-part {
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media (min-width: 1270px) and (max-width: 1399px) {
	.about-us-banner-part .about-us-banner-image {
		margin-top: -13%;
		margin-bottom: -50px;
	}

	.about-us-banner-part .about-us-banner-logo-frame {
		right: -84px;
	}
}
@media (max-width: 1399px) {
	.about-us-banner-part.green-part {
		padding: 0;
	}
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.about-us-banner-part .about-us-banner-image {
		margin-top: -20%;
	}

	.about-us-banner-part .about-us-banner-logo-frame {
		right: -84px;
	}
}
@media (min-width: 1400px) {
	.about-us-banner-part {
		padding-left: 150px;
		padding-right: 150px;
	}

	.about-us-banner-part.green-part {
		margin-top: 10%;
	}
}
@media (min-width: 1600px) {
	.about-us-banner {
		margin-bottom: 60px;
	}

	.about-us-banner-part {
		padding-top: 75px;
		padding-bottom: 50px;
	}

	.about-us-banner-part.white-part {
		display: none;
	}

	.about-us-banner-part.green-part .about-us-banner-text {
		display: block;
	}

	.about-us-banner-part .about-us-banner-text {
		width: 40%;
		z-index: 2;
	}

	.about-us-banner-part .about-us-banner-image {
		position: absolute;
		justify-content: flex-end;
		right: 0;
		bottom: 0;
		height: 135%;
		width: auto;
		z-index: 1;
	}

	.about-us-banner-part .about-us-banner-logo-frame {
		right: 0;
		max-width: 60%;
	}
}

@media (min-width: 1600px) {
	.about-us-banner-part .about-us-banner-text {
		width: 43%;
	}

	.about-us-banner-part .about-us-banner-text .about-us-banner-title {
		font-size: 33px;
	}

	.about-us-banner-part .about-us-banner-logo-frame {
		max-width: 57%;
		right: -24px;
	}
}

@media (min-width: 1700px) {
	.about-us-banner-part .about-us-banner-text .about-us-banner-title {
		font-size: 36px;
	}
}

@media (min-width: 1800px) {
	.about-us-banner-part .about-us-banner-text {
		width: 40%;
	}
}
@media (min-width: 1900px) {
	.about-us-banner-part .about-us-banner-logo-frame {
		right: -30px;
	}
}
/* HP about us banner */

#content .pbListing-box .box-content .box-products .PB_bundle_info h3 span {
	display: inline-block;
	color: #1BBC9B;
	font-weight: bold;
}

.coupon-valid {
	font-weight: 600;
	color: #00aaaa;
}

.coupon-invalid {
	font-weight: 600;	
	color: red;
}

#coupon-history {
	position: relative;
	width: 100%;
}

#coupon-history table {
	width: 100%;
	margin-top: 30px;
}

#coupon-history table * {
	font-size: 15px;
}

/* Coupon result modal */
#coupon-result-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 15px;
	transition: all 0.3s;
}

#coupon-result-modal:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
}

#coupon-result-modal.active-modal {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

#coupon-result-modal #coupon-result-modal-block {
	display: block;
	width: 100%;
	max-width: 500px;
	background: #fff;
	padding: 30px;
	position: relative;
}

#coupon-result-modal #coupon-result-modal-block #coupon-result-modal-close {
	display: flex;
	width: 20px;
	height: 20px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
	bottom: auto;
}

#coupon-result-modal #coupon-result-modal-block #coupon-result-modal-close:before,
#coupon-result-modal #coupon-result-modal-block #coupon-result-modal-close:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	transform: rotate(45deg);
}

#coupon-result-modal #coupon-result-modal-block #coupon-result-modal-close:after {
	transform: rotate(-45deg);
}

#coupon-result-modal #coupon-result-modal-block #coupon-result-modal-close .click-area {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 2;
}

#coupon-result-modal #coupon-result-modal-block #coupon-result-modal-text {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	min-height: 100px;
}

#coupon-result-modal #coupon-result-modal-block #coupon-result-modal-text h2 {
	margin: 0;
}

/* Coupon result modal */

/* Advanced search */
#advanced-search {

}

#advanced-search #advanced-search-btn {
	display: inline-block;
	width: auto;
	color: #000;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	border: none;
}

#advanced-search #advanced-search-options {
	position: relative;
	height: auto;
	max-height: 0;
	margin-bottom: 15px;
	overflow: hidden;
	transition: max-height 0.3s;
}

#advanced-search #advanced-search-options.advanced-search-options-active {
	max-height: 500px;
}
/* Advanced search */

/* Load more products */
#pagination-results-block #pagination {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#pagination-results-block #pagination ul.pagination {
	justify-content: flex-start;
}

#pagination-results-block #pagination.text-right ul.pagination {
	justify-content: flex-end;
}

#load_more_products {
	position: relative;
	z-index: 1;
}

#pagination-results-block #pagination-results {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

@media (min-width: 768px) {
	#pagination-results-block #pagination-results:not(.no-more-pages) {
		position: absolute;
		left: auto;
		top: auto;
		right: 0;
		bottom: 42px;
	}
}

@media (min-width: 992px) {
	#pagination-results-block #pagination:not(.no-more-pages) {
		position: absolute;
		left: auto;
		top: auto;
		right: 0;
		bottom: 0;
	}
}
/* Load more products */

/* Size charts side menu */
#size-charts-side-menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: fixed;
	height: 100%;
	top: 0;
	right: -350px;
	width: 100%;
	max-width: 350px;
	padding-top: 0;
	/*background: #fff;*/
	background: #f3f3f3;
	margin-right: auto;
	flex-grow: 1;
	padding-bottom: 46px;
	z-index: 99;
	transition: right 0.3s;
}

@media (min-width: 768px) {
	#size-charts-side-menu {
		right: -408px;
		max-width: 408px;
	}
}

#size-charts-side-menu #size-charts-content-sticky {
	width: 100%;
	max-height: 100%;
}

#size-charts-side-menu .size-charts-side-menu-text#size-charts-close-button {
	display: block;
	position: absolute;
	right: 30px;
	top: 33px;
	cursor: pointer;
}

#size-charts-side-menu .size-charts-side-menu-text#size-charts-close-button .size-charts-side-menu-sign {
	display: block;
	position: relative;
	width: 26px;
	height: 20px;
	transform: rotate(90deg);
}

#size-charts-side-menu .size-charts-side-menu-text#size-charts-close-button .size-charts-side-menu-sign .size-charts-side-menu-sign-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
}
#size-charts-side-menu .size-charts-side-menu-text#size-charts-close-button .size-charts-side-menu-sign .size-charts-side-menu-sign-line#size-charts-side-menu-sign-line-t {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#size-charts-side-menu .size-charts-side-menu-text#size-charts-close-button .size-charts-side-menu-sign .size-charts-side-menu-sign-line#size-charts-side-menu-sign-line-b {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	bottom: auto;
}

#size-charts-side-menu #size-charts-side-menu-list {
	width: 100%;
	height: auto;
    min-height: 100%;
	padding: 86px 30px 30px;
    position: relative;
    /*background: #fff;*/
	background: #f3f3f3;
    overflow: auto;
}

#size-charts-side-menu #size-charts-side-menu-list #size-charts-item-preloader {
	width: 100%;
	height: auto;
    position: relative;
}

#size-charts-side-menu #size-charts-side-menu-list #size-charts-item-preloader img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-item .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts {
	position: relative;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts .size-charts-side-menu-more {
	right: 0;
    top: 2.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
	transition: transform 0.3s;
    position: absolute;
	z-index: 1;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts .size-charts-side-menu-more,
#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts .size-charts-side-menu-more span {
	cursor: pointer;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts.active-side-size-charts .size-charts-side-menu-more {
    transform: rotate(180deg);
	transition: transform 0.3s;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts .size-charts-side-menu-more span {
	line-height: 1;
	font-size: 14px;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
	list-style: none;
	margin-bottom: 0;
	padding-left: 20px;
}

#size-charts-side-menu #size-charts-side-menu-list a.size-charts-side-menu-link {
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-item:not(:last-of-type, :only-of-type) {
	margin-bottom: 60px;
}

#size-charts-side-menu #size-charts-side-menu-list .size-charts-side-menu-main-size-charts.active-side-size-charts ul {
	max-height: 3000px;
	transition: max-height 1s;
}

#size-charts-side-menu.active-side-menu {
	right: 0;
}

#size-charts-side-menu .size-charts-item .row.velikostni-tabulky {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#size-charts-side-menu .size-charts-item .row.velikostni-tabulky > .col-md-8 {
	width: 100%;
	order: 0;
}

#size-charts-side-menu .size-charts-item .row.velikostni-tabulky > .col-md-4 {
	width: 100%;
	order: -1;
}
/* Size charts side menu */

/* Inquiry side menu */
#inquiry-btn {
	text-decoration: underline;
	cursor: pointer;
}
@media (max-width: 991px) {
	#inquiry-btn {
		margin-top: 5px;
	}
}
#inquiry-btn:hover {
	text-decoration: none;
}
#inquiry-side-menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: fixed;
	height: 100%;
	top: 0;
	width: 100%;
	/*
	right: -350px;
	max-width: 350px;
	*/
	right: -100%;
	max-width: 100%;
	padding-top: 0;
	/*background: #fff;*/
	background: #f3f3f3;
	margin-right: auto;
	flex-grow: 1;
	padding-bottom: 0;
	z-index: 99;
	transition: right 0.3s;
}

#inquiry-side-menu #recaptcha .grecaptcha-badge {
	margin-right: -100% !important;
	transition: margin-right 0.3s;
}

#inquiry-side-menu.active-side-menu #recaptcha .grecaptcha-badge {
	margin-right: 0 !important;
}

/*
@media (min-width: 768px) {
	#inquiry-side-menu {
		right: -408px;
		max-width: 408px;
	}
}
*/

#inquiry-side-menu label a {
	text-decoration: underline;
}
#inquiry-side-menu label a:hover {
	text-decoration: none;
}

#inquiry-side-menu #inquiry-content-sticky {
	width: 100%;
	max-height: 100%;
}

#inquiry-side-menu .inquiry-side-menu-text#inquiry-close-button {
	display: block;
	position: absolute;
	right: 30px;
	top: 33px;
	cursor: pointer;
}

#inquiry-side-menu .inquiry-side-menu-text#inquiry-close-button .inquiry-side-menu-sign {
	display: block;
	position: relative;
	width: 26px;
	height: 20px;
	transform: rotate(90deg);
}

#inquiry-side-menu .inquiry-side-menu-text#inquiry-close-button .inquiry-side-menu-sign .inquiry-side-menu-sign-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
}
#inquiry-side-menu .inquiry-side-menu-text#inquiry-close-button .inquiry-side-menu-sign .inquiry-side-menu-sign-line#inquiry-side-menu-sign-line-t {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#inquiry-side-menu .inquiry-side-menu-text#inquiry-close-button .inquiry-side-menu-sign .inquiry-side-menu-sign-line#inquiry-side-menu-sign-line-b {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	bottom: auto;
}

#inquiry-side-menu #inquiry-side-menu-list {
	width: 100%;
	height: auto;
    min-height: 100%;
	padding: 86px 30px 30px;
    position: relative;
    /*background: #fff;*/
	background: #f3f3f3;
    overflow: auto;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-item {
	width: 100%;
	max-width: 600px;
}

#inquiry-side-menu #inquiry-side-menu-list #inquiry-item-preloader {
	width: 100%;
	height: auto;
    position: relative;
}

#inquiry-side-menu #inquiry-side-menu-list #inquiry-item-preloader img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-item .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry {
	position: relative;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry .inquiry-side-menu-more {
	right: 0;
    top: 2.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
	transition: transform 0.3s;
    position: absolute;
	z-index: 1;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry .inquiry-side-menu-more,
#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry .inquiry-side-menu-more span {
	cursor: pointer;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry.active-side-inquiry .inquiry-side-menu-more {
    transform: rotate(180deg);
	transition: transform 0.3s;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry .inquiry-side-menu-more span {
	line-height: 1;
	font-size: 14px;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
	list-style: none;
	margin-bottom: 0;
	padding-left: 20px;
}

#inquiry-side-menu #inquiry-side-menu-list a.inquiry-side-menu-link {
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-item:not(:last-of-type, :only-of-type) {
	margin-bottom: 60px;
}

#inquiry-side-menu #inquiry-side-menu-list .inquiry-side-menu-main-inquiry.active-side-inquiry ul {
	max-height: 3000px;
	transition: max-height 1s;
}

#inquiry-side-menu.active-side-menu {
	right: 0;
}

#inquiry-side-menu .inquiry-item .row.velikostni-tabulky {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#inquiry-side-menu .inquiry-item .row.velikostni-tabulky > .col-md-8 {
	width: 100%;
	order: 0;
}

#inquiry-side-menu .inquiry-item .row.velikostni-tabulky > .col-md-4 {
	width: 100%;
	order: -1;
}

@media (min-width: 992px) {
	#inquiry-side-menu {
		right: -60%;
		max-width: 60%;
	}

	#inquiry-side-menu #inquiry-side-menu-list {
		padding: 86px 60px 60px;
	}
}

@media (min-width: 1280px) {
	#inquiry-side-menu {
		right: -50%;
		max-width: 50%;
	}
}
/* Inquiry side menu */

/* Category subcategories */
.category-subcategories {
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0 30px;
	gap: 10px;
}

.category-subcategories .category-subcategory {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.category-subcategories .category-subcategory.mfilter-option.mfilter-input-active {
	border: 1px solid #000;
}

.category-subcategories .category-subcategory img {
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
	aspect-ratio: 1;
	object-fit: cover;
}

.category-subcategories .category-subcategory span {
	font-size: 14px;
	color: #000;
}

@media (min-width: 1200px) {
	.category-subcategories {
		display: flex;
	}

	.category-subcategories .category-subcategory {
		width: 24%;
	}
}

@media (min-width: 1450px) {
	.category-subcategories .category-subcategory {
		width: 16%;
	}
}
/* Category subcategories */

/* Content heading styling */
.center-column .customs-page p,
.center-column .customs-page p *,
#tab-description.tab-content p, 
#tab-description.tab-content p *,
#tab-description.tab-content .description-indent p,
#tab-description.tab-content .description-indent p * {
	font-size: 15px !important;
	font-family: 'Roboto', 'sans-serif' !important;
	line-height: 1.6 !important;
	margin-bottom: 15px !important;
	text-align: left !important;
}

.center-column .customs-page a,
.center-column .customs-page p a,
#tab-description.tab-content a, 
#tab-description.tab-content p a {
	text-decoration: underline !important;
}

.center-column .customs-page a:hover,
.center-column .customs-page p a:hover,
#tab-description.tab-content a:hover, 
#tab-description.tab-content p a:hover {
	text-decoration: none !important;
}

#tab-description.tab-content .description-indent p,
#tab-description.tab-content .description-indent p * {
	line-height: 1.1 !important;
}

#tab-description.tab-content p,
#tab-description.tab-content p *:not(span)  {
	font-weight: 400 !important;
}


h1.h-style,
h1.h-style *,
h2.h-style,
h2.h-style *,
h3.h-style,
h3.h-style *,
h4.h-style,
h4.h-style *,
h5.h-style,
h5.h-style *,
h6.h-style,
h6.h-style *,
.center-column .customs-page h1,
.center-column .customs-page h1 *,
.center-column .customs-page h2,
.center-column .customs-page h2 *,
.center-column .customs-page h3,
.center-column .customs-page h3 *,
.center-column .customs-page h4,
.center-column .customs-page h4 *,
.center-column .customs-page h5,
.center-column .customs-page h5 *,
.center-column .customs-page h6,
.center-column .customs-page h6 *,
#tab-description.tab-content h1,
#tab-description.tab-content h1 *,
#tab-description.tab-content h2,
#tab-description.tab-content h2 *,
#tab-description.tab-content h3,
#tab-description.tab-content h3 *,
#tab-description.tab-content h4,
#tab-description.tab-content h4 *,
#tab-description.tab-content h5,
#tab-description.tab-content h5 *,
#tab-description.tab-content h6,
#tab-description.tab-content h6 * {
	font-weight: bold !important;
	font-family: 'Roboto', 'sans-serif' !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	margin-bottom: 0.5em !important;
	color: #232323 !important;
	text-align: left !important;
}

.center-column .customs-page h2.text-center,
.center-column .customs-page h2.text-center *,
#tab-description.tab-content h2.text-center,
#tab-description.tab-content h2.text-center * {
	text-align: center !important;
}

h1.h-style,
h1.h-style *,
.center-column .customs-page h1,
.center-column .customs-page h1 *,
#tab-description.tab-content h1,
#tab-description.tab-content h1 * {
	font-size: 32px !important;
}

h2.h-style,
h2.h-style *,
.center-column .customs-page h2,
.center-column .customs-page h2 *,
#tab-description.tab-content h2,
#tab-description.tab-content h2 * {
	font-size: 24px !important;
}

h3.h-style,
h3.h-style *,
.center-column .customs-page h3,
.center-column .customs-page h3 *,
#tab-description.tab-content h3,
#tab-description.tab-content h3 * {
	font-size: 20px !important;
}

h4.h-style,
h4.h-style *,
.center-column .customs-page h4,
.center-column .customs-page h4 *,
#tab-description.tab-content h4,
#tab-description.tab-content h4 * {
	font-size: 14px !important;
}

h5.h-style,
h5.h-style *,
.center-column .customs-page h5,
.center-column .customs-page h5 *,
#tab-description.tab-content h5,
#tab-description.tab-content h5 * {
	font-size: 14px !important;
}

h6.h-style,
h6.h-style *,
.center-column .customs-page h6,
.center-column .customs-page h6 *,
#tab-description.tab-content h6,
#tab-description.tab-content h6 * {
	font-size: 14px !important;
}

@media (min-width: 576px) {
	h1.h-style,
	h1.h-style *,
	.center-column .customs-page h1,
	.center-column .customs-page h1 *,
	#tab-description.tab-content h1,
	#tab-description.tab-content h1 * {
		font-size: 35px !important;
	}

	h2.h-style,
	h2.h-style *,
	.center-column .customs-page h2,
	.center-column .customs-page h2 *,
	#tab-description.tab-content h2,
	#tab-description.tab-content h2 * {
		font-size: 24px !important;
	}

	h3.h-style,
	h3.h-style *,
	.center-column .customs-page h3,
	.center-column .customs-page h3 *,
	#tab-description.tab-content h3,
	#tab-description.tab-content h3 * {
		font-size: 16px !important;
	}

	h4.h-style,
	h4.h-style *,
	.center-column .customs-page h4,
	.center-column .customs-page h4 *,
	#tab-description.tab-content h4,
	#tab-description.tab-content h4 * {
		font-size: 14px !important;
	}

	h5.h-style,
	h5.h-style *,
	.center-column .customs-page h5,
	.center-column .customs-page h5 *,
	#tab-description.tab-content h5,
	#tab-description.tab-content h5 * {
		font-size: 14px !important;
	}

	h6.h-style,
	h6.h-style *,
	.center-column .customs-page h6,
	.center-column .customs-page h6 *,
	#tab-description.tab-content h6,
	#tab-description.tab-content h6 * {
		font-size: 14px !important;
	}
}

@media (min-width: 768px) {
	h1.h-style,
	h1.h-style *,
	.center-column .customs-page h1,
	.center-column .customs-page h1 *,
	#tab-description.tab-content h1,
	#tab-description.tab-content h1 * {
		font-size: 40px !important;
	}

	h2.h-style,
	h2.h-style *,
	.center-column .customs-page h2,
	.center-column .customs-page h2 *,
	#tab-description.tab-content h2,
	#tab-description.tab-content h2 * {
		font-size: 28px !important;
	}

	h3.h-style,
	h3.h-style *,
	.center-column .customs-page h3,
	.center-column .customs-page h3 *,
	#tab-description.tab-content h3,
	#tab-description.tab-content h3 * {
		font-size: 18px !important;
	}

	h4.h-style,
	h4.h-style *,
	.center-column .customs-page h4,
	.center-column .customs-page h4 *,
	#tab-description.tab-content h4,
	#tab-description.tab-content h4 * {
		font-size: 14px !important;
	}

	h5.h-style,
	h5.h-style *,
	.center-column .customs-page h5,
	.center-column .customs-page h5 *,
	#tab-description.tab-content h5,
	#tab-description.tab-content h5 * {
		font-size: 14px !important;
	}

	h6.h-style,
	h6.h-style *,
	.center-column .customs-page h6,
	.center-column .customs-page h6 *,
	#tab-description.tab-content h6,
	#tab-description.tab-content h6 * {
		font-size: 14px !important;
	}
}

@media (min-width: 992px) {
	h1.h-style,
	h1.h-style *,
	.center-column .customs-page h1,
	.center-column .customs-page h1 *,
	#tab-description.tab-content h1,
	#tab-description.tab-content h1 * {
		font-size: 45px !important;
	}

	h2.h-style,
	h2.h-style *,
	.center-column .customs-page h2,
	.center-column .customs-page h2 *,
	#tab-description.tab-content h2,
	#tab-description.tab-content h2 * {
		font-size: 30px !important;
	}

	h3.h-style,
	h3.h-style *,
	.center-column .customs-page h3,
	.center-column .customs-page h3 *,
	#tab-description.tab-content h3,
	#tab-description.tab-content h3 * {
		font-size: 20px !important;
	}

	h4.h-style,
	h4.h-style *,
	.center-column .customs-page h4,
	.center-column .customs-page h4 *,
	#tab-description.tab-content h4,
	#tab-description.tab-content h4 * {
		font-size: 16px !important;
	}

	h5.h-style,
	h5.h-style *,
	.center-column .customs-page h5,
	.center-column .customs-page h5 *,
	#tab-description.tab-content h5,
	#tab-description.tab-content h5 * {
		font-size: 16px !important;
	}

	h6.h-style,
	h6.h-style *,
	.center-column .customs-page h6,
	.center-column .customs-page h6 *,
	#tab-description.tab-content h6,
	#tab-description.tab-content h6 * {
		font-size: 16px !important;
	}
}

@media (min-width: 1200px) {
	h1.h-style,
	h1.h-style *,
	.center-column .customs-page h1,
	.center-column .customs-page h1 *,
	#tab-description.tab-content h1,
	#tab-description.tab-content h1 * {
		font-size: 50px !important;
	}
	
	h2.h-style,
	h2.h-style *,
	.center-column .customs-page h2,
	.center-column .customs-page h2 *,
	#tab-description.tab-content h2,
	#tab-description.tab-content h2 * {
		font-size: 35px !important;
	}
	
	h3.h-style,
	h3.h-style *,
	.center-column .customs-page h3,
	.center-column .customs-page h3 *,
	#tab-description.tab-content h3,
	#tab-description.tab-content h3 * {
		font-size: 24px !important;
	}
	
	h4.h-style,
	h4.h-style *,
	.center-column .customs-page h4,
	.center-column .customs-page h4 *,
	#tab-description.tab-content h4,
	#tab-description.tab-content h4 * {
		font-size: 18px !important;
	}
	
	h5.h-style,
	h5.h-style *,
	.center-column .customs-page h5,
	.center-column .customs-page h5 *,
	#tab-description.tab-content h5,
	#tab-description.tab-content h5 * {
		font-size: 18px !important;
	}
	
	h6.h-style,
	h6.h-style *,
	.center-column .customs-page h6,
	.center-column .customs-page h6 *,
	#tab-description.tab-content h6,
	#tab-description.tab-content h6 * {
		font-size: 18px !important;
	}	
}
/* Content heading styling */

/* Customs */

.customs-page h2, .customs-page h1 {
    color: #000;
    font-size: 45px !important;
    font-weight: roboto,sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.customs-page span {
    font-size: inherit
}

.desing__btn {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    padding: 15px 40px;
    line-height: 1;
    border: 1px solid #000;
    display: none
}

.desing__btn:hover,.desing__btn:active,.desing__btn:focus {
    color: #000;
    text-decoration: none
}

.desing__btn.visible {
    display: inline-block
}

.design {
    background: #fff;
    width: 100%;
    margin-top: 80px;
    font-size: 14px;
    font-family: roboto,sans-serif
}

.design_carousel {
    display: grid;
    grid-template: "image text benefits"/3fr 2fr 1fr;
    gap: 30px;
    min-height: 400px
}

.design_carousel__image {
    grid-area: image;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative
}

.design_carousel__text {
    grid-area: text;
    display: grid;
    align-content: end;
    padding: 10vh 50px;
    background: #18242e;
    justify-items: start
}

.design_carousel__text_title {
    font-size: 44px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 0;
    margin-bottom: 20px
}

.design_carousel__text_subtitle {
    font-weight: 400;
    text-transform: none;
    display: block;
    font-size: 40px
}

.design_carousel__text_perex {
    color: rgba(255,255,255,.9);
    text-shadow: #000 0 0 5px;
    position: absolute;
    bottom: 20px;
    left: 25px
}

.design_carousel__benefits {
    grid-area: benefits;
    background: #e5e5e5;
    display: grid;
    gap: 30px;
    align-content: end;
    padding: 50px
}

.design_carousel__benefits_item {
    display: grid;
    align-items: start;
    font-style: italic
}

.design_carousel__benefits_item_icon {
    height: 40px;
    margin-bottom: 5px
}

.design_carousel__benefits_item_icon img {
    max-height: 100%;
    width: auto
}

.design_carousel__benefits_item_title {
    font-size: 18px;
    font-weight: 700
}

.design_heading {
    margin-top: 80px
}

.design_customers_heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #f6f6f6;
}

.design_heading {
	display: grid;
}

.design_customers {
	display: grid;
	background: #f6f6f6;
}

/*
.design_heading,.design_customers,.design_customers_heading {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 85px
}
*/

.design_customers {
    /*margin-bottom: -100px;*/
	/*margin-bottom: 50px;*/
	padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

.desing_howto {
    position: relative;
    z-index: 5
}

/*
.design_heading_text,.design_customers_text {
    padding-right: 15%
}
*/

.design_customers_heading {
    /* margin-top: 60px */
	margin-top: 60px;
	padding-top: 45px;
}

.design_customers_navigation {
    text-align: right;
    margin-top: 30px
}

.design_customers_navigation_mobile {
    display: none
}

.design_customers_text {
    margin-bottom: 20px
}

.design_customers_navigation>p {
    font-size: 18px;
    padding-left: 50%;
    margin-bottom: 50px;
    line-height: 1.8
}

.design_customers_navigation_tabs {
    width: 40px;
    height: auto;
    margin-left: auto
}

#customs-swiper .swiper-pagination {
	display: none;
	position: relative;
}

@media(min-width: 1200px) {
	/*
    .design_customers_navigation_tabs {
        height:calc(40px * 5);
        overflow: hidden
    }
	*/
	.design_customers_navigation {
		margin-top: 0;
	}

	.design_customers_navigation_tabs {
		width: calc(40px * 5);
        height: 40px;
        overflow: hidden;
		margin-left: auto;
		margin-right: auto;
    }
	.design_customers_navigation_tabs_item {
		float: left;
	}

	#customs-swiper .swiper-pagination {
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
}

.design_customers_navigation_tabs_item {
    width: 40px;
    height: 36px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 4px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    color: #aaa;
	background: none;
	opacity: 1;
}

#customs-swiper .swiper-pagination .swiper-pagination-bullet {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: 1px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    margin-bottom: 4px;
	font-size: 12px;
	line-height: 1;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #000;
	background: none;
	opacity: 1;
	border: 1px solid #000;
	border-radius: 0;
	transition: all 0.2s ease-in;
}

.design_customers_navigation_tabs_item::after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 1px;
    background: #aaa;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

#customs-swiper .swiper-pagination .swiper-pagination-bullet::after {
    display: none;
}


.design_customers_navigation_tabs_item.active {
    color: #44bfae
}

#customs-swiper .swiper-pagination .swiper-pagination-bullet:hover,
#customs-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-weight: 700;
	background: #000;
    color: #fff;
}

.design_customers_navigation_tabs_item.active::after {
    background: #44bfae;
    height: 2px;
    width: 100%
}

#customs-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    display: none;
}

.desing_howto_section {
    display: grid;
    grid-template-columns: 40fr 39fr;
    align-items: center
}

.desing_howto_section_main {
	/*
    min-height: 1100px;
    height: 124vh;
    background-image: url(/image/catalog/vyroba_na_zakazku/vyroba_01-02.jpg);
	*/
	min-height: 1020px;
    height: 115vh;
    background-image: url(/image/catalog/vyroba_na_zakazku/vyroba_01-03.jpg);
    background-position: center bottom;
    background-size: cover;
	background-repeat: no-repeat;
    align-items: end
}

.desing_howto_section-right {
    /*grid-template-columns: 40fr 28fr*/
	grid-template-columns: 39fr 40fr;
}

.desing_howto_section_main .desing_howto_text {
    background: #fff;
    padding: 90px 35% 90px 100px
}

.desing_howto_content {
    min-width: 800px
}

.center-column .customs-page .desing_howto_section_main .desing_howto_content > h2 {
    color: #fff !important;
    padding: 50px 90px;
    font-size: 70px !important;
    font-weight: 700 !important;
    text-transform: uppercase
}

.desing_howto_image img {
    height: 695px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.desing_howto_section-left .desing_howto_image {
    order: 2
}

.desing_howto_content-right {
    padding: 30px 200px 30px calc(90px + 80px)
}

.desing_howto_section_main .desing_howto_image img {
    display: none
}

.desing_howto_section .desing_howto_image {
	display: flex;
	flex-direction: column;
}

.desing_howto_section-right .desing_howto_image {
    position: relative;
    left: 80px
}

.desing_howto_content-left {
    padding: 30px calc(90px + 80px) 30px 200px
}

.desing_howto_section-left .desing_howto_image {
    position: relative;
    right: 80px
}

.desing_howto h3 {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    color: #000
}

.desing_howto p {
    margin-bottom: 20px
}

.design_label {
    display: inline-block;
    padding: 6px 20px;
    line-height: 1;
    background: #44bfae;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    font-size: 11px;
    font-family: montserat,sans-serif;
    position: relative;
    top: -1px
}

.design_label-team {
    background: #06d0e4
}

.design_label-both {
    background: #e107e8
}

.design_customers_slider {
    display: flex;
    gap: 30px;
    overflow: hidden
}

#customs-swiper.design_customers_slider {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.design_customers_slider_box:not(.swiper-slide) {
    min-width: 50vw;
    position: relative;
}

.design_customers_slider_box.swiper-slide {
	width: 100%;
	margin: 0;
    position: relative;
}

.design_customers_slider_box::after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left,rgba(255,255,255,0.95) 70%,rgba(255,255,255,0.5) 100%);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease;
    opacity: 0;
}

.design_customers_slider_box.swiper-slide.swiper-slide-prev::after {
	background: linear-gradient(to right,rgba(255,255,255,0.95) 70%,rgba(255,255,255,0.5) 100%);
}

.design_customers_slider_box.swiper-slide.swiper-slide-next::after {
	background: linear-gradient(to left,rgba(255,255,255,0.95) 70%,rgba(255,255,255,0.5) 100%);
}

.design_customers_slider_box:not(.swiper-slide):not(.current):not(.prev_slide)::after,
.design_customers_slider_box.swiper-slide:not(.swiper-slide-active)::after {
    opacity: 1
}

.design_customers_slider_box_arrow:not(.swiper-button-prev):not(.swiper-button-next) {
    width: 70px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    transition: all .5s ease;
    opacity: .6
}

.design_customers_slider_box_arrow:not(.swiper-button-prev):not(.swiper-button-next)::after {
    content: "";
    position: absolute;
    display: block;
    height: 30%;
    width: 30%;
    top: 50%;
    left: 44%;
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
    border: 2px solid transparent;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333
}

.design_customers_slider_box_arrow:not(.swiper-button-prev):not(.swiper-button-next):hover {
    opacity: 1
}

.design_customers_slider_box:not(.next_slide) .design_customers_slider_box_arrow:not(.swiper-button-prev):not(.swiper-button-next) {
    opacity: 0
}

.design_customers_slider_box_arrow.swiper-button-prev,
.design_customers_slider_box_arrow.swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
	top: 30%;
    left: auto;
	right: auto;
	bottom: auto;
    transform: translateY(-100%);
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    transition: all .5s ease;
    opacity: .6
}

.design_customers_slider_box_arrow.swiper-button-prev {
    left: 20px;
	right: auto;
}

.design_customers_slider_box_arrow.swiper-button-next {
    left: auto;
	right: 20px;
}

.design_customers_slider_box_arrow.swiper-button-prev::after,
.design_customers_slider_box_arrow.swiper-button-next::after {
    content: "";
    position: absolute;
    display: block;
    height: 30%;
    width: 30%;
    top: 50%;
    left: auto;
	right: auto;
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
    border: 2px solid transparent;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333
}

.design_customers_slider_box_arrow.swiper-button-prev::after {
    left: auto;
	right: 44%;
    transform: translate(50%,-50%) rotate(135deg);
}

.design_customers_slider_box_arrow.swiper-button-next::after {
    left: 44%;
	right: auto;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.design_customers_slider_box_arrow.swiper-button-prev:hover,
.design_customers_slider_box_arrow.swiper-button-next:hover {
    opacity: 1
}

.design_customers_slider_box_item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.design_customers_slider_box_item_image {
	display: flex;
	flex-direction: row;
}

.design_customers_slider_box_item_image img {
    width: 100%
}

.design_customers_slider_box_item_desc {
	flex-grow: 1;
    background: #fff;
    min-height: 100px;
    padding: 26px 65px;
}

.design_customers_slider_box_item_desc p {
    margin: 0;
    line-height: 1.2
}

.design_customers_slider_box_item_desc h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.2
}

.design_carousel {
    padding: 0 35px
}

.desing_realizations {
    padding: 50px 0;
    text-align: center;
    background: #f6f6f6;
    min-height: 1256px
}

.desing_realizations h2 {
    font-family: roboto,sans-serif;
    font-size: 26px;
    color: #000;
    font-weight: 700
}

.desing_realizations__content {
    width: 1470px;
    padding: 0 15px;
    max-width: 100%;
    margin: 30px auto;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(5,1fr)
}

.desing_realizations__item {
    display: grid;
    gap: 10px;
    padding: 20px 10px;
    background: #fff;
    cursor: pointer
}

.desing_realizations__item_image img {
    width: 100%
}

.desing_realizations__item_reviews {
    margin-top: 30px;
    display: flex;
    gap: 3px;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    color: #878787
}

.desing_realizations__item_reviews_star {
    color: #ccc
}

.desing_realizations__item_reviews_star.active {
    color: #f9d000
}

.desing_realizations__item_name {
    font-size: 15px;
    font-weight: 700
}

.desing_cta {
    position: absolute;
	top: auto;
    bottom: 0;
    left: auto;
	right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 60px 90px;
    background: rgba(6,208,228,.83);
    min-width: 70%;
    min-height: 305px;
    color: #fff
}

.desing_howto_section.desing_howto_section-left .desing_cta {
	left: 0;
	right: auto;
}

.desing_howto_section.desing_howto_section-right .desing_cta {
	left: auto;
	right: 0;
}

.desing_cta_mobile {
    display: none
}

.desing_cta_mobile .desing_cta_mobile__item_hidden {
	display: none;
}

.desing_cta_action__text {
	font-size: 16px;
    font-family: roboto,sans-serif;
    margin-bottom: 10px
}

.desing_cta_side.desing_cta_right .desing_cta_action__text {
    margin-bottom: 15px;
}

.desing_cta_heading {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
	margin: 0;
    /*margin-bottom: 60px*/
}

.desing_cta_btn {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    /*padding: 15px 40px;*/
	padding: 15px;
    line-height: 1;
    border: 1px solid #fff
}

.desing_cta_btn:hover,.desing_cta_btn:active,.desing_cta_btn:focus {
    color: #fff;
    box-shadow: rgba(255,255,255,.4) 0 0 6px
}

.desing_cta.desing_cta_desktop .desing_cta_side {
    display: grid;
    gap: 30px;
    grid-template-rows: 0.5fr 1fr;
}
/*
.desing_cta_right {
    display: grid;
    gap: 30px;
    grid-template-rows: 1fr 1fr
}
*/

.desing_cta_signature {
    display: grid;
    gap: 15px;
    grid-template-columns: auto 1fr
}

.desing_cta_signature_icon {
    width: 25px
}

.desing_cta_signature_icon svg {
    width: 100%
}

.desing_cta_signature_text {
    display: grid
}

.desing_cta_signature_text__from {
	font-size: 16px !important;
    line-height: 1;
}

.desing_cta_signature_text__name {
    font-weight: 700;
    font-size: 117%
}

.desing_cta_signature_text__telephone {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    text-decoration: none
}

.desing_cta_signature_text__telephone:hover,.desing_cta_signature_text__telephone:active,.desing_cta_signature_text__telephone:focus {
    color: #fff;
    text-shadow: rgba(255,255,255,.4) 0 0 6px
}

@media screen and (max-width: 1500px) {
    .design_customers_navigation>p {
        margin-bottom:20px;
        padding-left: 20%
    }

    .design_carousel__image {
        background-position-x: 20%
    }

    .desing_cta {
        padding: 30px 40px
    }
}

@media screen and (max-width: 1500px) {
    .desing_howto_content {
        min-width:700px
    }

	/*
	.desing_cta_heading {
		margin-bottom: 76px;
	}
	*/
}

@media screen and (max-width: 1199px) {
    .design {
        margin-top:50px
    }

    .design_customers_navigation .design_customers_navigation_tabs {
        display: none
    }

    .design_customers_navigation_mobile {
        display: block
    }

    .design_customers_navigation_mobile .design_customers_navigation_tabs {
        display: block;
        height: 40px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto
    }

    .design_customers_navigation_tabs_item {
        left: initial
    }

    .design_customers_navigation>p {
        margin-bottom: 20px;
        padding: 0 35px
    }

    .design_customers_slider_box_item_desc {
        min-height: 84px;
        padding: 20px 45px
    }

    .design_heading_text,.design_customers_text {
        padding: 0 35px
    }

    .design_customers,.design_customers_heading,.design_heading {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 0
    }

    .design_customers_heading {
        /*margin-top: 50px*/
		margin-top: 30px;
		padding-top: 20px;
    }

    .design_customers_navigation {
        margin-top: 0
    }

    .design_customers_slider_box {
        min-width: 65%
    }

    .design_heading {
        text-align: center
    }

    .design_customers_heading,.design_customers_navigation {
        text-align: center
    }

    .design_customers_navigation_tabs {
        margin-left: 15px;
        width: calc(43px * 5);
        overflow: hidden;
        margin-top: 15px
    }

    .design_customers_navigation_tabs_item {
        display: inline-block
    }

    .desing_howto_section_main .desing_howto_text {
        padding-right: 90px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .center-column .customs-page .desing_howto_section_main .desing_howto_content > h2 {
        padding: 0 90px;
        color: #000 !important;
    }

    .desing_howto_section_main {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        background-image: none;
        height: auto;
        min-height: auto
    }

    .desing_howto_section_main .desing_howto_image img {
        display: block;
        height: auto;
        width: 100%
    }

    .desing_howto_section {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto
    }

    .desing_howto_image {
        display: grid;
        align-items: end;
        justify-content: end;
        height: auto;
        padding: 0 35px;
        order: initial!important;
        right: inherit!important;
        left: initial!important
    }

    .desing_howto_image img {
        height: auto;
        width: 100%
    }

    .desing_howto_content {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .design_customers {
        /*margin-bottom: 30px;*/
        padding: 0 35px;
		padding-bottom: 30px;
    }

    .desing_cta {
        left: 35px
    }
}

@media screen and (max-width: 991px) {
    .design_customers_slider_box_arrow:not(.swiper-button-prev):not(.swiper-button-next) {
        width:50px;
        height: 50px
    }

    .desing_cta {
        left: initial
    }

    .center-column .desing_howto_section_main .desing_howto_content > h2 br {
        display: none
    }

    .design_carousel {
        margin-top: 110px;
        grid-template: "image text" "benefits benefits"/1fr 1fr
    }

    .design_carousel__benefits {
        grid-template-columns: repeat(2,1fr);
        text-align: center
    }

    .desing_realizations__content {
        grid-template-columns: repeat(2,1fr)
    }

    .design_customers_slider_box_item_desc {
        padding: 20px 35px
    }

    .customs-page h2, .customs-page h1 {
        font-size: 32px !important;
        margin-bottom: 10px
    }

    .design_customers_text {
        margin-bottom: 0
    }

    .desing_howto_content-left,.desing_howto_content-right {
        padding: 30px 90px 60px
    }

    .desing_howto_content {
        min-width: auto
    }

    .center-column .customs-page .desing_howto_section_main .desing_howto_content > h2 {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 50px !important;
    }

    .desing_cta_desktop {
        display: none
    }

    .desing_cta_mobile {
        display: grid
    }

    .desing_cta {
        position: relative;
        bottom: initial;
        right: initial;
        height: auto;
        width: 100%;
        background: #18242e
    }

	.desing_cta_mobile .desing_cta_mobile__item_hidden {
		display: block;
	}

	.desing_cta.desing_cta_mobile .desing_cta_side {
		display: grid;
	}

	.desing_cta.desing_cta_mobile .desing_cta_side.desing_cta_left {
		gap: 30px;
		grid-template-rows: 0.5fr 1fr;
	}

	.desing_cta.desing_cta_mobile .desing_cta_side.desing_cta_right {
		gap: 30px;
		grid-template-rows: 0.5fr 1fr;
	}
}

@media screen and (max-width: 767px) {
    .design_customers_slider_box_arrow:not(.swiper-button-prev):not(.swiper-button-next) {
        left:15px;
        top: 31%
    }

    .design_carousel {
        margin-top: 110px;
        grid-template: "image" "text" "benefits"/1fr;
        gap: 0
    }

    .design_carousel__image {
        min-height: 300px
    }

    .design_carousel__text {
        padding: 5vh 35px;
        align-content: center
    }

    .design_carousel__text_title {
        margin-top: 0;
        font-size: 38px
    }

    .design_carousel__benefits {
        padding: 35px
    }

    .design_carousel__text_subtitle {
        font-size: 32px
    }

    .design_carousel__benefits_item_title {
        font-size: 15px
    }

    .desing_howto_content {
        padding: 30px 35px 60px
    }

    .desing_howto_section_main .desing_howto_text {
        padding: 0
    }

    .center-column .customs-page .desing_howto_section_main .desing_howto_content > h2 {
        padding: 0;
        font-size: 35px !important;
    }

    .desing_howto h3 {
        font-size: 28px
    }

    .design_customers_slider_box_item_desc {
        padding: 15px;
    }

    .desing_realizations {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .desing_cta {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        padding: 35px;
        text-align: center;
        gap: 35px
    }

	.desing_cta_mobile .desing_cta_mobile__item_hidden {
		display: none;
	}

	.desing_cta.desing_cta_mobile .desing_cta_side.desing_cta_left {
		gap: 30px;
		grid-template-rows: 0.5fr 1fr;
	}

	.desing_cta.desing_cta_mobile .desing_cta_side.desing_cta_right {
		gap: 0;
		grid-template-rows: 1fr;
	}

    .desing_cta_right {
        gap: 20px
    }

    .desing_cta_signature {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .desing_cta_signature_icon {
        margin: 0 auto
    }

	/*
    .desing_cta_heading {
        margin-bottom: 15px
    }
	*/
}

@media screen and (max-width: 500px) {
    .desing_howto_content {
        padding:20px 35px 40px
    }
}

@media (min-width: 365px) {
	.design_customers_slider_box_arrow.swiper-button-prev,
	.design_customers_slider_box_arrow.swiper-button-next {
		top: 33%;
	}
}

@media (min-width: 423px) {
	.design_customers_slider_box_arrow.swiper-button-prev,
	.design_customers_slider_box_arrow.swiper-button-next {
		width: 40px;
		height: 40px;
		transform: translateY(-50%);
	}
}

@media (min-width: 501px) {
	.design_customers_slider_box_arrow.swiper-button-prev,
	.design_customers_slider_box_arrow.swiper-button-next {
		width: 50px;
		height: 50px;
		top: 40%;
		transform: translateY(-50%);
	}
}

@media (min-width: 768px) {
	.design_customers_slider_box.swiper-slide {
		width: 50%;
		margin: 0 15px;
	}

	.design_customers_slider_box_arrow.swiper-button-prev,
	.design_customers_slider_box_arrow.swiper-button-next {
		width: 70px;
		height: 70px;
	}

	.design_customers_slider_box_arrow.swiper-button-prev {
		transform: translate(-100%,-50%);
		left: 22%;
		right: auto;
	}
	
	.design_customers_slider_box_arrow.swiper-button-next {
		transform: translate(100%,-50%);
		left: auto;
		right: 22%;
	}
}

@media screen and (min-width: 1501px) {
    .desing_cta_signature_text__from {
		margin-top: 8px;
	}
}

/* Customs */

/* Color filter */
.nice-select .option[data-color] {
	position: relative;
	padding-left: 40px;
}

.nice-select .option[data-color] .li-filter-color {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 18px;
	top: 50%;
	right: auto;
	bottom: auto;
	border: 1px solid #000;
	transform: translateY(-50%);
}
/* Color filter */

/* Mega filter pro - varianty */
.mfilter-box .mfilter-content .mfilter-filter-item.mfilter-checkbox[data-seo-name$="-varianta"] .mfilter-option {
	position: relative;
	background: #ebebeb;
}

.mfilter-box .mfilter-content .mfilter-filter-item.mfilter-checkbox[data-seo-name$="-varianta"] .mfilter-option .mfilter-col-input {
	display: none;
	padding: 0;
	margin: 0;
}

.mfilter-box .mfilter-content .mfilter-filter-item.mfilter-checkbox[data-seo-name$="-varianta"] .mfilter-option label {
	text-transform: uppercase;
    font-family: 'Open Sans' !important;
    font-size: 12px;
    font-weight: bold;
	line-height: 1;
	padding: 7px 10px 6px;
	position: relative;
	z-index: 1;
	color: #000;
	cursor: pointer;
}

.mfilter-box .mfilter-content .mfilter-filter-item.mfilter-checkbox[data-seo-name$="-varianta"] .mfilter-option .mfilter-col-count {
	display: none;
	padding: 0;
	margin: 0;
}

.mfilter-box .mfilter-content .mfilter-filter-item.mfilter-checkbox[data-seo-name$="-varianta"] .mfilter-option.mfilter-input-active {
	background: #1BBC9B;
}

.mfilter-box .mfilter-content .mfilter-filter-item.mfilter-checkbox[data-seo-name$="-varianta"] .mfilter-option.mfilter-input-active label {
    color: #fff;
}
/* Mega filter pro - varianty */

/* HP side overflow bug fix */
	body.common-home > .container-fluid {
		overflow-x: hidden;
	}
/* HP side overflow bug fix */

/* END RG New Olomouc club design info shop */
