body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
body {
    font: 15px/24px "Open Sans",Arial,sans-serif
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 2.133em;
    line-height: 30px;
    font-weight: bold;
    color: #383838;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #222;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #fff;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
}
.hidden{
	display:none!important;
}
.row{
	padding-bottom: 20px;
    padding-top: 30px;
}
header .row{
	padding-bottom: 15px;
	padding-top: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-around;
	flex-direction: row;
}
.product-thumb:not(.touch):hover {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	/* height: 444px; */
}
.product-layout {
    padding: 0;
    margin: 0px -2px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.footer_product {
   visibility: hidden;
    height: 0;
    color: #333;
    box-shadow: 0 20px 20px rgba(0,0,0,.1);
    position: absolute;
    width: -webkit-fill-available;
}

.product-thumb:hover .footer_product {
    opacity: 1;
    visibility: visible;
    margin: 0px 0 0;
    height: auto;
    text-align: center;
    background: #fff;
}


/*cartProduct*/
.shopping-cart {
  width: 750px;
  height: 423px;
  margin: 80px auto;
  background: #FFFFFF;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
  border-radius: 6px;

  display: flex;
  flex-direction: column;
}


/* Buttons -  Delete and Like */
.buttons {
  position: relative;
  padding-top: 30px;
  margin-right: 60px;
}

.delete-btn {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 17px;
  background: url("/template/view/theme/default/image/delete-icn.svg") no-repeat center;
  margin-right: 20px;
}

.like-btn {
  position: absolute;
  top: 9px;
  left: 15px;
  display: inline-block;
  background: url('/template/view/theme/default/image/twitter-heart.png');
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.is-active {
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0%   { background-position: left;  }
  50%  { background-position: right; }
  100% { background-position: right; }
}


/* Product Quantity */
.quantity {
  padding-top: 20px;
  margin-right: 60px;
}
.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}

button[class*=btn] {
  /*width: 30px;
  height: 30px;*/
  /*background-color: #494949;
  border-radius: 6px;*/
  border: none;
  cursor: pointer;
}
.minus-btn img {
  margin-bottom: 3px;
}
.plus-btn img {
  margin-top: 2px;
}
button:focus,
input:focus {
  outline:0;
}

/* Total Price */
.total-price {
  width: 83px;
  padding-top: 27px;
  text-align: center;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}

/* Responsive */
@media (max-width: 800px) {
  .shopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .image img {
    /*width: 50%;*/
  }
  .image,
  .quantity,
  .description {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .buttons {
    margin-right: 20px;
  }
}
/*end*/

.breadcrumb-grey {
    background: #f9f9f9;
}
.phone {
    position: relative;
    margin: 4px 0 -3px;
    font-size: 1.0666em;
    font-weight: 700;
}
.phone a {
    color: #222;
    white-space: nowrap;
    padding: 0 5px;
}
.inner-table-block{
	display: table-cell;
	padding: 0 20px;
	height: 104px;
	vertical-align: middle;
}
.svg-inline-cabinet{
     top: 4px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.personal-link {
    display: block
}

.personal-link .wrap {
    margin: 2px 0 0 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    max-width: 80px
}

.personal-link .wrap>span {
    text-overflow: ellipsis;
    overflow: hidden
}

.personal-link .name {
    position: relative;
    margin: 0 0 5px;
    display: block;
    font-size: .9333em;
    font-weight: 700;
    line-height: 1.1em
}

.personal-link .title {
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    color: #999
}

.personal-link.with_dropdown:after {
    display: none
}

.personal-link.with_dropdown .name {
    padding: 0 13px 0 0;
    max-width: 92px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.personal-link.with_dropdown .name:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -1px 0 0;
    width: 5px;
    height: 3px
}
.work-time-info {
    height: 104px;
    display: flex;
}

.work-time-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.work-time-block-text_- { 
	font-size: 12px;
    display: flex;
    align-items: center;
}
.work-time-block-text_-  svg{
	margin-right: 3px;
}
.work-time-block img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.work-time-block_text {
	text-align: center;
}

.work-time-block_text p {
    margin: 0;
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
    margin-block-end: -11px;
    margin-block-start: -7px;
}
.work-time-block_text p.mail-wtbt {
    font-size: 10px;
	text-transform: lowercase;
}

.opener {
    position: absolute;
    width: 58px;
    left: -58px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    top: calc(70vh - 50%);
    background: #424f60;
    overflow: hidden
}

.opener {
    background: #282828;
}
.opener>div:not(.cartType):hover {
    background: #30a33912;
}
.opener .cartType {
	background: #30a339;
}
.opener>div {
    display: inline-block;
    text-align: center;
    width: 58px;
    cursor: pointer;
    vertical-align: top;
    zoom:1;height: auto;
    position: relative;
	padding: 16px 17px;
}
.opener .count{
	text-align: center;
    opacity: 1;
    font-size: 12px;
    line-height: 13px;
	display: inline-block;
}
.opener>div .icon_block{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.opener span{
	background: #30a339;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    display: block;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    margin: 4px 0 4px;
}
.opener .cartType span{
	background: #ffffff;
    color: #000;
}
.opener>div.wish_count:after {
    background: #6d6d6d;
    opacity: .2;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.opener svg path{
	fill: rgb(255 255 255);
}
.opener .cartType svg path{
	fill: #fff;
}
header{
	    margin: 0 0 0px 0;
}
/* top */
#top {
	background-color: #ff6700;
	/* border-bottom: 1px solid #e2e2e2; */
	/* padding: 4px 0px 3px 0; */
	margin: 0 0 0px 0;
	min-height: 40px;
	font-size: 14px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a, #top-links-left li, #top-links-left a {
	color: #fff;
	/* text-shadow: 0 1px 0 #FFF; */
	text-decoration: none;
	padding: 0 5px;
}
#top .btn-link:hover, #top-links a:hover, #top-links-left a:hover {
	color: #444;
}
#top-links .dropdown-menu a, #top-links-left .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover, #top-links-left .dropdown-menu a:hover {
	color: #ff6700;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links-left {
	padding-top: 6px;
}
#top-links-left a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo img{
	max-width: 400px;
	width: 100%;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
.search-block {
    height: 104px;
    display: table;
    width: 100%;
}
.search-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 104px;
}
#search .input-group-btn {
    position: absolute;
    top: 0px;
    right: 43px;
    bottom: 0;
    width: 0;
}
#search {
	width: 100%;
}
#search .input-lg {
	padding: 0 44px 0 17px;
	height: 40px;
	font-size: .9333em;
	line-height: 40px;
	background: #f5f5f5;
	border: 1px solid #eee;
	color: #444;
	display: block;
	vertical-align: top;
	width: 100%;
	border-radius: 3px;
}
#search .btn-lg {
	text-shadow: unset;
	padding: 0 16px;
	background: 0 0;
	line-height: 16px;
	text-transform: none;
	margin: 0;
	font-size: 44px;
	border: none;
	box-shadow: none;
}
#search .fa-search{
	font-size: 18px;
	color: #000;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
