.container {
    width:1280px !important;
}

button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}

video { 
   width:100%;
   max-width:390px;
   height:auto;
}

body{
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 14px;
	color: #040707;
	}

.main-container{
	padding: 0 5vw;
	}

.nopadding{
	padding: 0!important;
	}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}
	
	
/*HEADER*/

.logo-1 {
    color:#fff;
	display: inline-block;
	height: 51px;
	padding: 0 7px;
	background-color:#000000;
	font-size: 31px;
}
.logo-2 {
    color:#000000;
    padding-left: 3px;
	font-size: 31px;
}

.header-top{
	padding: 10px 5vw 6px 5vw;
	border-bottom: 1px solid #e1e1e1;
	}
	
.top-region{
	font-size: 13px;
	}
	
.top-region span a, .top-region span{
	font-size: 13px;
	color: #888888;
	font-weight: 500;
	}
	
.phoneTop{
	font-size: 16px;
	font-weight: 500;
	/*margin-right: 80px;*/
	}
	
.phoneTop span{
	font-size:10px;
	font-weight: 300;
	color: #888888;
	}
	
.registerLinkTop a.spectre-login{
	font-size: 13px;
	color: #888888;
	padding-left: 20px;
	background-image: url('../images/enter.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	}
	
.registerLinkTop a.spectre-logout{
	font-size: 13px;
	color: #888888;
	}
	
.registerLinkTop a.spectre-accuant{
	font-size: 13px;
	color: #888888;
	padding-left: 20px;
	background-image: url('../images/acc.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	}

	
.header-logo-nav{
	padding-left: 5vw;
	padding-right: 5vw;
	}	
	
.header-logo-nav .logo{
	overflow: hidden;
	}
	
.header-logo-nav .logo{
	display: block;
	padding: 25px 0;
	margin: 0;
	}
	
/* MAIN NAVIGATION */

.mainFooterMenuMobile{
	display:none;
	}

/*
	Menu
		- positioning and sizing
*/

.link-mobmenu, .link-filteradd{
	font-size: 1.5rem!important;
	text-align: right!important;
	float: right;
	color: #00000;
	display: none;
	}
	

.itemHeader{
	display: table;
	}

.cell-itemHeader{
	display: table-cell;
	vertical-align: middle;
	}

#mainnav a.nav-link{
	color: #000;
	font-size: 14px;
	text-transform:uppercase;
	color: #040707;
	padding: 0 1rem;
	position: relative;
	}
	
#mainnav a:hover{
	color: #000;
	}
	

	
#mainnav li a:hover:after{
      content: ""; /* Добавляемый текст */ 
      background-color: #000; /* Цвет фона */ 
      height: 4px; /* Поля вокруг текста */ 
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0px;
	  margin: 0 1rem;
	}

#mainnav li.active a{
	color: #000;
	}
#mainnav li a span{
	position: relative;
	}

#mainnav li.active a:after{
      content: ""; /* Добавляемый текст */ 
      background-color: #000; /* Цвет фона */ 
      height: 4px; /* Поля вокруг текста */ 
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0px;
	  margin: 0 1rem;
	}
	
/*Second level menu*/

#mainnav .nav .parent{
	position: relative;
	}

#mainnav .nav .parent ul, #mainnav .nav .parent ul li{
	list-style: none;
	}

#mainnav .nav .parent ul {
	display: none;
	}

#mainnav .nav .parent:hover ul {
	display: block;
	}

#mainnav .nav .parent ul {
	padding: 15px;
	position: absolute;
	top: 100%;
-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.2);
background-color: #fff;
left: 0;
z-index: 2500;
	}

#mainnav .nav .parent ul .level1{
	padding: 5px 10px;
	}

#mainnav .nav .parent ul .level1 a{
	text-transform: none;
	color: #040707;
	padding: 0;
	}

#mainnav .nav .parent ul .level1 a:hover{
	color: #000;
	}


#mainnav .nav .parent ul .level1.active a{
	color: #000;
	}

#mainnav .nav .parent ul .level1.active a:after{
      content: ""; /* Добавляемый текст */ 
      background-color: transparent; /* Цвет фона */ 
      height: 0; /* Поля вокруг текста */ 
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0px;
	  margin: 0 1rem;
	}


#mainnav .nav .parent ul .level1 a:after{
      content: ""; /* Добавляемый текст */ 
      background-color: transparent; /* Цвет фона */ 
      height: 0; /* Поля вокруг текста */ 
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0px;
	  margin: 0 1rem;
	}


.topSearch{
	position: absolute;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	display: none;
	}
	
.topSearch-content{
	padding-left: 5vw;
	padding-right: 5vw;
	display: table;
	height: 100%;
	width: 100%;
	}
	
.topSearch-content .topSearch-form{
	display: table-cell;
	vertical-align: middle;
	}
	
.form-control {
    border-radius: 0;
}
	
.topSearch-content .topSearch-form .form-group{
	margin-bottom: 0;
	}
	
