

/* Start:/local/templates/grandss/components/bitrix/catalog/grandss/style.css?1539063941697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/grandss/components/bitrix/menu/sidebar/style.css?15390639413591*/

@media only screen and (min-width: 881px) {
  .sidebar-mobile {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .sidebar-mobile {
    color: #fff;
    display: block;
    background: #DA251D;
    padding: 10px 48px 10px 20px;
    max-width: 400px;
    cursor: pointer;
    position: relative;
  }
  .sidebar-mobile:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 41px solid transparent;
    border-right: 27px solid #fff;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .sidebar-mobile .sidebar-mobile__button {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
  }
  .sidebar-mobile .sidebar-mobile__title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .sidebar-mobile .sidebar-mobile__icon-bar {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .sidebar-mobile .sidebar-mobile__icon-bar + .sidebar-mobile__icon-bar {
    margin-top: 4px;
  }
  .sidebar-mobile.sidebar-mobile_open .sidebar-mobile__button .sidebar-mobile__icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-4px);
    -moz-transform: rotate(-45deg) translate(-4px);
    -o-transform: rotate(-45deg) translate(-4px);
    transform: rotate(-45deg) translate(-4px);
  }
  .sidebar-mobile.sidebar-mobile_open .sidebar-mobile__button .sidebar-mobile__icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(45deg) translate(-4px);
    -moz-transform: rotate(45deg) translate(-4px);
    -o-transform: rotate(45deg) translate(-4px);
    transform: rotate(45deg) translate(-4px);
  }
  .sidebar-mobile.sidebar-mobile_open .sidebar-mobile__button .sidebar-mobile__icon-bar:nth-of-type(3) {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  .sibebar-menu {
    display: none;
    margin-top: 20px;
  }
}

.accard {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accard .accard__item {
  border: 1px solid #a9a9a9;/*262626*/;
  margin-bottom: 8px;
  position: relative;
}
.accard .accard__item:hover .accard__icon, .accard .accard__item.mtree-open .accard__icon {
  background-position: 0px -40px;
}
.accard .accard__item_dropdown.accard__item:after {
  content: '+';
  position: absolute;
  top: 3px;
  right: 4px;
  font-size: 22px;
  width: 18px;
  text-align: center;
}
.accard .accard__item_dropdown.accard__item.mtree-open:after {
  content: "-";
}
.accard .accard__icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #262626;
}
.accard .accard__name {
  padding: 0px 25px 0px 6px;
  color: #000;
  font-size: 16px;
}
.accard .accard__link {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  z-index: 22;
}
.accard .accard__link.accard__link_active {
  color: #da251d;
  text-decoration: underline;
}
.accard .accard__link.accard__link_active:hover {
  text-decoration: none;
}
.accard .mtree-open, .accard .accard__item_dropdown:hover {
  background: #ebebeb;
}

.dropdown {
  list-style: none;
  padding: 10px 0px;
  margin: 0;
  background: #fff;
  display: none;
  border-top: 1px solid #a9a9a9;
  position: relative;
}
.dropdown .dropdown__item {
  padding: 3px 10px;
  margin-bottom: 10px;
}
.dropdown .dropdown__item:last-child {
  margin-bottom: 0;
}
.dropdown .accard__link:hover {
  text-decoration: underline;
}
/* End */