.bg-menu {
	background-color: #ff6700;
}

#menu {
	/* background-color: #229ac8; */
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
	/* border-color: #1f90bb #1f90bb #145e7a; */
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/* padding: 20px; */
	min-height: 40px;
	background-color: transparent;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 18px 25px;
	height: 40px;
	line-height: 1.33em;
	border-right: 0px solid rgba(255,255,255,.15);
	position: relative;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .nav > li.catalog > a:before {
    top: 23px;
    left: 20px;
    background: url(/template/view/theme/default/image/Catalog_menu.svg) no-repeat;
    width: 15px;
    height: 12px;
	content: "";
    position: absolute;
    display: block;
}

#menu .nav > li.catalog > a {
	padding-left: 62px;
}

#menu .nav > li > a:not(.more-items) {
    padding-right: 50px;
}
#menu .nav > li > a:not(.more-items):after {
    top: 11px;
    right: 20px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 14px;
    width: 15px;
    height: 12px;
    text-align: center;
    position: absolute;
    display: block;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	width: 100%;
	display: block;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	padding: 14px 29px 14px 19px!important;
	/*border-top: 1px solid #f0f0f0;*/
	font-weight: 400;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #30a339;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #4CAF50;
	/* background-color: #229ac8; */
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 1024px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #f6f6f7;
	border-top: 1px solid #ededed;
	color: #000000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #555;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	font-size: 1.07em;
	text-transform: none;
}
/*modalCart/Wishlist*/
.modal-cart{
	right: 0px;
	-webkit-border-radius: 0 0 0 2px;
	top: 178px;
	z-index: 1046;
	position: fixed;
	width: 800px;
	top: 0;
	height: 100%;
	background: #fff;
	box-shadow: rgba(44,44,44,.4) 0 6px 18px;
	-moz-box-shadow: rgba(44,44,44,.4) 0 6px 18px;
	-webkit-box-shadow: rgba(44,44,44,.4) 0 6px 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-cart .header{
    padding: 30px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px inset #e0e0e0;
}
.modal-cart .header .link-cart-wishlist{
	padding: 5px 14px;
}

.modal-cart .header .link-cart-wishlist:hover{
	background: #ff6700;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.modal-cart .header .active-link{
    background: #ff6700;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.modal-cart .header .clear-cart{
	color: #888888 !important;
    border: 1px solid #aaaaaa;
    background: #ffffff;
    padding: 5px 12px 6px;
    cursor: pointer;
}
.modal-cart .header .clear-cart:hover{
	color: #30a339 !important;
    border: 1px solid #30a339;
    background: #ffffff;
    padding: 5px 12px 6px;
    cursor: pointer;
}

.modal-cart .header .h1-name{
	color: #222;
	font-size: 24px;
	margin-right: 48px;
	margin-left: 13px;
	font-weight: 700;
	display: inline-block;
	padding: 5px 14px;
}

.modal-cart .mcContent{
    padding: 5px 15px;
    display: block;
    overflow: auto;
    max-height: calc(70vh - 100px);
    min-height: calc(70vh - 100px);
}

.modal-cart .mcfooter{
	display: flex;
	justify-content: space-between;
	padding: 80px 50px;
	/* position: absolute; */
	bottom: 0px;
	width: 100%;
	background: #f9f9f9;
}
.modal-cart .mcfooter small {
	font-size: 12px;
    line-height: 16px;
    color: #b3b3b3;
    margin-top: 13px;
    width: 100%;
    text-align: left;
    display: block;
}
/*end*/
/*BlockProduct*/
.ppppList{
	margin: 10px 0px;
	border-radius: 5px;
	box-shadow: 0 0 1px 0 rgb(24 94 224 / 15%), 0 6px 8px 0 rgb(24 94 224 / 15%);
	padding: 10px;
}
.product_block_special_img {height: fit-content;border-radius: 5px;position: relative;background-color: #30a3390d;}
.product_block_special_img img{border-radius: 5px;width: 100px;mix-blend-mode: multiply;}
.product_block_special_info {
	width: 100%;
	padding-left: 15px;
	position: relative;
}
.priceBlock {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.priceReal{
	font-size: 25px!important;
	font-weight: 700!important;
}
.unitANDndsBlock{
	display: inline-block;
	text-align: left;
	font-size: 14px;
	margin-left: 10px;
}
.unitBlockBig{
	font-weight: 600;
	text-transform: uppercase;
}
.unitBlock{
	font-weight: 600;
}
.ndsBlock{
	font-size: 10px;
	font-weight: 400;
	margin-top: -8px;
}
.cartBlock{
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
}
.imageCartNew{
	width: 100px;
    height: 100px;
    margin-right: 16px;
    position: relative;
    font-size: 0;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
	position: sticky;
    top: 20px;
}
.infoCartNew {
	width: calc(100% - 105px - 16px);
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.infoTitleCartNew{
	margin-bottom:15px;
}
.infoTitleCartNew a{
	color:#000;
	font-weight: 600;
}
.list-item__good{
	width: calc(100% - 184px - 2*16px);
	display: inline-block;
	vertical-align: top;
}
.list-item__price {
    text-align: right;
    width: 200px;
}
@media (min-width: 1024px){
.list-item__price {
    margin: 0 8px;
}
}
.list-item__price {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0 6px;
}
@media (min-width: 1024px){
.basket-page .accordion__list .list-item__price-new {
    font-size: 24px;
    line-height: 32px;
}
}
.priceCartNew{
	font-weight: 700;
    font-size: 24px;
}

@media(max-width:644px){
	.list-item__good{
		    width: 100%;
			display: block;
	}
	.list-item__price{
		display: block;
		width: 100%;
	}
}
@media(max-width:412px){
	.infoCartNew{
		display: block;
		width: 100%;
	}
	.imageCartNew{
		width: 100%;
		position: inherit;
		top: 20px;
	}
}
.viewPriceMob{
		display:none;
	}
@media(max-width:517px){
	.viewPriceMob{ 
		margin-bottom: 15px;
		display:block;
	}
	.viewPricePc{
		display:none!important;
	}
}

.priceBlockProduct { display: flex;align-items: center;margin-bottom: 10px; }
.priceRealProduct { font-size: 40px!important;font-weight: 700!important; }
.unitANDndsBlockProduct{ display: inline-block;text-align: left;font-size: 14px;margin-left: 10px;    position: relative; }
.unitBlockBigProduct { font-weight: 600;text-transform: uppercase; }
.ndsBlockProduct { font-size: 11px;font-weight: 400;margin-top: -7px; }
.iconHeadd{
	display: block;
    margin: 0 auto 6px;
    position: relative;
}

.infoCartNew .form-control {
	    border-left: none;
}

.infoCartNew .input-group-addon {
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #909090;
    text-align: left;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;

}

/*BlockProductEnd*/
/* alert */
.alert {
	padding: 8px 60px 8px 75px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 400px;
	font-size: 13px;
	font-weight: 500;
	min-height: 60px;
	display: block;
	border: none;
	z-index: 9999;
	color: rgba(255, 255, 255, 0.59);
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.alert .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 30px;
	/*height: 30px;*/
	width: 30px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.09);
}

.alert .close:hover{
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.alert .fa {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	width: 60px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.09);
	display: flex;
	align-items: center;
	justify-content: center;
}

.alert a {
    margin: 0 3px;
    color: #ffffff;
}

.alert-success {
	background: #282828;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #ffffff;
}

.alert-success .fa{
	background: #30a339;
}

.alert-danger {
	background-color: #f44336;
}

.alert-danger .fa {
	background-color: #d32f2f;
}

.alert-info {
	background: #1886ff;
}

.alert-info .fa {
	background: #0071ec;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	color: #b6b5b5;
	font-size: 12px;
	background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 6px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '-';
	display: block;
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 26px;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
	content: '';
}
.breadcrumb span {
	color: #b6b5b5;
    font-size: 12px;
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
.form-control {
	color: #222;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    border: 1px solid;
    border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background-color: #464646;
    border-color: #464646;
    color: #fff;
}
.btn-primary.white:not(.grey) {
    color: #ff6700 !important;
    border: 1px solid #ff6700;
    background: #ffffff;
}
.btn-primary.white:not(.grey):hover {
    background-color: #ff6700;
    border-color: #ff6700;
    color:#fff!important;
}
.btn.white.grey {
    color: #888888 !important;
    border: 1px solid #aaaaaa;
    background: #ffffff;
}
.btn.white.grey:hover {
    background-color: #ff6700;
    border-color: #ff6700;
    color:#fff!important;
}
.btn-default:hover,.btn-default:active,.btn-default:focus {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
	color:#fff;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #6f6f6f;
    border-color: #adadad00;
    box-shadow: unset;
}
.btn-primary {
	background-color: #ff6700;
	border-color: #ff6700;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #37bb41;
    border-color: #37bb41;
	color:#fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-repeat: repeat-x;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    padding: 8px 17px 8px 17px;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group a {border: 1px solid #f2f2f2;border-bottom-width: 0;background: #f8f8f938;position: relative;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	text-shadow: unset;
	border-left: 5px solid #ff6700;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* height: 444px; */
	box-shadow: 0 0 0 1px #F2F2F2 inset;
	/* margin: 0 -1px 0 0; */
	background: #fff;
}
.product-thumb .image {
	text-align: center;
	padding: 2px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 19px 21px 20px;
	min-width: 70px;
	height: 170px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-thumb .caption {
	padding: 0 20px;
	text-align: center;
	height: 185px;
}
.product-thumb .caption > h4 + p {
	height: 70px;
	overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/* min-height: 210px; */
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
	height: 20px;
	margin: 0 0 9px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
	margin: 11px 0 0;
}
.product-thumb .price-new {
	font-size: 18px;
	font-weight: 700;
	line-height: 15px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	/*border-top: 1px solid #ddd;*/
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd0;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 5px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 1024px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
@media(min-width: 1024px){
	#column-left.col-sm-3{
			width: 19%;
	}
	#content.col-sm-9{
		width: 81%;
	}
	#column-right.col-sm-3 {
        width: 19%;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 1024px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 1024px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}