.btn {
    border-radius: 0;
}

	
.topSearch-content .topSearch-form .btn{
	width: 70%;
	}
	
.search-autocomplete{
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.15);
	}
	
.search-autocomplete ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.search-autocomplete ul li{
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #fff;
	cursor:pointer;
	}

.search-autocomplete ul li:hover{
	border-bottom: 1px #ccc dashed;
	color: #999;
	}	
	
.search-autocomplete ul li .amount{
	display: none;
	}

#SearchLink{
	cursor:pointer;
	padding-right: 2em;
	}
	
.SearchLinkClose{
	padding-top: 6px;
	width: 20%;
	cursor:pointer;
	float: right;
	}
	
.breadcrumb{
	font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
	}
	
.breadcrumb-item a{
	color: #000;
	}

.breadcrumb-item span{
	color: #888888;
	}	
	
	
/*Product View*/

.ProductView-logosold{
	padding-bottom: 30px;
	}

.productSold{
	font-size: 14px;
	color: #888888;
	padding-top: 10px;
	}
	
.productSold strong{
	color: #000;
	}
	
.product-name h1{
	font-size: 30px;
	font-weight: 500;
	}	
	
.product-sku p{
	font-size: 14px;
	color: #040707;
	}
	
.product-sku p strong{
	font-weight: 600;
	}
	
.availability{
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
.availability.in-stock{
	color: #8bc34a;
	}
	
.product-other-color .title{
	text-transform: uppercase;
	font-size: 14px;
	}
	
.product-other-color a img{
	margin-top: 15px;
	border: 1px solid #ebebeb;
	}
	
.product-other-color a:hover img{
	margin-top: 15px;
	border: 1px solid #000;
	}	

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
.product-options{
	padding-top: 40px;
	}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  margin: 0;
  white-space: nowrap;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
	margin: 0;
	padding:0;
	padding-top: 15px;
	float: left;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
  list-style: none;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
	background-color: #000;
  	color: #fff;
}

.configurable-swatch-list .hover .swatch-link .swatch-label,
.configurable-swatch-list .selected .swatch-link .swatch-label,
.swatch-link:hover .swatch-label {
  	color: #fff;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 14px;
  text-transform: uppercase;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: bold;
  color: #000;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}
	
.required{
	color: red;
	}
	
/* Modal grid size */

.grid-sizes {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.grid-sizes .header {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.grid-sizes .table-sizes {
    display: table;
    margin: 30px auto;
    width: 100%;
}

.grid-sizes .sizes-table-row {
    display: table-row;
}

.grid-sizes .table-sizes .cell:first-child {
    text-align: left;
    padding-left: 10px;
}
.grid-sizes .table-sizes .cell {
    display: table-cell;
    text-align: center;
    padding-top: 10px;
}

.grid-sizes .table-sizes .cell.even {
    background: #daedff;
}

.grid-sizes .table-sizes .cell .ru {
    display: block;
    border-bottom: 1px solid #c3c2c2;
}

.grid-sizes .table-sizes .cell .length {
    display: block;
    border-bottom: 1px solid #c3c2c2;
}

.grid-sizes .table-sizes .cell .crosby {
    display: block;
}
.product-modalLink-size{
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	}

.product-modalLink-size a{
	color: #888888;
	text-decoration:underline;
	}
	

.product-view .price-box .old-price .price-label, .product-view .price-box .special-price .price-label{
	display: none;
}

.product-view .price-box span{
	font-size: 20px;
	}

.product-view .price-box .old-price, .product-view .price-box .special-price{
	float: left;
}

.product-view .price-box .old-price{
	color: #666;
	font-size: 1.5rem;
	text-decoration: line-through;
	padding-right: .5em;
	padding-top: 10px;
}


.product-view .price-box .special-price span{
	color: #000;
	font-size: 30px;
	font-weight: 500;
}

.product-view .price-box{
	width: 100%;
	clear: both;
	overflow: hidden;
}


.product-view .price-box .regular-price{
	font-size: 1.8rem;
	font-weight: 500;
}

.add-to-cart{
	padding-top: 15px;
	font-size: 12px;
	}
	
.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}	

.btn-dark:hover {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
}

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  color: #000;
}


.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.product-view .btn{
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	}
	
.validation-advice{
	color: red;
	}

.product-view-attributes{
	padding-top: 15px;
	text-transform: uppercase;
	padding-bottom: 15px;
	}
	
.product-view .readmore-js-toggle{
	color: #888888;
	padding-top: 15px;
	font-size: 12px;
	}	

.product-view-attributes-table {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.product-view-attributes-title, .product-view-attributes-value {
    display: table-cell;
    white-space: nowrap;
    width: auto;
    font-weight: 500;
	font-size: 14px;
}

.product-view-attributes-title {
    text-align: left;
}

.product-view-attributes-dots {
    position: relative;
    bottom: 4px;
    height: 0;
    width: 100%;
    line-height: 0;
    border-bottom: 2px dotted #ccc;
    display: table-cell;
    vertical-align: bottom;
}

.product-view-attributes-value {
    text-align: right;
}


/* Accordion product view */

.accrodion-productView{
	padding-top: 30px;
	}

.accrodion-productView .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.accrodion-productView .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 1.25rem 0;
	line-height: 2;
}

.accrodion-productView .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #FFF;
	border: none;
}