/* Start:/local/templates/grandss/components/bitrix/search.title/catalog/style.css?15390639414272*/
.search {
  position: relative;
  max-width: 725px;
  margin: auto;
  padding: 0px 3px;
}
.search .search__field {
  padding-right: 40px;
}
.search .search__input {
  width: 100%;
  height: 27px;
  padding: 0px 10px;
}
.search .search__button {
  position: absolute;
  right: 0;
  top: 0;
}
.search .search__send {
  width: 40px;
  height: 27px;
  background-image: url("/local/templates/grandss/components/bitrix/search.title/catalog/images/icon_l.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .search {
    margin-bottom: 20px;
    padding: 0px;
  }
  .search .search__input, .search .search__send {
    height: 40px;
  }
  .search .search__send {
    background-color: #C0C0C0;
  }
}
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;/* display:none; */overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF;}div.title-search-fader{display:none;background-image:url('/bitrix/components/bitrix/search.title/templates/visual/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}

/* End */


/* Start:/local/templates/grandss/components/bitrix/breadcrumb/catalog/style.css?1539063941881*/
.breadcrumbs {
  padding: 17px 0px 10px 3px;
}
.breadcrumbs .breadcrumbs_link {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 15px;
  line-height: 21px;
  color: #797979;
  text-decoration: underline;
}
.breadcrumbs .breadcrumbs_link:hover {
  text-decoration: none;
}
.breadcrumbs .breadcrumbs_link:after {
  content: "|";
  display: inline-block;
  padding-left: 8px;
}
.breadcrumbs .breadcrumbs_span {
  display: inline;
  vertical-align: middle;
  font-size: 15px;
  color: #C0C0C0;
}
@media only screen and (max-width: 880px) {
  .breadcrumbs {
    background: #ffdfdd;
    margin: 20px -15px;
    padding: 10px 15px;
  }
  .breadcrumbs .breadcrumbs_link {
    color: #262626;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumbs .breadcrumbs_link, .breadcrumbs .breadcrumbs_span {
    font-size: 12px;
    line-height: 18px;
  }
}
/* End */


/* Start:/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/style.css?15390639415719*/
.product-block {
  margin-bottom: 30px;
}

.product-info .product-info_title {
  font-size: 25px;
  margin: 7px 0px 31px;
}
.product-info .product-info__image {
  width: 50%;
  float: left;
  text-align: center;
  padding: 20px;
  border: 1px solid #262626;
}
.product-info .product-info__image a {
  outline: none;
}
.product-info .product-info__picture {
  max-width: 310px;
  max-height: 310px;
  width: 100%;
}
.product-info .product-info__info {
  width: 24%;
  float: left;
  padding: 0px 0px 0px 17px;
}
.product-info .product-info__item {
  margin-bottom: 20px;
}
.product-info .product-info__label {
  margin-bottom: 7px;
}
.product-info .product-info__value {
  padding-left: 20px;
  margin-bottom: 10px;
}
.product-info .product-info__item_artnumber {
  color: #C0C0C0;
}
.product-info .product-info__item_price .product-info__value {
  font-size: 30px;
  color: #28166F;
}
.product-info .product-info__item_button {
  padding-left: 7px;
}
.product-info__oldprice {
  color: #C0C0C0;
  text-decoration: line-through;
  font-size: 17px;
  margin-bottom: 5px;
}
.product-info__regist {
  padding: 5px;
  margin: 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #ebebeb;
  color: #da251d;
  line-height: 14px;
}
@media only screen and (max-width: 767px) {
  .product-info .product-info__image {
    width: 45%;
  }
  .product-info .product-info__info {
    width: 25%;
  }
  .product-info .product-info__item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .product-info .product-info__image {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
  .product-info .product-info__info {
    width: 50%;
  }
}
@media only screen and (max-width: 380px) {
  .product-info .product-info__info {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .product-info .product-info__value {
    padding-left: 0;
  }
}

.product-carousel {
  width: 26%;
  float: right;
  padding: 20px 7px 15px 13px;
  text-align: center;
  max-width: 200px;
}
.product-carousel .product-carousel__header {
  font-size: 13px;
  margin-bottom: 10px;
}
.product-carousel .product-carousel__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 380px;
}
.product-carousel .product-carousel__content.product-carousel__content_1 {
  height: 190px;
}
.product-carousel .product-carousel__nav {
  margin-bottom: 10px;
}
.product-carousel .product-carousel__ul {
  width: 100%;
  height: 200px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-carousel .product-carousel__btn {
  width: 49%;
  display: block;
  height: 14px;
  background-color: #C0C0C0;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.product-carousel .product-carousel__btn_prev.product-carousel__btn {
  float: left;
  background-image: url("/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/images/ar_top.png");
}
.product-carousel .product-carousel__btn_next.product-carousel__btn {
  float: right;
  background-image: url("/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/images/ar_bottom.png");
}
.product-carousel .product-carousel__item {
  height: 180px;
  border: 1px solid #262626;
  padding: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-carousel .product-carousel__link {
  color: #000;
  text-decoration: none;
}
.product-carousel .product-carousel__price {
  color: #28166F;
  font-size: 20px;
}
.product-carousel .product-carousel__image-block {
  margin-bottom: 5px;
}
.product-carousel .product-carousel__image {
  max-height: 95px;
}
.product-carousel .product-carousel__title {
  font-size: 13px;
  margin-bottom: 5px;
  max-height: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .product-carousel {
    width: 50%;
  }
  .product-carousel .product-carousel__btn {
    height: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .product-carousel {
    width: 100%;
    float: none;
    margin: auto;
  }
}

.product-description .product-description__char, .product-description .product-description__desc {
  float: left;
  width: 50%;
}
.product-description .product-description__desc ul,
.product-description .product-description__desc ol {
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-description .product-description__desc li {
  margin-bottom: 5px;
}
.product-description .product-description__title {
  font-size: 16px;
  margin-bottom: 5px;
}
.product-description .product-description__char {
  padding-right: 10px;
}
.product-description .product-description__desc {
  font-size: 11px;
}
.product-description .product-description__desc p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 880px) {
  .product-description .product-description__desc {
    font-size: 14px;
  }
  .product-description .product-description__desc p {
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product-description .product-description__char, .product-description .product-description__desc {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .product-description .product-description__title {
    font-size: 19px;
    margin: 10px 0px 30px;
  }
}

.chars {
  width: 100%;
}
.chars .char:nth-of-type(odd) {
  background: #ebebeb;
}

.char {
  padding: 3px;
  font-size: 10px;
}
.char .char_label, .char .char_value {
  padding: 7px;
}
.char .char_label {
  width: 65%;
}
.char .char_value {
  width: 35%;
}
.btn.btn_click {
  padding: 5px 10px;
  background: #28166f;
}
.btn.btn_click:hover {
  background: #3b229b;
}
.btn_click i {
  font-size: 27px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
.btn_click span {
  display: table-cell;
  vertical-align: middle;
}
.product-info__one-click {
  padding-left: 7px;
}
/* End */


/* Start:/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/style.css?153906394130136*/
/* catalog.section */
.bx_item_list_recommended{
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
@media (max-width:640px) {.bx_item_list_recommended {border-bottom:1px solid #e5e5e5;}}


.bx_item_list_recommended.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_item_list_recommended.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_item_list_recommended.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_item_list_recommended.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_item_list_recommended.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_item_list_recommended.bx_yellow .bx_item_list_title{background:#FBF7DB}

.bx_item_list_recommended .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
}

.bx_item_list_recommended .bx_pagination_top {
    padding: 10px;
}

.bx_item_list_recommended .bx-nothing {
    padding: 20px 20px 20px 20px;
}
.popup-window-buttons .bx_item_list_recommended {
    border: none !important;
}

@media (min-width:960px){
    .bx_item_list_recommended.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0   ;width:100%}

    .bx_item_list_recommended.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
    .bx_item_list_recommended.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_item_list_recommended.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_recommended.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_item_list_recommended.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}
    .bx_item_list_recommended.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

    .bx_item_list_recommended.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
    .bx_item_list_recommended.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
    .bx_item_list_recommended.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

    .bx_item_list_recommended.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx_item_list_recommended.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_item_list_recommended.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_recommended.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_item_list_recommended.col4 .bx_catalog_item,
    .bx_item_list_recommended.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
    .bx_item_list_recommended.col4 .bx_catalog_item:nth-child(4n+1),
    .bx_item_list_recommended.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
    .bx_item_list_recommended.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px  ;width:100%}

    .bx_item_list_recommended.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx_item_list_recommended.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_item_list_recommended.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_recommended.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_item_list_recommended.col3 .bx_catalog_item,
    .bx_item_list_recommended.col4 .bx_catalog_item,
    .bx_item_list_recommended.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_recommended.col3 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_recommended.col4 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_recommended.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
    .bx-touch .bx_item_list_recommended.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

    .bx-touch .bx_item_list_recommended.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx-touch .bx_item_list_recommended.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
    .bx-touch .bx_item_list_recommended.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx-touch .bx_item_list_recommended.col2 .bx_catalog_item,
    .bx-touch .bx_item_list_recommended.col3 .bx_catalog_item,
    .bx-touch .bx_item_list_recommended.col4 .bx_catalog_item,
    .bx-touch .bx_item_list_recommended.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

    .bx-touch .bx_item_list_recommended.col2 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_recommended.col3 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_recommended.col4 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_recommended.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0;
    left:0;
    right:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
    border-radius:3px;
    border:1px solid #d3d3d3;
    background:#fff;
    -webkit-animation:borderview 0.5s;
    animation:borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_item_list_recommended .bx_catalog_item_articul{
    color:#a5a5a5;
    font-size:13px;
}
.bx_item_list_recommended .bx_catalog_item_title{
    overflow:hidden;
    height:38px;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_title{
    overflow:auto;
    height:auto !important;
}
.bx_item_list_recommended .bx_catalog_item_title a{
    color:#3f3f3f;
    text-decoration:none;
    font-size:13px;
}
.bx_item_list_recommended .bx_catalog_item_price{
    color:#3f3f3f;
    font-weight:bold;
}
.bx_item_list_recommended .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}
.bx_item_list_recommended .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
    opacity:0;
}
@media (min-width:641px) and (max-width:960px){.bx_item_list_recommended .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_item_list_recommended .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_item_list_recommended .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:center;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
    font-size:13px;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    width:100%;
    text-align:center;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
    margin:1%;
    width: 48%;
    min-width:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    height: 25px;
}

@media (max-width:640px) {
    .bx-touch .bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
    .bx-touch .bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_item_list_recommended .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_item_list_recommended .bx_catalog_item_controls,
.bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_item_list_recommended .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_item_list_recommended .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_item_list_recommended .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_item_list_recommended .bx_catalog_item_images_double,
.bx_item_list_recommended .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    padding-top:135%;
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_item_list_recommended .bx_catalog_item_images_double{
    z-index:900;
    margin-top:-135%;
    opacity:0;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item.double:hover .bx_catalog_item_images{
    opacity:0;
    -webkit-animation:rotateimgfirst 0.5s;
    animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item.double:hover .bx_catalog_item_images_double{
    opacity:1;
    -webkit-animation:rotateimglast 0.5s;
    animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_item_list_recommended .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_item_list_recommended .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_item_list_recommended .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_item_list_recommended .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_item_list_recommended .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_item_list_recommended .bx_stick.short {font-weight: bold;font-size:18px}
.bx_item_list_recommended .bx_stick.average {font-weight: bold;font-size:13px}
.bx_item_list_recommended .bx_stick.long{font-weight:normal;font-size:11px}
.bx_item_list_recommended .bx_stick_disc{
    position:absolute;
    width:72px;
    height:74px;
    background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/stick_disc.png) no-repeat center;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
    font-size:23px;
    line-height:74px;
}
.bx_item_list_recommended .bx_stick.left,
.bx_item_list_recommended .bx_stick_disc.left{left:-2px;}
.bx_item_list_recommended .bx_stick.right,
.bx_item_list_recommended .bx_stick_disc.right{right:0;}
.bx_item_list_recommended .bx_stick.top,
.bx_item_list_recommended .bx_stick_disc.top{top:15px;}
.bx_item_list_recommended .bx_stick.bottom,
.bx_item_list_recommended .bx_stick_disc.bottom{bottom:5px;}
.bx_item_list_recommended .bx_stick.middle,
.bx_item_list_recommended .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
    .bx_item_list_recommended .bx_stick{
        width:90px;
        height:30px;
        background-size:100%;
        line-height:30px;
    }
    .bx_item_list_recommended .bx_stick.short {font-weight:normal;font-size:14px}
    .bx_item_list_recommended .bx_stick.average {font-weight:normal;font-size:11px}
    .bx_item_list_recommended .bx_stick.long{font-weight:normal;font-size:11px}
    .bx_item_list_recommended .bx_stick_disc{
        width:64px;
        height:65px;
        background-size:100%;
        font-size:	20px;
        line-height:65px;
    }
}
@media (max-width:640px) {
    .bx-touch .bx_item_list_recommended .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }
    .bx-touch .bx_item_list_recommended .bx_stick_disc{
        width:48px;
        height:49px;
        background-size:100%;
        font-size:	16px;
        line-height:49px;
    }
}
@media (max-width:479px) {
    .bx-touch .bx_item_list_recommended .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }

    .bx-touch .bx_item_list_recommended .bx_stick_disc{
        width:37px;
        height:38px;
        background-size:100%;
        font-size:13px;
        line-height:38px;
    }
}

/* buttons */
.bx_item_list_recommended .bx_bt_button,
.bx_item_list_recommended .bx_bt_button_type_2{
    display:inline-block;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    white-space:nowrap;
}

.bx_item_list_recommended .bx_bt_button_type_2 				{
    border:1px solid #e9e9e9;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_item_list_recommended .bx_bt_button_type_2:hover{background:#fff;}
.bx_item_list_recommended .bx_bt_button_type_2:active 	{
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_item_list_recommended .bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    color:#fff;
    text-shadow:0 1px 0 #006cae;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_item_list_recommended .bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_item_list_recommended .bx_bt_button:active  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_item_list_recommended .bx_small.bx_bt_button{
    display:inline-block;
    min-width:20px;
    line-height:20px;
}
.bx_item_list_recommended .bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:18px;
    line-height:18px;
}

.bx_item_list_recommended .bx_small.bx_bt_button_type_2 		{}
.bx_item_list_recommended .bx_small.bx_bt_button_type_2:hover 	{}
.bx_item_list_recommended .bx_small.bx_bt_button_type_2:active 	{}


.bx_item_list_recommended .bx_medium.bx_bt_button{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2		{
    padding:0 13px;
    height:23px;
    font-weight:bold;
    line-height:23px;
}

.bx_item_list_recommended .bx_medium.bx_bt_button,
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2:hover  {}
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2:active {}

.bx_item_list_recommended .bx_col_input{
    display:inline-block;
    width:40px;
    text-align:center;
}

/* scu_detail_size */
.bx_item_list_recommended .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_list_recommended .bx_item_detail_size .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_recommended .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_list_recommended .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_item_list_recommended .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_list_recommended .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_item_list_recommended .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_list_recommended .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.bx_item_list_recommended .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-touch	.bx_item_list_recommended .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_list_recommended .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_list_recommended .bx_item_detail_size ul li:active .cnt,
.bx_item_list_recommended .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-touch .bx_item_list_recommended .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_list_recommended .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_list_recommended .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_list_recommended .bx_item_detail_size.full .bx_slide_left,
.bx_item_list_recommended .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_list_recommended .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_item_list_recommended .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_recommended .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_list_recommended .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index:10;
}
.bx-touch	.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/missing.png) no-repeat center;
}

.bx-touch .bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size:contain;
    background-repeat: no-repeat;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_list_recommended .bx_item_detail_scu.full .bx_slide_left,
.bx_item_list_recommended .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bx_item_list_recommended {
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px
}
.bx_item_list_recommended .bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_item_list_recommended .bx_item_list_section .bx_item_list_slide {
    /*height: auto !important;*/
}
.bx_item_list_recommended .bx_catalog_item_container.no-imgs > a {
    background-image: none !important;
}
/* End */


/* Start:/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/style.css?15390639415713*/
/* catalog.section */
.bx_item_list_recommended.bx_green .bx_bt_button  				{
	background:#99d23e;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ZDIzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2FhMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#99d23e), color-stop(100%,#63aa28));
	background:-webkit-linear-gradient(top, #99d23e 0%,#63aa28 100%);
	background:   -moz-linear-gradient(top, #99d23e 0%, #63aa28 100%);
	background:    -ms-linear-gradient(top, #99d23e 0%,#63aa28 100%);
	background:    -o-linear-gradient(top, #99d23e 0%,#63aa28 100%);
	background:       linear-gradient(to bottom, #99d23e 0%,#63aa28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d23e', endColorstr='#63aa28',GradientType=0 );

	color:#fff;
	text-shadow: 0 1px 0 #5d8634;

	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_list_recommended.bx_green .bx_bt_button:hover  		{
	background:#a8d95b;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZDk1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YWI3NDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8d95b), color-stop(100%,#7ab748));
	background:-webkit-linear-gradient(top, #a8d95b 0%,#7ab748 100%);
	background:   -moz-linear-gradient(top, #a8d95b 0%, #7ab748 100%);
	background:    -ms-linear-gradient(top, #a8d95b 0%,#7ab748 100%);
	background:     -o-linear-gradient(top, #a8d95b 0%,#7ab748 100%);
	background:        linear-gradient(to bottom, #a8d95b 0%,#7ab748 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d95b', endColorstr='#7ab748',GradientType=0 );
}
.bx_item_list_recommended.bx_green .bx_bt_button:active  		{
	background:#63aa28;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYWEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZmIzMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#63aa28), color-stop(100%,#6fb32d));
	background:-webkit-linear-gradient(top, #63aa28 0%,#6fb32d 100%);
	background:   -moz-linear-gradient(top, #63aa28 0%, #6fb32d 100%);
	background:    -ms-linear-gradient(top, #63aa28 0%,#6fb32d 100%);
	background:     -o-linear-gradient(top, #63aa28 0%,#6fb32d 100%);
	background:        linear-gradient(to bottom, #63aa28 0%,#6fb32d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63aa28', endColorstr='#6fb32d',GradientType=0 );
}

/* scu_detail_size */
.bx_item_list_recommended.bx_green .bx_item_detail_size ul li .cnt  				{border: 1px solid #74af40}
.bx_item_list_recommended.bx_green .bx_item_detail_size ul li:hover .cnt  		{border: 1px solid #5d9729}
.bx_item_list_recommended.bx_green .bx_item_detail_size ul li:active .cnt,
.bx_item_list_recommended.bx_green .bx_item_detail_size ul li.bx_active .cnt 		{border: 2px solid #5d9729}

.bx-touch .bx_item_list_recommended.bx_green .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 fill stretch;
}

/* scu_detail_scu */
.bx_item_list_recommended.bx_green .bx_item_detail_scu .bx_scu ul li .cnt  			{border: 1px solid #74af40}
.bx_item_list_recommended.bx_green .bx_item_detail_scu .bx_scu ul li:hover .cnt  		{border: 1px solid #5d9729}
.bx_item_list_recommended.bx_green .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_list_recommended.bx_green .bx_item_detail_scu .bx_scu ul li.bx_active .cnt 	{border: 2px solid #5d9729}

.bx-touch .bx_item_list_recommended.bx_green .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/style.css?15390639414974*/
/* item_detail_v2 */
.bx_item_detail.bx_green .bx_bt_button  				{
	background: #99D23E;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #99d23e 0%, #63aa28 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99D23E), color-stop(100%,#63AA28));
	background: -webkit-linear-gradient(top, #99D23E 0%,#63AA28 100%);
	background: -o-linear-gradient(top, #99d23e 0%,#63aa28 100%);
	background: -ms-linear-gradient(top, #99d23e 0%,#63aa28 100%);
	background: linear-gradient(to bottom, #99D23E 0%,#63AA28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d23e', endColorstr='#63aa28',GradientType=0 );

	color:#fff;
	text-shadow: 0 1px 0 #5D8634;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_detail.bx_green .bx_bt_button:hover  		{
	background: #A8D95B;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a8d95b 0%, #7ab748 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A8D95B), color-stop(100%,#7AB748));
	background: -webkit-linear-gradient(top, #A8D95B 0%,#7AB748 100%);
	background: -o-linear-gradient(top, #a8d95b 0%,#7ab748 100%);
	background: -ms-linear-gradient(top, #a8d95b 0%,#7ab748 100%);
	background: linear-gradient(to bottom, #A8D95B 0%,#7AB748 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d95b', endColorstr='#7ab748',GradientType=0 );
}
.bx_item_detail.bx_green .bx_bt_button:active  		{
	box-shadow: none;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #63aa28 0%, #6fb32d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63AA28), color-stop(100%,#6FB32D));
	background: -webkit-linear-gradient(top, #63AA28 0%,#6FB32D 100%);
	background: -o-linear-gradient(top, #63aa28 0%,#6fb32d 100%);
	background: -ms-linear-gradient(top, #63aa28 0%,#6fb32d 100%);
	background: linear-gradient(to bottom, #63AA28 0%,#6FB32D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63aa28', endColorstr='#6fb32d',GradientType=0 );
}
.bx_item_detail.bx_green .bx_big.bx_bt_button.bx_cart span{
	background:url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/bt_cart.png) no-repeat center;
}
/* item_detail_slider */
.bx_item_detail.bx_green .bx_item_slider .bx_slide ul li .cnt 				{border: 1px solid #74AF40}
.bx_item_detail.bx_green .bx_item_slider .bx_slide ul li:hover .cnt 		{border: 1px solid #5d9729}
.bx_item_detail.bx_green .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail.bx_green .bx_item_slider .bx_slide ul li.bx_active .cnt 	{border: 2px solid #5d9729}
.bx-retina .bx_item_detail.bx_green .bx_item_slider .bx_slide ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail.bx_green .bx_item_slider .bx_slide  ul li.bx_missing a{border: 1px solid #72af3b !important}

/* scu_detail_size */
.bx_item_detail.bx_green .bx_item_detail_size ul li .cnt  				{border: 1px solid #74af40}
.bx_item_detail.bx_green .bx_item_detail_size ul li:hover .cnt  		{border: 1px solid #5d9729}
.bx_item_detail.bx_green .bx_item_detail_size ul li:active .cnt,
.bx_item_detail.bx_green .bx_item_detail_size ul li.bx_active .cnt 		{border: 2px solid #5d9729}

.bx-retina .bx_item_detail.bx_green .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 fill stretch;
}

/* scu_detail_scu */
.bx_item_detail.bx_green .bx_item_detail_scu .bx_scu ul li .cnt  			{border: 1px solid #74af40}
.bx_item_detail.bx_green .bx_item_detail_scu .bx_scu ul li:hover .cnt  		{border: 1px solid #5d9729}
.bx_item_detail.bx_green .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail.bx_green .bx_item_detail_scu .bx_scu ul li.bx_active .cnt 	{border: 2px solid #5d9729}

.bx-retina .bx_item_detail.bx_green .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/images/x2border_active.png) 2 fill stretch;
}
/* End */
/* /local/templates/grandss/components/bitrix/catalog/grandss/style.css?1539063941697 */
/* /local/templates/grandss/components/bitrix/menu/sidebar/style.css?15390639413591 */
/* /local/templates/grandss/components/bitrix/search.title/catalog/style.css?15390639414272 */
/* /local/templates/grandss/components/bitrix/breadcrumb/catalog/style.css?1539063941881 */
/* /local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/style.css?15390639415719 */
/* /local/templates/grandss/components/bitrix/catalog.recommended.products/.default/style.css?153906394130136 */
/* /local/templates/grandss/components/bitrix/catalog.recommended.products/.default/themes/green/style.css?15390639415713 */
/* /local/templates/grandss/components/bitrix/catalog/grandss/bitrix/catalog.element/no_auth/themes/green/style.css?15390639414974 */
