p.bxe-first-letter:first-letter,
.bxe-first-letter-s {
  font-weight: bold;
  font-size: 56px;
  line-height: 56px;
  margin-right: 10px;
  float: left;
  vertical-align: top;
}

.lead {
  color: #757575;
  margin-left: 40px;
  padding: 0 0 0 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  border-left: 3px solid #99cded;
}

@media (min-width: 768px) {
  .lead {
    font-size: 16px;
    margin-left: 20px;
  }
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px 20px;
  border-left: 3px solid #c2c2c2;
}

blockquote p {
  font-size: 20px;
  font-style: italic;
  color: #757575;
  font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
  }
}

blockquote.bxe-quote {
  position: relative;
  padding-left: 70px;
  padding-top: 8px;
  min-height: 50px;
  border-left: none;
}

blockquote.bxe-quote:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

hr.bxe-bolder {
  border-bottom-width: 5px;
}

hr.bxe-dashed {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}

hr.bxe-normal {}

hr.bxe-light {
  border-bottom-color: #e5e5e5
}

hr.bxe-dotted {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}


/**/

.bg-primary {
  background: #60aadb!important;
  color: #fff;
}

.bg-success {
  background: #64ba4e!important;
  color: #fff;
}

.bg-info {
  background: #9bc6dd!important;
  color: #fff;
}

.bg-warning {
  background: #fec139!important;
  color: #fff;
}

.bg-danger {}


/**/

img.pull-left {
  padding: 5px 15px 5px 0;
}

img.pull-right {
  padding: 5px 0 5px 15px;
}


/**/

.alert {
  border: none;
  border-radius: 1px;
  font-size: 14px;
}

.alert.alert-note {
  background: #f2f2f3;
}

.alert.alert-sys {
  background: #f5f2ec;
  color: #81641F;
}

.alert.bxe-icon {
  padding-left: 90px;
  min-height: 100px;
  position: relative;
}

.alert.bxe-icon:after {
  left: 22px;
  top: 20px;
  position: absolute;
  content: " ";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/editor_sprite.png);
  background-repeat: no-repeat;
}

.alert.bxe-icon.alert-success:after {
  background-position: 0 0
}

.alert.bxe-icon.alert-info:after {
  background-position: 0 -50px
}

.alert.bxe-icon.alert-warning:after {
  background-position: 0 -100px
}

.alert.bxe-icon.alert-danger:after {
  background-position: 0 -200px
}

.alert.bxe-icon.alert-note:after {
  background-position: 0 -150px
}

.alert.bxe-icon.alert-sys:after {
  background-position: 0 -250px
}

.bxe-aleft-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0, 0, 0, .25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}


/**/

tab,
tabsection,
.bxe-tab-title {
  display: block;
  padding: 5px;
  border: 1px dashed #ccc;
}


/**/

.bxe-list,
.bxe-list ul {
  list-style: none;
  margin: 5px 0;
  padding-left: 15px;
}

.bxe-list-default,
.bxe-list-default ul {}

.bxe-list .fa {
  color: #9fb2bd;
  margin-right: 6px;
}

.bxe-lis-blue .fa {
  color: #0083d1;
}


/* product-item */
.product-item-hidden {
  display: block !important;
  opacity: 1 !important;
}

.product-item-amount-field-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.product-item-amount-description-container{
  width: 100%;
  text-align: center;
}

.product-item-amount-description-container span:first-child {
  /* margin-right: -20px;
  margin-left: 5px;
  line-height: 1.9; */
  display: none;
}

.product-item-amount-description-container span:last-child {
  width: 100%;
}


/*.product-item-amount-field-container a {
  width: 26px;
  height: 26px;
  float: left;
  font-size: 20px;
  border-radius: 0;
  margin: 0;
  background: transparent;
  color: #e76200;
  text-align: center;
  transition: all .1s;
}

div[data-entity="main-button-container"] .product-item-detail-info-container{
  text-align: center;
}*/

/*div[data-entity="main-button-container"] .product-item-detail-info-container a, .product-item-button-container a{
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(112, 187, 65, .8) !important;
  border-color: rgba(112, 187, 65, .8) !important;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  direction: ltr;
  display: inline;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  height: auto;
  letter-spacing: 2px;
  line-height: 22px;
  min-height: 36px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-size-adjust: 100%;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
  user-select: none;
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 10px 40px;
}

div[data-entity="main-button-container"] .product-item-detail-info-container a:hover, .product-item-button-container a:hover{
  background-color: rgba(112, 187, 65, 1) !important;
  border-color: rgba(112, 187, 65, 1) !important;
  color: white;
}

.product-item-amount-field-container .product-item-amount-field-btn-minus {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(255, 51, 0, 0.8);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: auto;
  direction: ltr;
  display: block;
  float: left;
  font-family: Calibri, sans-serif;
  font-size: 20px;
  height: 26px;
  line-height: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-size-adjust: 100%;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease;
  user-select: none;
  width: 35px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.product-item-amount-field-container .product-item-amount-field-btn-plus {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(139, 214, 92, 0.8);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: auto;
  direction: ltr;
  display: block;
  float: left;
  font-family: Calibri, sans-serif;
  font-size: 20px;
  height: 26px;
  line-height: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-size-adjust: 100%;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease;
  user-select: none;
  width: 35px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.product-item-amount-field-container .product-item-amount-field-btn-plus:hover {
  background-color: rgba(139, 214, 92, 1);
}

.product-item-amount-field-container .product-item-amount-field-btn-minus:hover {
  background-color: rgba(255, 51, 0, 1);
}

.product-item-amount-field-container a {
  color: white;
}
*/
/*
.product-item-amount-field-container .product-item-amount-field {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: rgb(204, 204, 204);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(102, 102, 102);
  cursor: auto;
  direction: ltr;
  display: block;
  float: left;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  height: 26px;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  min-height: 20px;
  outline-color: rgb(102, 102, 102);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  text-align: center;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  text-transform: none;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease;
  user-select: text;
  vertical-align: middle;
  width: 35px;
  word-spacing: 0px;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-image: none;
}*/