.accrodion-productView .card-header a{
	display: block;
	padding: 1.25rem 0;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	}

.accrodion-productView .card-header a:after{
	content: "\f106";
	font-family: "FontAwesome";
	float: right;
	font-size: 18px;
	}



/* Footer */

.footer{
	padding: 40px 5vw;
	}

.social-line-footer{
	background-color: #000;
	padding: 20px 5vw;
	color: #fff;
	}

.social-line-footer a{
	color: #fff;
	font-size: 16px;
	text-align: center;
	}

.social-line-footer a:hover{
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	}
.social-line-footer .col{
	border-right: 1px solid #fff;
	}

.social-line-footer .col:first-child{
	border-left: 1px solid #fff;
	}

.address{
	border-top: 1px solid #e1e1e1;
	padding: 15px 5vw;
	display: block;
	text-align: center;
	font-weight: 300;
	}


/* Footer menu */

.footer-menu-main, .footer-menu-main li, .footer-menu-main li ul, .footer-menu-main li ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	}

.footer-menu-main{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-bottom: 25px;
	}
	
.footer-menu-main li.level0{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	}

.footer-menu-main li.level0 span{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
	}

.footer-menu-main li.level0 span span{
	padding: 0;
	}	
	

.footer-menu-main li.level0 ul li a{
	color: #888888;
	text-transform:none;
	padding: 0;
	}


.footer-menu-main li.level0 ul li a span{
	color: #888888;
	text-transform:none;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
	}

.footer-desc-kontakti{
	text-align: right;
	}

.footer-desc-kontakti p{
	font-size: 12px;
	}

.footer-desc-kontakti .phone{
	font-size: 16px;
	font-weight: 500;
	}

.footer-desc-kontakti .phone small{
	font-size: 11px;
	font-weight: 300;
	color: #888888;
	}

.footer-desc-kontakti .email{
	font-size: 14px;
	font-weight: 500;
	}

.footer-desc-kontakti .email a{
	text-decoration: underline;
	color: #000;
	}


.input-box-newsfooter{
	border-bottom: 1px solid #000;
	}

.input-box-newsfooter input{
	border: 0;
	}

.actions-newsfooter{
	margin-left: 15px;
	}

.actions-newsfooter .btn {
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.block-subscribe .checkbox a{
	font-size: 12px;
	color: #888888;
	font-weight: 300;
	}
.actions-newsfooter button{
	text-transform: none!important;
	}

.category-title{
	
	}

/*HomePage*/

.container-home .std{
	display: none;
	}

.MainBannerOuter{
	width: 100%;
	display: table;
	}

.imgMainBanner {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: left;
    padding: 5vh 0;
    background-position: center center;
    background-size: cover;
}

.imgMainBannerInner{
	min-height: 700px;
	}

#ContentMainBanner {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: left;
    padding: 0 5vw;
}
.owl-carousel{
	position: relative;
	}

.owl-theme .owl-dots{
	position: absolute;
	top: 45%;
	right: 5vw;
	}

.owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	border: 1px solid #fff;
}

.main-HomePopularCat{
	padding-top: 60px;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-bottom: 30px;
	}
	
.popular-category-home{
	text-align: center;
	}

.popular-category-home h3{
	font-size: 34px;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: normal;
	}

.popular-category-home a{
	color: #000;
	}

.popular-category-home a:hover{
	text-decoration: none;
	color: #999;
	}

.inastashopHome{
	padding: 30px 5vw 30px 5vw;
	}

.instaHomeMy{
	padding: 30px 0 0px 0;
	}

.instaHomeMy .instaHome{
	position: relative;
	}

.instaHomeMy .InstaLink {
    padding: 15px 0;
    width: 200px;
    text-align: center;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -30px;
    background-color: rgba(255,255,255,.7);
}

.instaHomeMy .InstaLink a {
    color: #000;
    font-size: 21px;
}

.instaHomeMy a.instaA img {
 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.instaHomeMy a.instaA:hover img {
 -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */
}

.instaHomeMy .InstaLink:hover {
	background-color: rgba(255,255,255,1)
}

.instaHomeMy .InstaLink:hover a {
	color: #0099ff;
	text-decoration: underline;
}

.keddoliveHome{
	padding: 30px 5vw;
	}

.keddoliveHome .liveKeddoTitle{
	text-align: center;
	}

.keddoliveHome .liveKeddoTitle a{
	font-size: 40px;
	color: #000;
	font-weight: 500;
	}

.keddoliveHome .liveKeddoTitle a:hover{
	color: #999;
	text-decoration: none;
	}
	
.keddoliveHome .menu-category-home{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}

	
.keddoliveHome .menu-category-home a{
	display: inline-block;
	color: #888888;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 16px;
	border-bottom: 3px solid #fff;
	margin-bottom: 10px;
	}

.keddoliveHome .menu-category-home a:hover{
	color: #000;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
	text-decoration: none;
	}

.imageNewsHome{
	border: 1px solid #ebebeb;
	}
	
.homeNewsDateCat{
	padding: 15px;
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
	}

.keddoliveHome .title-last-cat a{
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	}

.keddoliveHome .title-last-cat, .keddoliveHome .desc-last-cat{
	padding-top: 10px;
	text-align: left;
	}

.keddoliveHome .desc-last-cat{
	font-size: 12px;
	}

.twoBannerHome{
	padding: 0 0 30px 0;
	overflow: hidden;
	}

.leftBannerHomeBig{
    display: table;
    width: 50%;
    text-align: left;
    background-position: center center;
    background-size: cover;
	min-height: 800px;
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	}

.leftBannerHomeBig .leftBannerHomeBigContent{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5vw;
	}

.twoBannerHome .title{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 30px;
	}

.twoBannerHome .name{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 60px;
	}
	
.twoBannerHome .name{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 60px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	line-height: 1.2;
	}

.twoBannerHome .BannerBigLink{
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 60px;
	}

.twoBannerHome .BannerBigLink a{
	color: #fff;
	font-size: 14px; 
	}

.twoBannerHome .BannerBigLink a:hover{
	text-decoration: none;

	}
.clnews-Index .menu-category a{
	display: inline-block;
	color: #888888;
	text-transform: uppercase;
	margin-right: 15px;
	font-size: 16px;
	border-bottom: 3px solid #fff;
	margin-bottom: 10px;
	}

.clnews-Index .menu-category a:hover{
	color: #000;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
	text-decoration: none;
	}

.clnews-Index .menu-category{
	padding-top: 20px;
	}

.clnews-Index h1{
	font-weight: 500;
	font-size: 40px;
	}
.category-products{
	padding-top: 30px;
	padding-bottom: 30px;
	}

.category-products .product-name{
	padding-top: 30px;
	}

.category-products .product-name, .category-products .price-box{
	text-align: center;
	}

.category-products .product-item a{
	font-size: 14px;
	color: #000;
	display: block;
	}

 .category-products .price-box .old-price .price-label,  .category-products .price-box .special-price .price-label{
	 display: none;
	 }
 .category-products .price-box p{
	 padding: 0;
	 margin: 0;
	 }
	 

.category-products .price-box .old-price .price{
	color: #888;
	text-decoration:line-through;
	font-size: 12px;
	}
	 

/*Instashop*/	 

.instashop-home-new {
	padding: 30px 5vw;
	}
	 
.instashop-home-new .frisbuy-title{
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: 500;
}	 
	 
.instashop-home-new .frisbuy-subtitle{
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px!important;
}	


/* Best sale home */	 
	
.bestHomeNew{
	padding: 30px 5vw;
	} 
	 
.bestHome-title{
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: 500;
	} 
	
.first-row-best{
	padding: 30px 0;
	}
	
.img-left-best-home{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}

.matchHeightBest{
	display: table;
	}	
		
.img-left-best-home	.textBestRotate{
	  -webkit-transform: rotate(-90deg); 
	  -moz-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  -o-transform: rotate(-90deg);
	  transform: rotate(-90deg);
	  position:absolute;
	  left: 25px;
	  top: 60px;
	  color: #888888;
	}
	
.blockBest{
	position: relative;
	}
	
.blockBest80{
	width: 80%;
	}
	 
.textBestTitle{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 24px;
	}

.imgBestBlock{
	padding-left: 120px;
	}

.titleTitleBest{
	padding-bottom: 20px;
	}

.titleTitleBest span{
	background-color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	box-shadow: -8px 0 0 1px #fff, 8px 0 0 1px #fff;
	padding: 5px 0;
	}

.LinkTitleBest{
	padding-bottom: 40px;
	}

.LinkTitleBest a{
	color: #888888;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	}


.LinkTitleBest span{
	border-bottom: 4px solid #888;
	padding-bottom: 10px;
	}

.img-left-best-home:hover .LinkTitleBest a{
	text-decoration:none;
	color: #000;
	}
	
.imgOwlBlock{
	padding-left: 60px;
	padding-right: 60px;
	}

.owlBestContent{
	padding-left: 120px;
	padding-right: 0px;
	padding-top: 30%;
	}

.owlBestTitle{
	position: absolute;
	left: 0;
	bottom: -80px;
	font-size: 24px;
	}

.blockOwlBest{
	position: relative;
	}

.imgOwlBlock div{
	font-size: 14px;
	color: #888888;
	padding-bottom: 15px;
	}

.homeBestOwl{
	padding-bottom: 80px;
	}
.owlBestContent button:focus, .owlBestContent button:hover {
  border-color: none!important;
}

.owlBestContent .owl-nav button img{
	font-size: 18px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	border-radius: 50%;
	padding: 15px;
	}

.owlBestContent .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: inherit;
    text-decoration: none;
}

.owlBestContent .owl-nav .owl-prev, .owlBestContent .owl-nav .owl-next{
	position: absolute;
	top: 30%;
	}
	
.owlBestContent .owl-nav .owl-prev{
	left: -10px;
	}
	
	
.owlBestContent .owl-nav .owl-next{
	right: -10px;
	}	
	
.productListImage{
	display: table;
	}

.productListImage div{
	display: table-cell;
	vertical-align: middle;
	}	
	

	

  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
	padding: 0;
	margin: 0;
  }
  .product-collateral .toggle-tabs li {
    color: #888888;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
  }
  .best-selling-home .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #f8f8f8;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #fff;
  }  
  
  .product-collateral .toggle-tabs li.current {
  }
  .product-collateral .toggle-tabs li.current > span {
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
	color: #000;
	border-bottom: 4px solid #000;
	padding-bottom: 10px;
	text-decoration: none;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
/*
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
	padding: 0;
	margin: 0;
  }
  .product-collateral .toggle-tabs li {
    float: left;
	list-style: none;
	padding-right: 15px;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
  }
  .product-collateral .toggle-tabs li.current > span {
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
	color: #000;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
	text-decoration: none;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }

  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #3399cc;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}

*/
	
.tabs-trends-home ul.toggle-tabs {
    margin: 0;
    list-style: none;
    text-align: center;
    display: block;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tabs-trends-home .toggle-tabs li {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.linkAbsImage{
position: absolute; top: 0; bottom: 0; right:0; left: 0; display: block;
	}


/* News ALL Add */

.news-items-keddo h1{
	font-size: 40px;
	}

.row-forDateCat{
	padding-top: 20px;
	padding-bottom: 20px;
	}

.row-forDateCat .dateNews, .row-forDateCat .main-podzag, .row-forDateCat .main-podelitsa
{
	float: left;
	}

 .row-forDateCat .main-podzag{
	 padding-left: 120px;
	 text-transform: uppercase;
	 }

 .row-forDateCat .main-podelitsa{
	 padding-left: 120px;
	 }
	 
.fullContentNews{
	padding-top: 60px;
	font-size: 14px;
	line-height: 2;
	padding-bottom: 10vh;
}

.fullContentNews .bigText{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	}
	
.commetnsNews{
	padding-top: 60px;
	}

.commetnsNewsAdd{
	padding-bottom: 60px;
	}

.minicart-Price{
	padding-top: 5px;
	}

.cart-MiniCart{
	color: #888;
	}

.cart-MiniCart:hover{
	color: #000;
	text-decoration: none;
	}

.listNews{
	padding-top: 40px;
	}
.newsList-itemBig, .newsList-itemSmall{
	padding-bottom: 30px;
	}

.newsList-itemBig{
	height: 1200px;
	}
	
.newsList-itemSmall{
	height: 600px;
	}

.newsList-itemBig .blockTextListBlock{
	border: 1px solid #ebebeb;
	padding: 50px 40px;
	}

.newsList-itemSmall .blockTextListBlock{
	border: 1px solid #ebebeb;
	padding: 30px 20px;
	}
	
.newsList-itemBig .blockAfterTextListBlock{
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 20px 60px;
	}
	
.newsList-itemSmall .blockAfterTextListBlock{
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 20px 20px;
	}
		
.newsList-itemBig h3, .newsList-itemBig h3 a{
	color: #040707;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
	}
	
.newsList-itemBig h3 a:hover{
	text-decoration: none;
	color: #040707; 
	}
	
.newsList-itemBig .ListNews-Description{
	color: #040707;
	font-size: 20px;
	padding-top: 30px;
	}
	
.newsList-itemBig .ListDateNews{
	font-size: 16px;
	color: #888888;
	float: left;
	}
	
.newsList-itemBig .ListCategoryPodelitsa{
	font-size: 16px;
	color: #888888;
	float: right;
	}	
	
.newsList-itemBig .ListCategoryNews{
	font-size: 16px;
	color: #888888;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	}
/*Small NEws*/

	
.newsList-itemSmall h3, .newsList-itemSmall h3 a{
	color: #040707;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	}

.newsList-itemSmall	h3 a:hover{
	text-decoration: none;
	color: #040707; 
	}

.newsList-itemSmall .ListNews-Description{
	color: #040707;
	font-size: 12px;
	padding-top: 15px;
	}

	
.newsList-itemSmall .ListDateNews{
	font-size: 12px;
	color: #888888;
	float: left;
	}

	
.newsList-itemSmall .ListCategoryNews{
	font-size: 12px;
	color: #888888;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	}

.newsList-itemSmall .ListCategoryPodelitsa{
	font-size: 12px;
	color: #888888;
	float: right;
	}	

/*LookBook*/

.lookbookCategory{
	padding-top: 60px;
	padding-bottom: 70px;
	}

.lookbookCategory h3{
	font-size: 40px;
	font-weight: 500;
	padding-bottom: 20px;
	}
	
.lookbookCategory-item{
	padding-bottom: 30px;
	}

.lookbookCatBlock{
	height: 350px;
	display: table;
	width: 100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
	}

.lookbookCat-Link{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	}

.lookbookCatTitle{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
	}

/* REGION MODAL */

.modal .modal-content{
	border-radius: 0;
	}

.modal  h3{
	font-size: 24px;
	font-weight: normal;
	}

.modal  .regionDostModal{
	padding: 40px;
	}

.modal  h4{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	}

.modal  a:hover{
	cursor: pointer;
	}

.modal  .close{
	position: absolute;
	right: -40px;
	top: -40px;
	}

.ListCategoryPodelitsa .ya-share2__icon_more:before {
    content: 'Поделиться';
    color: #a0a0a0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ListCategoryPodelitsa .ya-share2__container_size_m .ya-share2__icon_more {
    height: 24px;
    width: 100px;
    background-size: 24px 24px;
	font-size: 16px;
	border: 0;
}

.ListCategoryPodelitsa .ya-share2__container_size_m, .ListCategoryPodelitsa .ya-share2__container_size_m .ya-share2__icon_more:before {
    font-size: 16px;
    line-height: normal;
}

.newsList-itemSmall .ListCategoryPodelitsa .ya-share2__container_size_m, .newsList-itemSmall .ListCategoryPodelitsa .ya-share2__container_size_m .ya-share2__icon_more:before {
    font-size: 12px;
    line-height: normal;
}


.row-forDateCat .ya-share2__icon_more:before {
    content: 'Поделиться';
    color: #a0a0a0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.row-forDateCat .ya-share2__container_size_m .ya-share2__icon_more {
    height: 24px;
    width: 100px;
    background-size: 24px 24px;
	font-size: 16px;
	border: 0;
}

.row-forDateCat .ya-share2__container_size_m, .row-forDateCat .ya-share2__container_size_m .ya-share2__icon_more:before {
    font-size: 14px;
    line-height: 18px;
}


/* Бесконечный скролл */

.ias-trigger-prev, .ias-spinner{
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	}

/*CMS Pages */

.cms-page-view  h1{
	padding-bottom: 30px;
	}

.cms-page-view p{
	padding-bottom: 1.2em;
	}

.cms-page-view p.lead{
	font-size: 20px;
	}

.cms-page-view p.lead strong{
	font-weight: bold;
	}	

.cms-page-view .std{
	padding-bottom: 10vh;
	}

/*Вакансии*/

.phone-careers{
	padding: 15px;
	margin-top: 30px;
	border: 1px solid #000;
	}

.phone-careers .title{
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 1em;
	}

.phone-careers .mail-link{
	font-weight: 700;
	}
	
.accordion-careers p{
	line-hieght: 0;
	padding: 0;
	margin: 0;
	}
	
.accordion-careers a{
	color: #040707;
	width: 100%;
	}
	
.accordion-careers a:hover{
	color: #040707;
	text-decoration: none;
	}
	
.accordion-careers a:after{
	font-family:'FontAwesome';
	content: "\f106";
	position: absolute;
	right: 15px;
	font-size: 20px;
	top: 8px;
	}
	
.accordion-careers a.collapsed:after{
	font-family:'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 15px;
	font-size: 20px;
	top: 8px;
	}	
		
.accordion-careers .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}	
	
.accordion-careers .card-header:first-child {
    border-radius: 0;
}
	
.accordion-careers .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0;
}

.accordion-careers .careers-list-block a{
	padding-bottom: 10px;
	color: #888888;
	}

.accordion-careers .careers-list-block{
	padding-bottom: 10px;
	}

.accordion-careers .careers-list-block a:hover{
	Color: #000;
	}	
	
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
	
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.listJobsTitle{
	font-size: 24px;
	}
	
.listJobsTitle a{
	color: #000;
	}

.jobs-view-title h1{
	font-size: 24px;
	}
	
.jobs-view-content{
	padding-bottom: 10vh;
	}
	

/* Stores */
	
	
.filterMapStore{
	background-color: #f8f8f8;
	}	
	
.storeLocator-ListStores{
	overflow-y: scroll;
	height: calc(720px - 63px);
	position: relative;
	}
	
.storeLocator-mapMarker{
	width: 30px;
	text-align: center;
	position: relative;
	}

.storeLocator-itemStore{
	border-bottom: 1px solid #ebebeb;
	position: relative;
	cursor: pointer;
	}

.storeLocator-itemStore:hover, .storeLocator-itemStore.selected{
	background-color: #f8f8f8;
	}

.storeLocator-itemShop .CountrCity{
	font-weight: 500;
	}

.storeLocator-itemShop .CountrPhone{
	color: #888;
	}

.loaderListStores{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	padding-top: 30px;
	top: 0;
	/*display: none;*/
	}

		
.pin-label{
	color: #fff;
	position:absolute;
	width: 30px;
	text-align: center;
	left: -5px;
	top: 5px;
	}
	
.pin-marker{
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #000;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 0%;
  margin: -20px 0 0 -20px;
  }
  
.storeRateDetail{
	background-color: #f8f8f8;
	padding: 15px;
	}
  
.storeRateDetail .list-group-item{
	background-color: #f8f8f8;
	}	

/* Instashop */

.frisbuy-title{
	text-align: left;
	font-size: 2.5rem;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.frisbuy-subtitle{
	text-align: left;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.tabs-popup-register ul.toggle-tabs {
    margin: 0;
    list-style: none;
    text-align: center;
    display: block;
    font-size: 0;
    padding-bottom: 30px;
}

.tabs-popup-register .toggle-tabs li {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tabs-popup-register .toggle-tabs li span{
	text-transform: none;
}	
		 
a.fogot-link{
	color: #000;
	padding-left: 2em;
	}
	
	
.recomend-product-view{
	background-color: #f8f8f8;
	padding: 60px 5vw;
	}
	
.recomend-product-view .recomend-product-view-title{
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	}	


/* Amasty */

.amasty-top-top{
	width: 100%;
	background-color: #f8f8f8;
	padding: 20px;
	}
	
/*NEW TOP MENU*/

.ked-filter {
	font-size: 14px;
	overflow: hidden;
}
.ked-filter .permalink {
	display: block;
	text-decoration: none;
}
.ked-filter .permalink:hover {
	text-decoration: underline;
}
.ked-filter ul, .ked-filter li {
	margin: 0;
	padding: 0;
}
ked-filter .drop-menu-main a.amshopby-attr, .ked-filter .drop-down, .ked-filter .drop-menu-main-sub .title {
	text-decoration: none;
	color: #555555;
	padding: 0 10px 0 0;
}
.ked-filter .drop-menu-main {
	padding: 4px;
}
.ked-filter .drop-menu-main li {
	float: left;
	padding-right: 5px;
}
.ked-filter .drop-menu-main-sub {
	display: none;
	position: absolute;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(201, 201, 201, 0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(201, 201, 201, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(201, 201, 201, 0.75);
	z-index: 100;
	padding: 15px;
	max-height: 350px;
}
.ked-filter .drop-menu-main-sub a {
	color: #555555;
	cursor: pointer;
	text-decoration: none;
}
.ked-filter .drop-menu-main-sub a:hover {
	background: #155FB0;
	color: #FFFFFF;
	text-decoration: none;
}
.ked-filter .drop-menu-main-sub .title {
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #DEDEDE;
}
.ked-filter li {
	list-style: none;
	display: block;
}
.ked-filter .drop-menu-main-sub ol {
	padding: 0;
	margin: 0;
}
.ked-filter .drop-menu-main-sub ol li {
	float: left;
	min-width: 250px;
	padding: 5px;
}

.ked-filter .drop-menu-main-sub ol.configurable-swatch-list li {
	float: left;
	min-width: 60px;
	padding: 2px;
}

.ked-filter .drop-menu-main-sub ol li.colorFilterLi a {
	float: left;
}
.ked-filter .drop-down {
	cursor: pointer;
	padding: 5px;
}
.ked-filter .drop-menu-main li span.drop-down {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
}
.ked-filter .drop-menu-main li span.filter-active {
	display: block;
	border: 1px solid #ef326b;
}
.ked-filter .drop-menu-main li span.filter-active strong{
	color: #ef326b;
}
.ked-filter .drop-menu-main li span.filter-active .btn-remove-inline {
	color: #ef326b;
}
.ked-filter .drop-menu-main li span.filter-active .btn-remove-inline:hover {
	color: #06F;
}
.ked-filter .drop-menu-main li span.drop-down:hover {
	background-color: #f1f1f1;
}
.ked-filter .drop-menu-main li span.filter-active:hover {
	background-color: #fce6ed;
}

.ked-filter .drop-menu-main li.dropped span.drop-down {
	background-color: #f1f1f1;
}
.ked-filter .drop-menu-main li span.this-name {
	cursor: inherit;
	border: 1px solid transparent;
	font-weight: normal;
	font-style: italic;
	background-color: transparent;
}

.ked-filter .drop-menu-main li span.this-name a{
	color: #06C;
	text-decoration: underline;
}

.ked-filter .drop-menu-main li span.this-name a:hover{
	color: #06F;
	text-decoration: none;
}
.ked-filter .drop-menu-main li span.this-name:hover {
	background-color: transparent;
}
.ked-filter .drop-menu-main-sub ol li a {
	padding: 5px;
}
.ked-filter .drop-menu-main-sub ol li a:hover {
	background-color: #000;
	color: #fff;
}
.ked-filter .drop-menu-main-sub ol li a.amshopby-attr-selected {
	background-color: #666;
	color: #fff;
}
.block.block-layered-nav .actions {

}
.block.block-layered-nav .actions a {

}

#kartadostavki{
	height: 720px;
	}

.amasty-top-top span{
	width: 100%;
	}
	
.amasty-top-top span .fa{
	float: right;
	text-align: right;
	}

.best-selling-home{
	background-color: #f8f8f8;
	padding: 60px 5vw;
	}

.best-selling-home h3{
	text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 500;
	}


/* Accuant */

.block-account .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #f8f8f8;
    border: 0;
	margin-bottom: 6px;
	color: #888888;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #040707;
}

.list-group-item-action:focus,
.list-group-item-action:hover{color:#fff;text-decoration:none;background-color:#000}

.list-group-item div{
	position: relative;
	padding-left: 30px;
	}

.list-group-item .ikonsDash:before{
	font-family: "FontAwesome";
	position: absolute;
	font-size: 22px;
	left: 0;
	top: -6px;
	}

.list-group-item .account:before{
	content: "\f2c0";
	}

.list-group-item .account_edit:before{
	content: "\f044";
	}

.list-group-item .address_book:before{
	content: "\f2ba";
	}

.list-group-item .order_history:before{
	content: "\f290";
	}

.list-group-item .reviews_history:before{
	content: "\f27b";
	}

.list-group-item .newsletter:before{
	content: "\f1ea";
	}

.list-group-item .returned:before{
	content: "\f01e";
	}

.whiteAccordion .card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #ebebeb;
	cursor:pointer;
}

.whiteAccordion .card-header:first-child {
    border-radius: 0;
}

.whiteAccordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ebebeb;
    border-radius: 0;
}


.whiteAccordion .card-header:hover {
    background-color: #f8f8f8;
}

.acc-order-img{
	border: 1px solid #ebebeb;
	}

.my-account a.my-acc-link{
	color: #888888;
	}

.my-account a.my-acc-link:hover{
	color: #000;
	text-decoration: none;
	}



/*Checkout cart*/

.spectre-checkout .cart{
	padding-top: 30px;
	}

.spectre-headercart{
	font-size: 14px;
	color: #040707;
	font-weight: 500;
	text-align: center;
	}
	 
.spectre-carthr{
	border-bottom: 1px solid #040707;
	padding-top: 15px;	
	}

	 
.spectre-carthrItem{
	border-bottom: 1px solid #ebebeb;
	}

.spectre-cart-image, .spectre-cartProductName{
	float: left;
	}
	
.spectre-cart-image img{
	border: 1px solid #ebebeb;
	} 
	 
.spectre-cartProductName{
	display: table;
	width: 100%;
	text-align: center
	}
	 
.spectre-cartProductName-inner{
    display: table-cell;
    vertical-align: middle;
	}	 
	 
.spectre-cartProductName-innerName{
    display: table-cell;
    vertical-align: middle;
	padding-left: 60px;
	}	 
.spectre-cartProductName2 .product-name a{
	color: #040707;
	font-weight: 500;
	}	 
	 
.spectre-cartProductName2 .product-sku, .spectre-cartProductName2 .product-color{
	color: #040707;
	font-weight: 500;
	padding-top: .5em;
	}	 
	 
.spectre-cartProductName2 .product-sku span, .spectre-cartProductName2 .product-color span{
	color: #888888;
	font-weight: normal;	
	}
	
.spectre-cartItem{
	text-align: center;
	}	 
	 
.spectre-cartProductName2{
	display: table;
	width: auto;
	text-align: left;
	}

.acc-adress-edit{
	position: relative;
	}
	
.acc-adress-edit a{
	color: #888;
	padding-left: 30px;
	}
	
.acc-adress-edit a:hover{
	color: #000;
	text-decoration: none;
	}
	 
.acc-adress-edit a:before {
    content: "\f040";
	font-family: "FontAwesome";
    position: absolute;
    font-size: 22px;
    left: 0;
    top: -6px;
}

.adressTable{
	display: table;
	width: 100%;
	}
	
.adressTable a{
	width: 100%;
    display: table-cell;
    vertical-align: middle;
	text-align: right;
	} 
	 
	 
	 
/* CHEKOUT */	 

.spectre-coupon{
	background-color: #f8f8f8;
	padding: 20px;
	}
	
.spectre-coupon .spectre-promocod{
	color: #040707;
	font-weight: 500;
	padding-bottom: 5px;
	}

.spectre-preTotals{
	font-size: 18px;
	font-weight: 500;
	color: #040707;	
	}

.spectre-grandTotals{
	font-size: 18px;
	color: #040707;
	font-weight: 300;
	}

.spectre-grandTotals .grandTotal{
	font-size: 18px;
	color: #040707;
	font-weight: 500;
	}

.form-cart-spectre{
	background-color: #f8f8f8;
	}


.accrodion-menuFooter h5{
	font-size: 16px;
	}

.accrodion-menuFooter a{
	text-decoration: none;
	}

.accrodion-menuFooter a:hover{
	text-decoration: none;
	}

.accrodion-menuFooter ul, .accrodion-menuFooter ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	}

.accrodion-menuFooter ul li a{
	padding: 0;
	color: #888888;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 10px;
	}

.block-subscribe{
	padding-top: 5px;
	}







	 
	 