.sticker{
  /* background: [background-attachment || background-color || background-image || background-position || background-repeat] */
  /* Shorthand property for background-image background-position background-size background-repeat background-origin background-clip background-attachment and background-color. */
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 0px 0px / 200px 38px !important;
  width: 40px;
  height: 38px;
  background-size: 200px 38px;
}

.sticker-new{
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 160px 0px / 200px 38px !important;
}

.sticker-spec{
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 320px 0px / 200px 38px !important;
}

.sticker-lider{
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 0px 0px / 200px 38px !important;
}


.roll-of-the-month{
  background: rgba(252,127,55,1);
  background: -moz-linear-gradient(top, rgba(252,127,55,1) 0%, rgba(247,44,47,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,127,55,1)), color-stop(100%, rgba(247,44,47,1)));
  background: -webkit-linear-gradient(top, rgba(252,127,55,1) 0%, rgba(247,44,47,1) 100%);
  background: -o-linear-gradient(top, rgba(252,127,55,1) 0%, rgba(247,44,47,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,127,55,1) 0%, rgba(247,44,47,1) 100%);
  background: linear-gradient(to bottom, rgba(252,127,55,1) 0%, rgba(247,44,47,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7f37', endColorstr='#f72c2f', GradientType=0 );
  border-radius: 6px;
  padding: 10px;
  box-shadow: 1px 2px 2px -1px rgba(230,102,27,1), 5px 25px 40px -10px rgba(250,122,30,.3);
}

.roll-of-the-month__wrapper{
  background-color: white;
  border-radius: 6px;
  padding: 3px;
  padding-bottom: 16px;
  padding-left: 6px;
}

.roll-of-the-month__wrapper > h2{
  text-align: center;
  margin-top: 0.3em;
  padding-bottom: 0px;
}

.leaders-header{
  text-align: center;
  margin-top: 0.7em;
  padding-bottom: 0px;
}

.roll-of-the-month__wrapper .product-item-container,
.roll-of-the-month__wrapper .product-item-container .product-item{
  transition: 0s;
  animation: none;
}

.roll-of-the-month__wrapper .product-item-container.hover,
.roll-of-the-month__wrapper .product-item-container.hover .product-item{
  background-color: transparent;
  box-shadow: none;
  transition: 0s;
  animation: none;
}

.index-magrin{
  margin-top: 3em;
  width: 100%;
}

.btn-back-to-store, .btn-buy{
  margin: 15px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(112, 187, 65, .8) !important;
  border-color: rgba(112, 187, 65, .8) !important;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  direction: ltr;
  display: inline;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  height: auto;
  letter-spacing: 2px;
  line-height: 22px;
  min-height: 36px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-size-adjust: 100%;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
  user-select: none;
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.btn-buy{
  background-color: rgba(225, 58, 4, .8) !important;
  border-color: rgba(226, 59, 3, .8) !important;
}

.btn-back-to-store:hover{
  background-color: rgba(112, 187, 65, 1) !important;
  border-color: rgba(112, 187, 65, 1) !important;
}

.btn-buy{
  padding-left: 32px;
  padding-right: 32px;
}

.btn-buy:hover{
  background-color: rgba(225, 58, 4, 1) !important;
  border-color: rgba(226, 59, 3, 1) !important;
}

.btn-back-to-store{
  display: flex;
}

.product-item-label-text span, .product-item-label-ring {
  width: 40px;
  height: 38px;
  -webkit-transition: background 0ms ease;
  -moz-transition: background 0ms ease;
  -ms-transition: background 0ms ease;
  -o-transition: background 0ms ease;
  transition: background 0ms ease;
  color: transparent;
}


span[title="Новинка"] {
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 160px 0px / 200px 38px !important;
}

span[title="Спецпредложение"] {
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 320px 0px / 200px 38px !important;
}
span[title="Лидер продаж"] {
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 400px 0px / 200px 38px !important;
}

/*.sticker-lider{
  background: url("/bitrix/templates/sushi-love-2017/images/labels/stickers2.png") 0px 0px / 200px 38px !important;
}*/

.carousel-indicators {
  background-color: rgba(100,100,100,0.75);
  width:10%;
  left:75%;
  border-radius: 10px;
}