body {
	background-color: #ffffff;
	background-image: none !important;
}



 @media (max-width: 780px) and (max-width: 1080px) {
   .b-search {
      position: relative;
      width: fit-content;
      left: 75%;
    }
}

.b-header-secondary__category-list {
    background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
}


.my-btn{
    background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
  --contrast-color: #bcbcbc;
  font-size: 14px;
}

.b-profile-button {
    font-weight: 300;
}



  .b-header-secondary__category-and-menu {
    gap: 0px;
  }


.b-menu ul li {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    white-space: nowrap;
    margin-right: -10px;
}

.b-menu ul li:hover{
   background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
    background-color: rgba(0, 0, 0, 0);
}

.b-menu ul li a:any-link {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}

.b-menu ul .active a {
  color: #ffac41 !important;
  opacity: 1 !important;
}

.b-menu ul a:hover {
  color: #ffac41 !important;
  opacity: 1 !important;
}


.b-category-button {
    background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
    background-color: rgba(0, 0, 0, 0);
  --contrast-color: #bcbcbc;
}

.rselectors{
  display: flex;
  gap: 5px;
  margin-left: 18px;
  margin-bottom: 10px;
  flex-direction: column;
}

.ocenka{
    width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 30px;
}




.b-card-lg {
background-color: #ffffff00 !important;
}

 /* ИСПРАВЛЕНИЕ СТРОКИ ПОИСКА
    .b-search {
        width: 100% !important;
        max-width: 400px !important;
        height: 48px !important;
        left: 0 !important;
        margin-right: 20px !important;
        display: flex !important;
        align-items: center !important;
        position: relative !important;
        background-color: #EBEEF0 !important;
        border-radius: 60px !important;
    }

    .b-search__text {
        width: 100% !important;
        min-width: 300px !important;
        height: 48px !important;
        display: block !important;
        padding: 12px 40px 12px 20px !important;
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
        border-radius: 60px !important;
        font-size: 14px !important;
    }

    .b-search__icon {
        position: absolute !important;
        right: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        width: 18px !important;
        height: 18px !important;
        background-color: transparent !important;
        border: none !important;
        cursor: pointer !important;
    } */


.myshopcards{
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 1.5%;
  width: 100%;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.myshopcard{
	position: relative;
  
  border-radius: 6px;
}

.shopcard{
	width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px;
    justify-content: space-between;
    background-color: #ffffff;
    transition: 300ms;
    text-decoration: none;
    z-index: 0;
	border-radius: 20px;
}

.shopcardimg {
	height: 200px;
    width: 200px;
	margin: 0 auto;
	background-color: #ffffff !important;
}

.myshopava {
    border-radius: 10px;
  object-fit: fill !important;
  max-width: 95%;
  max-height: 95%;
}

.favshopcard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8px;
    padding-top: 8px;
  justify-content: space-between;
  transition: 300ms;
  text-decoration: none;
  z-index: 0;
  border-radius: 6px;
  width: 210px;
  padding-top: 20px;
  margin: 0 auto;
}

.favshopcardimg {
 margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 10px !important;
  text-align: center;
}


.favoritesava{
 border-radius: 10px;
  object-fit: cover !important;
  width: 200px;
  height: 200px;
}

.b-gallery__thumbnails{
	margin-top: -15px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.b-gallery__thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid rgb(221, 221, 221);
  transition: border-color 0.3s;
}




.b-content {
    font-weight: 300;
  width: 100%;
  white-space: pre-line;
}



.calculator {
display: flex;margin-top: 10px;gap: 10px;}

.fiatamount {
border: 2px solid black;
  border-radius: 3px;
  padding: 14px 10px 13px 10px;
  font-size: 14px;
  color: gray;
  font-weight: 300;
}

.cryptoamount{
border: 2px solid black;border-radius: 3px;
  padding: 14px 10px 13px 10px;font-size: 14px;color: gray;font-weight: 300;
}

.cright{
	display: flex;
}

.cbutton {
	background: black;padding: 10px 20px;border-radius: 6px;
}

@media screen and (max-width: 600px){

    b-card__picture {
  height: 250px;
  width: 250px;
}

	.b-menu-secondary ul li {
		margin-right: 0px;
        margin-top: 10px;
	}

	.b-gallery__thumbnail img {
	width: 90px;
  height: 90px;
	}

	.b-content {
  padding-left: 10px;
  padding-right: 10px;
}

	.calculator {
		flex-direction:column;}

		.fiatamount {
width:100%;
}

.cryptoamount {
width:100%;
}
}


.b-gallery__thumbnails{
  margin-top: -15px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}



.widgets{
	display: flex;
  gap: 10px;
}

.widget {
	border-radius: 5px;
  color: white;
  padding: 15px 20px 15px 15px;
  background-position-y: -25px;
  width: auto;
  height: auto;
  background: #1c1c44;
}

.widget h1 {
	color: white;
  margin-bottom: -5px;
  line-height: 31px;
  margin-top: -7px;
  font-size: 20px;
}

.widget p {
	margin-bottom: 0px;
  line-height: 0.9;
}

.exchangers{
	display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
}

.exchanger{
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 10px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  background: white;
}

.eximg {
  margin: 0 auto;
  width:100px;
  height:100px;
}

.exchanger h3 {
 font-size: 16px;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 0px;
 }

 .exchanger p {
 text-align: center;
 font-size: 13px;
 }

 .exchanger button {
  background-color: #000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;}



.message-gallery {
	margin-top: 10px;
}


.b-messages__item_right .b-card-message__right {
 padding: 0px !important;
 }

.emptychat {
  padding: 20px;
  text-align: center;
  box-shadow: 0.086px 1.803px 8.92px 3.08px rgb(0 0 0 / 8%);
  border-radius: 10px;
}


.b-button-rates__icon {
	display:flex;
}

.b-logo__img:hover {

	opacity: 1 !important;
}

.b-button-md .b-button-md__img {
    filter: none !important;
}

.b-button-md {
    display: flex;
    gap: 12px;
    padding: 18px 30px !important;
}


.b-categories-sm__item {
	font-family: "Roboto Condensed", sans-serif !important;
}

.my-dropdown{
  background: white;
  margin: 0px auto;
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: -3.914px 5.803px 13.92px 2.08px rgba(0, 0, 0, 0.11);
  }

.newcats {
	position: relative;
  padding: 10px 0px;
  display: none;
}

b-button-md.b-tab-active-nav-item {
  padding: 16px 24px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #000000 !important;
}


.b-wrapper-for-burger-menu {
    background-color: #f9f9f9;
}


.gm_mb-120 {
    margin-bottom: 0px !important;
}

.b-main {
    position: relative;
    z-index: 0 !important;
}

.b-page{
	font-family: Roboto condensed, sans-serif !important;
}

.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder {
    margin-right: 0.5em;
    margin-bottom: 2px;
    padding: 10px 10px !important;
}


.b-field__custom-checkbox {
	font-family: Roboto condensed, sans-serif !important;
}

.b-field__custom-checkbox {
    font-family: Roboto condensed, sans-serif !important;
}

.textarea{
	border: 1px #c3c3c3 solid;
border-radius: 10px;}


.accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
box-shadow: none !important;}


.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    /* cursor: wait; */
    background-color: white !important;
}


.b-field__input {

    padding: 12px 16px;
}

.loginimg{

	position: relative;
    top: -295px;
    max-width: none;
    height: 82px;
margin-left: 5px;}

.croco {
	position: relative;
    top: -267px;
    left: 327px;
}

.b-categories-sm__tag {
    font-family: Roboto condensed, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    opacity: 1;
    margin-bottom: 16px;
}



.b-modal-store__right {
	gap: 0px;
}

.b-modal-store__cards-title {
font-family: "Roboto Condensed", sans-serif !important;}


.b-page__footer-inner {
	max-width: 1200px;
}

.b-button-rates__exchange {
	font-weight: 300;
}


.b-logo__img {
	max-width: none;
    height: 83px;
    margin-left: 5px;
}

.b-profile-button__text2 {
	display: contents;
}


.b-header__search-profile {
    margin-top: 1px;
    margin-right: -35px;
    position: relative;
}


.b-message-button {
    display: flex;
gap: 5px;}


.b-main {
		flex: 1 0 auto !important;
        min-height: calc(100vh - 80px) !important;
		z-index: 0;
}

.gm_mb-40 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.b-modal-location__country {

    font-weight: 400 !important;
}

.b-modal-location__city {
    list-style-type: none;
    font-weight: 400 !important;
}


.b-button-md:any-link, .b-button-md:visited, .b-button-md:active, .b-button-md:focus {
    text-decoration: none;
    color: #ffffff;
}

.b-button-md {
    background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  --contrast-color: #bcbcbc;
    color: white;
}

.b-card-xl {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    margin-bottom: 10px;
}


.b-button-sm-primary {
box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  background: white;
  border-radius: 5px;}

.b-card-md {
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.b-button-lg {
    background: white !important;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset  !important;
    display: flex;
	border-radius: 5px;


}

.b-modal-location__top {
padding: 10px 24px;}

.b-modal-location__bottom {
	padding: 0px;
	background-color: #e3e3e35e;
}

.b-main__section-shops{

}

.b-modal-location__title {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 15px;
	font-weight: 600;
	}

.b-modal-location__country {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
	}

.b-modal-location__city{
	font-family: "Roboto Condensed", sans-serif !important;
    font-size: 14px;
	}


.b-card-md__left {
  /* width: 25%; */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.b-card-md__left-text {

font-weight: 400 !important;}


.b-card-md__center {
	  width: 100% !important;
    justify-content: center !important;
}

.b-card-md__center-bottom-item-xl {
	font-weight: 400 !important;
}


.d-none {
    display: flex;
    flex-direction: row-reverse;
}

.b-card-xl-primary_bg-blue {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}


.b-card__text {
    font-family: "Roboto Condensed", sans-serif !important;
    margin-left: 15px;
	margin-bottom: 10px;
}

.b-header__logo{
	width: 120px;
    margin-top: 12px;
margin-left: 10px;}

.b-message-button__text {
	font-family: "Roboto Condensed", sans-serif !important;
	background: #bdbdbd;

  padding: 3px 8px;
  border-radius: 5px;
  color: white;
  font-size: 12px;

}

.b-button-tab__img-wrapper {
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
}


        .d-xl-block {
            display: flex !important;
            flex-direction: row-reverse;
        }



.b-field__icon_password:after {

    margin-top: -18px;
}

.b-main__inner .b-sign-in .croco
{
	max-width:none;
}

.b-main__inner .b-sign-in .croco img
{
max-width: none;
    display: block;
    position: relative;
    top: -276px;
    left: 338px;
    width: 130px;
    z-index: 88;
}


.b-sign-in .croco
{
}

.croco {
max-width: none;}

.croco img
{
	max-width: none;
    display: block;
    position: relative;
    top: -276px;
    left: 338px;
    width: 130px;
    z-index: 88;
}

.b-sign-in .croco img {
	max-width: none;
    display: block;
    position: relative;
    top: -276px;
    left: 338px;
    width: 130px;
    z-index: 88;
}

.b-sign-in .croco .img {
	max-width: none;
    display: block;
    position: relative;
    top: -276px;
    left: 338px;
    width: 130px;
    z-index: 88;
}

.b-sign-in croco img {
	max-width: none;
    display: block;
    position: relative;
    top: -276px;
    left: 338px;
    width: 130px;
    z-index: 88;
}


.b-card-xl-primary {

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
  display: inline-flex;
  margin-bottom: 25px;
  border: 0;

}

.captcha {
    width: 200px !important;
    height: 70px !important;
    margin-bottom: 10px;
}

.b-field__eye:after {
    content: "";
    display: block;
    right: 22px;
    position: relative;
	z-index: 8;
}


.b-field__eye2:not(.active):after {
    background-image: url(./../img/eye.svg);
}

.b-field__eye2:after {
    content: "";
    display: block;
    right: 22px;
    position: relative;
	z-index: 8;
}


.b-field2__input {
    width: 100%;
    border-radius: 12px;
    transition: 300ms;
    padding: 16px 24px;
    border: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    background-color: #EBEEF0;
}



.b-card-xl-primary__icon-and-title {
    display: contents;
}

.product_price__big {
	font-size: 15px;
	font-family: "Roboto Condensed", sans-serif !important;
	}

.b-field__submit {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 15px;
    border-radius: 10px;
    background-color: #000000;
	border: 0px !important;
}

.b-card-xl-primary__item-bottom {
    font-family: "Roboto Condensed", sans-serif !important;
}

.b-card-xl-primary__prise {
	 font-family: "Roboto Condensed", sans-serif !important;
}


.b-field__select-item {
	border-radius: 10px;
}


.b-card-primary__text {
font-family: "Roboto Condensed", sans-serif !important;
}

.b-button-md-primary__text {
	font-family: "Roboto Condensed", sans-serif !important;
	margin-left: 10px;
}

.b-card-xl__text-lg {
	  font-family: "Roboto Condensed", sans-serif !important;
}

.b-card-xl__text-sm-opacity {
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-review-about {
  padding: 18px 20px 0px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  background: none;
  color: white;
}

.b-gallery__image-big {
    max-width: 400px;
    max-height: 400px;
}

.gm_mb-30 {
    margin-bottom: 10px;
}

.b-card-xxl__history {
    margin-top: 15px;
}

.b-button-sm-primary-text {
    font-family: "Roboto Condensed", sans-serif !important;
}

.b-product__logo-left-text {
    font-family: "Roboto Condensed", sans-serif !important;
}

.b-card-xl__text-lg {
	font-family: "Roboto Condensed", sans-serif !important;
}


.b-card-lg-secondary__title
{
font-family: "Roboto Condensed", sans-serif !important;}

.b-button-file__item {
font-family: "Roboto Condensed", sans-serif !important;}

.b-cards__pagination
{
margin: 0px !important;
}

.b-card-xxl__title {
    font-family: "Roboto Condensed", sans-serif !important;
}

.b-card-md-secondary__left-balance {
font-family: "Roboto Condensed", sans-serif !important;}

.b-button-lg__right-text {
	font-family: "Roboto Condensed", sans-serif !important;
}


.b-categories-sm__title {
	font-size: 16px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.b-card__prise-left {
    font-family: "Roboto Condensed", sans-serif !important;
}

.b-card__prise-weight {
font-family: "Roboto Condensed", sans-serif !important;}


.b-header-secondary__category-item {
    font-family: "Roboto Condensed", sans-serif !important;
}


.b-search__text {
      line-height: 15px !important;
}

.b-main__section_bg-logo-xxl {
	background-image: none !important;
}

.b-profile-button__text {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.b-profile-button__name {
	line-height: 14px;
}


.b-about-company__menu {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
  justify-content: center;
}

.b-submit-input__label_form_subbmit {
	background-color: #000000;
	color: white !important;
	border-radius: 12px;
	padding: 16px 24px;
	cursor: pointer;
	transition: 300ms;
	max-width: 200px;
	margin: auto;
	gap: 5px;
}

.b-submit-input__label_form_subbmit:hover {
	opacity: 0.8;
}

.b-field__input_captcha_rokko {
	position: relative;
}

.b-field__input_pl62 {
	border-radius: 5px;
	width: 100%;
	padding-left: 48px;
}

.form-group_captcha {
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-group_captcha img {
	border: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  border-style: double;
  display: block;
  text-align: center;
  margin: 10px auto;
}

.b-page__header-inner_primary-header {
	border-radius: 10px !important;
	margin-bottom: 30px;
	box-shadow: -3.914px 5.803px 13.92px 2.08px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 1260px) {

    .b-button-rates {
    border: none;
    background-color: none !important;}

	.b-gallery__thumbnails{
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

	.b-seachform__amount {
  width: 35% !important;
}

	    .b-search {
      position: relative;
    width: 100%;
    left: 10%;
    }


	.b-category-button {
		border-radius: 5px !important;
	}
}

.b-button-rates {
    position: relative;
    top: 2px;
	border-radius: 5px !important;
}


.b-category-button {
	border-radius: 6px 0px 0px 0px !important;
	background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
    background-color: rgba(0, 0, 0, 0);
  --contrast-color: #bcbcbc;
}

.b-button-rates {
	
	color: white !important;
	border: none !important;
}

.b-profile-button__button-img {
    padding: 16px 3px;
    background: none;
    border-radius: 5px;
	margin-top: 1px;
}

.b-search {
	background-color: #f3f3f3;
	/* border-radius: 25px !important; */
}



.b-message-button {
	padding: 10px !important;
	border-radius: 5px !important;

}

.b-page__footer {
	background: #181818;
  margin-top: 30px;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px !important;

}

.b-footer__inner {
  border-radius: 10px;
  color: white !important;
  padding-top: 40px !important;
  display: flex;
  justify-items: unset;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.b-button-location__text {
	font-family: "Roboto Condensed", sans-serif !important;
font-weight: 400 !important;
	margin-right: -3px;
    margin-left: -5px;
    font-size: 13px ;
}

.b-search__text {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px !important;
	padding: 13px 32px 12px 20px !important;
}


.b-category-button__text {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px !important;
	line-height: 0px !important;
	letter-spacing: 0em !important;
}





.b-profile-button__name {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px !important;
	text-align: right;
	margin-bottom: 2px;
}


.b-profile-button__text-bottom-sum {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px !important;
}

.b-button-rates__exchange {
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-button-rates__right {
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-cards__title {
	  font-size: 16px;
	font-family: "Roboto Condensed", sans-serif !important;
}


.b-card__name {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 16px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 160px;
}


.b-card__main-bottom-left {
	line-height: 21.6px !important;
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-main__inner {
	margin: auto;
	max-width: 1200px !important;
}

.b-company__top {}


.b-company__top-img {
	width: 1200px !important;
	border-radius: 10px;
	height: 200px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}

.b-page__header-inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.b-header__search-button {
	position: relative;
    left: -45px !important;
    width: 380px;
}

.b-button-rates__left {
    font-weight: 300;
	display: flex;
	flex-direction: row;
	gap: 2px;
}

.b-button-rates__right {
    font-weight: 300;
	display: flex;
	text-align: center;
	flex-direction: row;
}

.b-button-rates__icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.b-category-button {
	gap: 21px;
	padding: 15px 35px;
}

.b-header {
	height: 30px;
}

.b-page__header {
	z-index: 1px;
	margin-bottom: 25px;
}

.b-about-company__logo {
	margin-top: -38px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EBEEF0;
	border-radius: 10px;
	margin-left: 10px;
	border: 2px solid #FFFFFF;
	overflow: hidden;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.b-company {
	border: none;
	border-radius: 10px;
	background: none !important;
}

.b-menu-secondary ul li {
	display: block;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}


.b-button {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 10px 30px;
	border-radius: 5px;
	background-color: #000000 !important;
	color: white;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	justify-content: center;
	cursor: pointer;
}

.b-label_rel {
	position: relative;
	background-color: #000000;
	padding: 11px;
	border-radius: 5px;
}

.b-main__section-products
{
}

.b-label {
    gap: 5px;
	z-index: 0;
	top: 0px;
	right: 0px;
	background-color: #000000;
	color: white !important;
	border-radius: 5px;
}

.b-about-company {
	padding: 16px;
	padding-left: 16px;
	padding-right: 0px;
}

.b-about-company__buttons {
	display: flex;
	gap: 10px;
}

.b-modal-profile__item-text {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 10px;
	letter-spacing: 0em;
}

.b-card__img {
	border-radius: 10px;
	object-fit: fill !important;
	width: 200px;
  height: 200px;
}


.b-card {
padding-bottom: 2px;
	border-radius: 8px;
}

.b-card:hover {
z-index:1 !important;
}



.gm_mb-10 {
	font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: -10px !important;
}

.b-card__title {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 16px !important;
	text-align: left !important;
	margin-bottom: 0px !important;
}

.b-button-card__img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 7px;
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.b-card__locations {
	font-size: 19px !important;
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	opacity: .6;
	position: relative;
	margin-top: -7px;
}

.b-card__locations-short {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 4px !important;
}


.b-card__main-description {
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-card__locations-short {
  width: 99%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 4px;
  padding-top: 4px;
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-button-card__title {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 180px;
  word-wrap: anywhere;
}

.gm_mb-60 {
	margin-bottom: 30px !important;
}

@media screen and (max-width: 1600px) {

    .favshopcard {

  width: 235px;
}

	/* .b-cards__item {
    max-width: 23.87% !important;
  }
*/
	.b-page__footer-inner {

		width: auto;
	}

	.b-card-md__item_width-200 {
    min-width: 258px;
}


.b-card__main {
        padding: 16px 16px 10px 16px !important;
    }
}





	.b-modal-store__inner {
		margin-left: 25%;
	}

	.b-order-type {
		margin-top: 0px;
	}

	.b-card__top {
		/* padding: 5px !important; */
		height: fit-content;
	}

	.b-card__picture {
		margin-bottom: 8px;
		height: 240px;
		background-color: #ffffff !important;
		width: 240px;
        margin: 0 auto;
	}

	.b-card__main-bottom {
		gap: 10px;
	}

	.gm_mb-60 {
		margin-bottom: -25px !important;
	}

	.b-card__main {
		gap: 0px !important;
		padding-top: 0px !important;
	}

	.b-company__top-inner {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.b-company__top-img {
		max-height: none !important;
		max-width: 100% !important;
	}

	.b-page__header-inner {
		width: 95%;
	}

	.b-main__inner {

		width: 95%;
	}

	.b-page__header-inner {
		width: 95%;
	}

	.b-cards__item {
		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
		/*max-width: 264px;*/
		border-radius: 15px;
	}
}


@media screen and (max-width: 780px) {

     .favshopcard {

  width: 225px;
}


    .b-cards__top gm_mb-40 {
flex-direction: column;
  margin-top: -30px !important;
  align-items: flex-start;
}

  .b-cards__top.gm_mb-40 {
flex-direction: column;
  margin-top: -30px !important;
  align-items: flex-start;
}

.newcats{
    position: relative;
    padding: 10px 0px;
    display: none;
    position: relative;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
}

    .b-card__main-description {
        margin-top: 4px !important;
      }

    .b-cards__item {
    max-width: 23.87% !important;
  }

	.myshopcards {
justify-content: center;
}


	.myshopcard {
    max-width:none;
}

	.b-card__picture {
  height: 200px;
  width: 200px;
 }

	.b-page__footer
	{
		min-height:100px;
	}


	.b-page__footer_inner {
		border-radius: 10px;
		  color: white !important;
		  padding-top: 15px !important;
		  display: flex;
		  justify-items: unset;
		  flex-direction: column;
		  justify-content: space-between;
		  padding-bottom: 10px !important;
	}

	.croco {
	position: relative;
    top: -255px;
    left: 305px;
}

	.b-main__inner {
		height: auto;

	}



	        .b-profile-button__text2 {
            display: contents;}

	.b-card-field__left {
        gap: 0px;
		 margin-bottom: 10px;
    }

    .b-card-field__right {
    display: flex;
    align-items: center;
    gap: 0px;
	}

	.b-review__date {
    width: 120px;
	}


	.b-main__section-review {
		margin-bottom: -340px;
}

	.b-company {
		border-radius: 8px;
		margin-top: 410px;
	}
}


@media screen and (max-width: 1260px) {

     .b-catalog__left {
    width: 100%;
    background: none !important;
}

	.b-cards__item {

		max-width: 276px;

	}

	.loginimg{
	top: -295px;
	}


	.croco {
	position: relative;
    top: -255px;
    left: 329px;
}


	.b-page__footer-inner {
        width: 95%;
	}

	.b-field__icon:after {
    left: 20px !important;
    top: -24px !important;
}




	    .b-search__icon {
       position: absolute;
    margin: 0 auto;
    right: 13px;
    top: 13px !important;}





	.b-about-company__buttons {
		margin-left: 0px;
		margin-bottom: 22px;
		margin-top: 10px;
	}

	.b-header__search-and-profile-and-chat-and-burger-menu {
		flex-direction: row;
	}

	.b-header__search-button {

	}

	.b-about-company {
		padding: 8px;
		flex-direction: row;
	}


	.b-header-secondary {
		/*display: grid;*/
		/*justify-content: left;*/

	}

	.b-button-rates__exchange {
		line-height: 22px;
        font-weight: 300;
	}

	.b-button-rates__right {
		line-height: 22px;
	}

	.b-profile-button__text {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.b-profile-button__name {

		line-height: 14px;

	}

	.b-header__message {
		display: block;
	}

}

@media screen and (max-width: 1260px) {
	.b-cards__inner {
			justify-content: center;

		}

	.d-xl-block {

        }

	.d-none {
    display: flex;
    flex-direction: row-reverse;
}


	.b-field__eye_location-without-label:after {
    top: 138px;
    left: 20px;
}

	/*    .b-card {
        padding: 10px !important;
    }
*/

	.b-reviews {
        gap: 0px;
    }

	.b-categories-sm__title {
		font-size: 16px;
		margin-bottom: 10px;
	}


	.b-modal-store__inner {

		margin-left: auto;
	}

	.gm_mb-40 {

		margin-bottom: 25px;
	}

	.gm_mb-50 {
		margin-bottom: 20px;
	}

	.b-order-type {
		margin-top: 25px;
	}


	.b-catalog {
		flex-direction: row;
	}

	.b-catalog__left {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: -25px;
		width: 30%;

	}


	@media screen and (max-width: 1080px) {

        .right-container {
            margin-top:-50px;}

        .b-category-button {
  gap: 21px;
  padding: 14px 35px 10px;
}


  .b-cards__item {
    max-width: 308px;
  }


     /*    .b-card__picture {
height: auto;
      width: auto;
  } */

		.b-gallery__thumbnails{
		margin-top: 0px;
		}

		.b-gallery__thumbnail img {
  width: 100px;
  height: 100px;

}

		 .b-product__text {
    width: 100% !important;
  }

		.widgets{
	flex-direction: row;
}


		.b-card-lg__inner {
  padding-right: 0px;
  border-radius: 10px;
  padding: 0px 5px 24px 0px;
}

		.b-catalog__left {
    width: 45%;

  }

		.b-seachform__amount {
		width: 32% !important;
		}

		.b-button-rates__icon {
	display: block;
}


		.b-product__inner {
		}

		.b-logo__img {
        width: 110px;
        position: relative;
        top: -3px;
    }

		    .b-search {
       position: relative;
      width: fit-content;
      left: 40%;
    }


		.b-header__search-profile {
    margin-top: 1px;
		}

.b-profile-button__text2 {

}

 .b-review__center {
        gap: 5px;
    }



		.b-modal-store__inner {

			margin-left: auto;
		}

	.b-page__header {
		/* margin-top: 40px !important; */
		margin-bottom: 25px;
	}

		.b-header-secondary {
			display: grid;
			justify-content: left;

		}

		.b-page__header-inner {
			width: 95%;
		}

		.b-main__inner {
			width: 95%;
		}

		.b-about-company__menu {
			display: flex;
			align-items: center;

			margin-bottom: 15px !important;
		}
	}


	@media screen and (max-width: 1080px) {

		.b-button-rates {
            background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
margin-top: -20px;
  display: flex;
}

		.b-page__footer-inner {


		}


	.b-logo__img {
	max-width: none;
    height: 82px;
    margin-left: 5px;
}


.b-field__eye_location-without-label:after {
    top: 140px;
    left: 20px;
}

		.b-order-type {
			margin-top: 25px;
		}

		.b-cards__inner {
			justify-content: left;

		}
	}

@media screen and (max-width: 1080px) {
		@media screen and (max-width: 650px) {
			.b-menu{
			margin-left: -15px;
			}
}
}



	@media screen and (max-width: 1260px) {
		@media screen and (max-width: 1080px) {


.b-cards__inner {
			justify-content: center;

		}
			.b-header-secondary {
				display: flex;
				justify-content: space-between;
				flex-direction: column;
        margin-bottom: -10px;
            }


        }
	}

	/*img {
		max-width: none;
	}
*/

	.b-modal-store__left {
		display: none !important;
	}

	.b-modal-store__right {
		border-radius: 10px !important;
		margin: 0 auto !important;
	}

	.b-modal-store__buttons-bottom {
		display: contents !important;
	}


	@media screen and (max-width: 780px) {

        .b-search {
       position: relative;
      width: fit-content;
      left: 40%;
    }


   @media screen and (max-width: 900px) {

        .b-search {
       position: relative;
      width: fit-content;
      left: 75%;
    }

        .b-cards__item {
    max-width: 245px !important;
  }



  .b-card__picture {
  height: 210px;
  width: 210px;
}

        .myshopcards {
justify-content: center;
}


    .myshopcard {
    max-width:none;
}

		.b-page__footer {height:140px !important;}


		.b-footer__inner {
			flex-direction: column;
			padding-top: 25px !important;
			gap: 10px;
		}



.b-seachform__amount {
width: 41% !important;
}

		 .b-header__logo {
      margin-top: 7px;
		 }

		.b-button-rates__icon {

}

		.b-cards__inner {
			justify-content: center !important;
			gap: 12px;

		}

		.b-product__inner {
		flex-direction: column;}

		.b-modal-profile__inner {
        border-radius: 10px;
        padding: 12px 12px;}

		.b-search {
            position: relative;
            width: 100%;
            left: 0px;
        }

		.b-search__text {

    border-radius: 10px;
}

		.b-header__search-button {
    position: relative;
    left: 0px;
    margin-left: 45px;
    margin-right: -45px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;

	}

		        .b-main__inner {
				height: auto;}


		.b-logo__img {

	margin-bottom: -5px;
    max-width: none;
    margin-left: -5px;
    width: 110px;
}

		.b-search__text {

    border-radius: 10px;
}


		    .b-card-md__center {
        display: contents;
    }



	/* .b-submit-input_sm {
	top: 93%;} */


		.croco img {
	max-width: none;
    display: block;
    position: relative;
    top: -276px;
    left: 316px;
    width: 130px;
    z-index: 88;
}

		.b-main__section b-main__section_bg-logo-xxl-2
{
	margin-top: 70px !important;
}

		.b-main__section-order
/* {margin-top: 410px !important;} */


		.b-search__text {
            background-color: #EBEEF0;
		}

		.b-modal-warning__button_none-md {
        display: flex !important;
    }

		.b-card-md__item {
		flex-direction: column;
	}

	.b-main__inner {



	}

	.b-card-primary {
		align-items: center;
	}



		.b-search__text {
			border-radius: 10px !important;
		  padding: 20px 20px 20px 20px !important;
      box-sizing: content-box !important;
		  }

		    .b-product__text {
			margin-top: -40px;}


		.b-gallery__image-big {
    max-width: 300px;
    max-height: 300px;
	}

		    .b-review__right-grade {
        position: absolute;
        top: 13px;
        right: 13px;
    }

	    hr {
        height: 1px;
        background-color: #cbcbcb;
        border: none;
    }

	    .hr {
        height: 1px;
        background-color: #cbcbcb;
        border: none;
    }

		.b-review {
    padding: 0px 18px 4px 20px;

}

		.b-review-about {
       padding: 20px 20px 2px 20px;
    }

		.b-card__main_product {
        gap: 5px !important;
    }

		.b-card__main-description {
    margin-top: -2px !important;
		}

		.b-about-company__menu {
		justify-content: center;}

				.b-review {
				padding: 5px 23px;
				gap: 10px;}

				.b-review__left {
				margin-top: 15px !important;
				}

		.b-button-md-2 {
			width: 100%;
		}

		.b-order-type__bottom {
			gap: 10px;
		}

		.b-card-xl {
			padding: 20px 21px;
		}


		.b-card-primary {
			flex-direction: row;
		}


		.b-catalog {
			/*margin-top: 350px;*/
			flex-direction: column;
		}

		.b-main__section-shops {
			margin-top: -20px !important;
		}

		.b-field {
			margin-bottom: 15px;
		}

		.b-card-primary {
			align-items: inherit;
      margin-top: -10px;
		}


		.b-modal-store__inner {

			margin-left: auto;
		}

		.b-main__section {
			margin-top: 365px !important;
			margin-top: 0px !important;
		}

		.b-form {
			min-width: 100%;
			padding: 48px;
			border-radius: 12px;
		}


		.b-order-type {
			/* margin-top: -300px; */
		}

		.b-catalog__left {
			width: 100%;
		}

		.b-catalog {
			flex-direction: column;
		}


		.b-modal-store__inner {
			width: 500px;
			flex-direction: row !important;
		}


		.b-page__footer {
			position: relative !important
		}

		.b-cards__item {
			margin-left: 0 !important;
			margin-right: 0 !important;
			max-width: 290px;
		}

		.b-header__location_md-block {
			display: flex;
			justify-content: left;
			margin-bottom: 15px !important;
		}

		.b-header__search-and-profile-and-chat-and-burger-menu {

			box-shadow: -3.914px 5.803px 13.92px 2.08px rgba(0, 0, 0, 0.11);
		}

		.b-profile-button__text {
			display: contents !important;
		}

		.b-header__logo-and-location {
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
			margin-bottom: 25px;

			height: 55px;
		}

		.b-header__logo {
			margin-top: 11px;
    margin-left: 7px;
		}

		.b-header__logo img {
			    max-width: 86%;
		}

		.b-header__location {
			padding: 18px 20px;
			box-shadow: -3.914px 5.803px 13.92px 2.08px rgba(0, 0, 0, 0.11);
			border-radius: 5px;
		}

		.b-header__search-and-profile-and-chat-and-burger-menu {

			margin-bottom: 10px;
		}

		.b-header__search-button_md .b-search {
			display: flex;
			border-radius: 10px !important;
			width: 100%;
		}

		.form {
			display: contents;

			/* display: inherit; */
		}

		.b-main {
			height: auto !important;
			margin-top: 350px;
		}

		.b-main:has(.b-sign-in) {
			margin-top: 0px !important;
		}

		.b-sign-in {
			margin-top: -350px;
		}

			.b-about-company__logo-img {
				max-height: 100px;
				max-width: 100px;
			}

			.b-about-company {

				flex-direction: column;
			}

			.b-about-company__logo {
				margin-left: auto !important;
				margin-right: auto !important;
			}


		}

		@media screen and (max-width: 600px) {

            .b-header__search-profile {
      margin-top: 1px;

      text-align: left;
    }


            .b-menu-secondary ul .active {
  opacity: 1 !important;
  background: black !important;
  padding: 13px 15px;
  border-radius: 5px;
  color: white !important;
}

            .header-btn2 {
                justify-content: space-around;
            }

            .b-modal-profile__item-text {
    padding-left: 0px;
}

              .b-search {

      left: 0px !important;
    }

    .b-button-location__text {
        width: auto;
    }

            .b-button-rates {

margin-top: -5px;

}

             .b-cards__inner {
      justify-content: center !important;
  }

              .b-cards__item {
    max-width: 278px !important;
  }

			.b-button-rates__left {
  			 position: relative;
  			 top: 1px;
            }


			.b-cards__title {
      font-size: 18px;
      margin-top: 10px;
      text-align: center !important;
      display: block !important;
      margin: 0 auto !important;
}

			.b-cards__top {flex-direction: column; margin-top: -3px !important;}


   .showcats {display: none;}



			.b-catalog__left {

		margin-top: -15px;}

			.b-button-rates__icon {
      display: flex;
    }

			.b-submit-input_sm {
  width: min-content;
  cursor: pointer;
  position: absolute;
  right: 26px;
  transition: 300ms;
}

			.newcats {
	position: relative;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;;
}

			.croco {
	position: absolute;
    top: -255px;
    left: 305px;
			}

			.b-modal-store__inner {

				margin-left: auto;
			}

			.b-modal-store__inner {
				display: grid !important;
				width: 90% !important;
			}

			.b-card-xl-primary__icon-and-title {
				flex-direction: row;
				width: 100%;
			}
		}

		.b-main__section {

			/* margin-top: 350px !important; */
		}

		.b-card__top {
			padding: 10px !important;
		}

		.b-modal-store__left-img {
			display: none;
		}

		.b-modal-store__left {
			width: 20% !important;
			align-items: center;
		}

		.b-modal-store__right {
			font-family: "Roboto Condensed", sans-serif !important;
			border-radius: 10px !important;
			width: 100%;
			padding: 18px;
			box-shadow: -3.914px 5.803px 13.92px 2.08px rgba(0, 0, 0, 0.11);
			gap: 5px !important;
		}

		.b-header-secondary__category-item {
			font-family: "Roboto Condensed", sans-serif !important;
			color: black !important;
		}

		.b-cards__inner {
			/*justify-content: center;*/
			gap: 12px;
		}

	}

	b-card__top {
		padding: 10px !important;
	}

	.b-card__main {
		padding-top: 0px;
		gap: 0px !important;
		padding: 14px;
		padding-bottom: 5px;

	}

	.gm_mb-40 {
		/*display: none !important;*/
		margin-bottom: 25px;
	}

	.b-main {
		flex: 1 0 auto !important;
		min-height: calc(100vh - 80px) !important;
	}

	.b-page {
		display: flex !important;
		flex-direction: column !important;
	}

	.b-card__picture {

		background-color: #ffffff !important;

	}

	.b-card__main_product {
		gap: 12px !important;
        gap: 0px !important;
	}
}

.b-categories-sm__item {
	font-family: "Roboto Condensed", sans-serif !important;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	letter-spacing: -0.02em;
	text-align: left;
	color: initial;
}

.b-seachform {

	margin-top: 10px;
	padding: 10px 10px;
	width: 50%;

}

.select2-container {
	margin-top: 10px !important;
	width: 100% !important;
}

.b-seachform__amount {

    border: 2px solid #0000001a;
  font-weight: 300;
	margin-top: 10px;
  width: 50% !important;
  padding: 10px 10px;
  margin-right: 4px;
  margin-left: -6px;
  position: relative;
  left: 7px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single {
	margin-bottom: 10px;
}


.form {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
}

form {
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-card-xl-primary__icon_width {
	width: 250px;
	height: 250px;
	min-width: 87px;
	min-height: 66px;
}

.b-modal-store__text {
	font-family: "Roboto Condensed", sans-serif !important;
}


.b-product__title {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 25px;
}


.b-product__logo-left-img {
	min-width: 100px;
	min-height: 100px;
	max-height: 100px;
	max-width: 100px;
	background: #FFFFFF;
	border-radius: 7px;
}

.b-product__description {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 17px;
}

.b-order-type__top-text {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	color: black;
}

.b-button-md.b-tab-active-nav-item {
	background-color: #000000;

}

.b-button-md {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
	border-radius: 6px;
}

.b-card-xl__left {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
	color: black;
}

.b-card-xl__text-sm {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
}

.text-muted {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 13px !important;
}

.b-review {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	display: flex;
	padding: 16px 18px 13px;
	margin-bottom: 10px;
	border-radius: 10px !important;
}


.b-reviews__left {
  padding: 0px 50px 10px 10px;
  margin-top: 10px;
  border-radius: 6px !important;
  margin-bottom: 10px !important;
  border: 0px dashed white;
  box-shadow: rgb(38 57 77 / 38%) 0px 20px 30px -10px;
  height: fit-content;
  background: black;
}

.b-review__date {
	font-size: 11px !important;
	margin-bottom: -4px !important;
}

.review-user-data {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
}

.b-review__date {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 13px;
}

.b-review__name {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 14px;
    margin-bottom: -3px;
}

.b-review__right-grade {
	display: flex;
	gap: 11px;
	padding: 8px;
	color: white !important;
	background-color: #000000;
}

.b-review__left {
	width: 10%;
	min-width: 100px;
}

.b-review__center {
	width: 80%;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
	gap: 0px;
}

.b-review__right {
	width: 10%;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
}


.b-review-about__title {
	line-height: 0px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 15px;
  margin-bottom: 10px;
}

.b-review-about__item-left {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;

}

.b-review-about__item-right {
	font-family: "Roboto Condensed", sans-serif !important;
}


.b-order-type__bottom {
    margin-top: 25px !important;
}

.b-breadcrumb__text {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 14px;
    font-weight:300;
}

.gm_mb-50 {
	margin-bottom: 20px;
}

.b-submit-input__label_form {
	background-color: #000000;
}

.b-form {
	min-width: 0px;
	overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

}

b-card__picture {

	background-color: #ffffff !important;

}

.b-modal-store__left {
	display: none !important;
}

.b-card-lg__title {
	display: none;
}

.b-card-lg__bottom {
	padding: 0px !important;
	background-color: white;
	border: none;
}

.b-card-xl-primary__items {
	display: block !important;
	gap: 32px;
}

.flex-container {

	align-items: flex-start !important;
}

.b-card-lg__left-card-sm_right {
	display: flex;
	justify-content: left;
}

.b-card-xl-primary__icon {
	width: 250px !important;
	height: 250px !important;
	border: none !important;
	background: white;
}

.b-card-xl-primary__img {
	border-radius: 10px !important;
}

.b-button-md-primary {
	padding: 5px 10px

}

.b-button-md-primary_bg {
	padding: 10px 25px;
}

.gm_mb-20 {
    margin-bottom: 5px;
}

.b-button-md-primary_pd24 {
    padding: 5px 13px;
}


.b-button-md-primary__img {
	width: 32px !important;
    height: 32px !important;
    border-radius: 5px !important;
	object-fit: cover;
}

.b-field {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
    padding: 13px;
	gap: 15px;
}

.b-field_width-48 {
    width: 100%;
}

.b-card-lg__main-left {
    padding: 0px 0px 8px 0px !important;
}

.b-card-lg__main-right {

	margin-bottom: 0px;

}

.b-card-lg__inner {

    border-radius: 10px;
    padding: 0px 0px 24px 10px;
}


.b-button-md-primary_bg {
    background-color: #ffffff !important;
}

.b-card-lg__inner {

}

.b-field__select-item_pl {
	padding-left: none;
}

.b-card-primary {
	padding: 0px 0px;
	flex-direction: row !important;
}

.b-wrapper-for-burger-menu__inner {
	/* padding-top: 50px; */
}

.b-wrapper-for-burger-menu__profile {
	display: none;
}

.b-button-md-primary {
	justify-content: flex-start !important;
	border: none;
}


.b-card__picture {

	background-color: white;
}

.b-card__main-bottom-left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.b-label-shop {
	display: none;
}

.b-modal-warning__title {
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-field__label {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;

}


.b-modal-warning__inner {
	border-radius: 10px;
}

.b-card-lg-secondary {
	width: 100%;
}

.b-card-xxl {
	box-shadow: 0.086px 1.803px 8.92px 3.08px rgb(0 0 0 / 25%);
	background-color: white;
}

.b-card-md-secondary__left-balance {
	margin-top: 10px;
}

.b-menu-secondary ul {
	display: flex;
	align-items: center;
}


.b-submit-input__label {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px;
    width: 100%;
    color: white;
    background-color: #000000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 15px;
    background: black !important;
}

.b-submit-input__button {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 8.8px;
    letter-spacing: -0.02em;
    opacity: .6;
    color: black
}

.b-button-tab__img-wrapper {
  min-width: 50px;
	align-items: normal !important;
}

.b-card-xxl-primary {
	font-family: "Roboto Condensed", sans-serif !important;
	background-color: white;
	box-shadow: 0.086px 1.803px 8.92px 3.08px rgb(0 0 0 / 8%);
	border-radius: 10px;
}

.b-messages__item_right .b-card-message__right {
	border-radius: 8px 8px 0px 8px;
	background: #fff;
}

.b-orders {
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-button-tab__text {
	font-size: 14px;
	font-family: "Roboto Condensed", sans-serif !important;
}

.b-card-lg__main {
	margin-top: 10px;
}


.message-text-success {
	height: 60px;
	border: 0px;
}

.message-text-success {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border: 0px;
}

.b-modal-warning__bottom {
	font-family: "Roboto Condensed", sans-serif !important;
	margin-top: -10px;
	margin-bottom: 14px;
	box-shadow: 0.086px 1.803px 8.92px 3.08px rgb(0 0 0 / 8%);
	padding: 25px 24px;
	border-radius: 6px;
	background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
  color: white;
  font-weight: 300;
	overflow-y: hidden;
	font-size: 16px;
}


.b-button-md-2 {
	display: flex;
	gap: 12px;
	padding: 14px 22px;
	border-radius: 5px;
	width: fit-content;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	white-space: nowrap;
	letter-spacing: 0em;
	color: white;
	text-align: left;
	transition: 300ms opacity;
	cursor: pointer;
	border: 0;
	background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
    background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box !important;
	align-items: center;
}

.b-card-xl {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 20px 0px;
}

.b-field__select-item_pl {
    padding-left: 14px;
}

.b-main__section-review {
	margin-top: 15px;

}

.b-field__icon:after {
    display: block;
    left: 24px;
    position: relative;
    left: 20px;
    top: -24px;
}

.b-field__eye_location-without-label:after {
    top: 120px;
    left: 20px;
}


    .b-card-md_primary {
        font-family: "Roboto Condensed", sans-serif !important;
        margin-top: 5px;
        background: #f1f1f1;
		padding: 16px 20px;
        gap: 16px;
    }

	.b-card-md__item-bottom {
    font-family: "Roboto Condensed", sans-serif !important;}


	.b-card-xl-primary__item_lg .b-card-xl-primary__item-bottom {
		text-align: left;
	}

	.b-card-xl-primary__item_lg .b-card-xl-primary__item-top {
		text-align: left;
	}



 .b-card-xl-primary-order {
	padding: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  border-radius: 10px;
  display: block;
  word-wrap: break-word;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: 10px;
  padding-top: 13px;
 }

 .b-card-xl-order {
    border: 1px dashed black;
    padding: 20px 25px;
  border-radius: 5px;
    display: block;
    word-wrap: break-word;
 }


.b-profile-tabs__item:hover{
	background: black;
  border-radius: 5px;
}

.b-profile-tabs__item:hover .b-button-tab__img {
	-webkit-filter: contrast(0) brightness(2) !important;
	filter: invert(1) !important;
}


 .b-profile-tabs__item.b-tab-active-nav-item {
    background-color: #EDF5FF;
    border-radius: 5px;
}

.b-button-tab {
    border-radius: 5px !important;
    padding: 10px 23px;
}

 .b-button-tab:hover {
   color: white;
    background-color: black;


}

.b-button-tab:active {
    color: white;
    background-color: black;
}

.b-profile-tabs__item.b-button-tab__img:hover {
	-webkit-filter: contrast(0) brightness(2) !important;
}

.b-button-tab.b-button-tab__img:hover {
	-webkit-filter: contrast(0) brightness(2) !important;
}



.b-button-tab__img:hover {
	-webkit-filter: contrast(0) brightness(2) !important;
}

.b-profile-tabs__item.b-tab-active-nav-item {
	color: white;
    background-color: black;
}

.b-button-tab__left {

  display: flex;
  align-items: center;
  gap: 24px;
}



.b-button-tab__right-item-order {

    border-radius: 50%;
    padding: 6px 9px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}



.b-profile-tabs__item.b-tab-active-nav-item .b-button-tab__img {
	-webkit-filter: brightness(0);
}


.b-profile-tabs__item.b-tab-active-nav-item .b-button-tab__img-active {
	opacity: 1;
    -webkit-filter: contrast(0) brightness(2);
	filter: invert(1);
}

.b-profile-tabs__item.b-tab-active-nav-item .b-button-tab__img:hover{
	-webkit-filter: contrast(0) brightness(2) !important;
}

.b-profile-tabs__item.b-tab-active-nav-item .b-button-tab__img hover{
	-webkit-filter: contrast(0) brightness(2) !important;
}



 .b-card-md__item_width-200 {
    min-width: 258px;
}


 .b-card-md {
    box-shadow: 0.086px 1.803px 8.92px 3.08px rgb(0 0 0 / 8%);
	gap:0px;
	margin-bottom: 5px;
  transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
 }

 .b-card-md:hover {
  background-color: rgba(248, 249, 250, 0.8) !important;
  border-color: rgba(26, 26, 26, 0.15) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}	


	.b-card-md__center-bottom-item-xl {
    font-family: "Roboto Condensed", sans-serif !important;
	}

 .b-profile-tabs__item.b-tab-active-nav-item .b-button-tab__right-item-order {
   background-color: #e0943e;
  border-radius: 50%;
  padding: 6px 9px;

}


.b-card-message__right-tag {
    padding: 6px 20px;
    background-color: #000000;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
}

.b-card-message__left {

  background-color: #000000;
}

 .b-card-md__left-text {
	  font-family: "Roboto Condensed", sans-serif !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
 }

 .b-card-message__right {
	 padding: 0px 0px;
 }


 .b-messages__item_right .b-card-message__right {
    border-radius: 10px 10px 0px 10px;
 }

 .b-card-field__right-button {
    font-family: "Roboto Condensed", sans-serif !important;
    color: #ff0000;
 }

 .b-card-field__item-right {
 font-family: "Roboto Condensed", sans-serif !important;}


 .b-card-message__right-title {
    font-family: "Roboto Condensed", sans-serif !important;
 }

 .b-form__title {
	 font-size: 19px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif !important;
 }


 .b-header__search-button {
	 z-index: 0;
 }

 .b-header__message {
    z-index: 0;
}

.b-header__location {
    z-index: 0;
}

.b-modal-warning {
	background-color: rgb(0 0 0 / 81%);
}

.b-modal-warning__inner {

  margin-left: 20px;
  margin-right: 20px;
  padding: 22px;
  width: 500px;
}


.b-header-secondary__menu {
    margin-top: 2px;
}

.b-modal-warning__top {
    margin-bottom: 35px;
	padding: 4px 0px;
}


.reviewForm {
	margin-left: 18px;
    margin-right: 20px;
}

.b-search__text {
	background: #f3f3f3;
	border-radius: 6px;

}

.b-header__logo-and-location {
	z-index: 0;
}

.b-header__rates {
    z-index: 0;
}

.b-card-lg__shop {
	margin-top: 25px;
	display: flex;
    justify-content: space-around;
}

.b-field-1 b-field_width-100 gm_mb-20{

}.newfields {
    width: 100%;
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 5px;
}

.b-button-md-primary__text-1 {
	padding: 10px 0px;
    font-size: 12px !important;
}


	.b-messages__item_error .b-card-message__right {
    margin-top: 10px;
    box-sizing: content-box;
    border-radius: 16px 16px 16px 16px;
    padding: 15px 20px;
    background: #ff000026;
    border: 0px;
}


.b-sign-in {
    margin: 0 auto;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-top:25px;
}

.b-card-field__item-right {
    font-size: 14px !important;
}

.b-card-message__left {
   border-radius: 5px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: white;
}


.b-profile-tabs__item.b-tab-active-nav-item.b-profile-tabs__item_chat .b-button-tab__text:hover{
    color: white;
}

#header-secondary-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-secondary-dropdown li {
  position: relative;
}
#header-secondary-dropdown a {
  display: block;
  padding: 8px 12px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  color: white;
}

#header-secondary-dropdown a:active {
  color: orange;
}

#header-secondary-dropdown a:hover {
  color: orange;
}

#header-secondary-dropdown .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: linear-gradient(115deg, rgb(0, 0, 0), rgb(68, 68, 68));
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 4px;
  z-index: 10;
}

#header-secondary-dropdown li:hover > .submenu {
  display: block;
}

.submenu {
	text-align:left;
}

@media (min-width: 769px) {
  .submenu {
    transform: translateY(-50%);
  }
}


.b-page__footer_inner {
		display: flex;justify-items: unset;flex-direction: row;justify-content: space-between;
	}

/* ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬В¦ГѓВўГўвЂљВ¬Г…вЂњГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВґГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В°ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В»ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬В¦ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚Вµ ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚Вѕ ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В·ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВґГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В°ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЏ ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВµГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В° */

/* Modal Overlay (hidden by default) */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-30px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal-overlay.open {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.modal-overlay.open .modal-content {
  opacity: 1;
  transform: translateY(0);
}

/* Close Button */
.close-modal-btn {
  margin-top: 6px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}

.close-modal-btn:hover {
  background-color: #555;
}

/* Ads Section */

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/

.ads-section {
  padding: 60px 50px;
}
.ads-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.ads-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.ads-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.ads-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.ads-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.ads-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.ads-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.ads-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ads-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {

  .ads-section {
    padding: 50px 30px;
  }
  .ads-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .ads-section .item.active {
    width: 400px;
  }
  .ads-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .ads-section {
    padding: 50px 30px 40px;
  }
  .ads-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .ads-section .item.active {
    width: 360px;
  }
  .ads-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {

    .b-cards__item {
      max-width: 245px;
    }

    .b-card__img {
  border-radius: 10px;
  object-fit: fill !important;
  width: auto;
  height: auto;
}

  .line-title {
    width: 250px;
  }

  .ads-section {
    padding: 30px 15px 20px;
  }
  .ads-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .ads-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .ads-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}


.form-horizontal .form-group {
	margin-bottom: 10px;
}

.form-horizontal form-group {
	margin-bottom: 10px;
}

.sbannertext{
	background-image: url('static/rokko/assets/img/ban.png');background-size: auto;border-radius: 10px;color: white;padding: 10px 10px 10px 15px;background-position-y: -25px;
}

.sbannertext h1 {
	color: white;margin-bottom: -5px;line-height: 31px;margin-top: -7px;font-size: 20px;
}

.sbannertext p {
	margin-bottom: 0px;line-height: 0.9;/*! text-indent: 5em; *//*! width: min-content; */
}

.sbannertext .h1 {
	color: white;margin-bottom: -5px;line-height: 31px;margin-top: -7px;font-size: 20px;
}

.sbannertext .p {
	margin-bottom: 0px;line-height: 0.9;/*! text-indent: 5em; *//*! width: min-content; */
}


.shopbanner .sbannertext{
	background-image: url('https://rokko.cc/static/rokko/assets/img/ban.png');background-size: auto;border-radius: 10px;color: white;padding: 10px 10px 10px 15px;background-position-y: -25px;
}

.shopbanner .sbannertext h1 {
	color: white;margin-bottom: -5px;line-height: 31px;margin-top: -7px;font-size: 20px;
}

.shopbanner .sbannertext p {
	margin-bottom: 0px;line-height: 0.9;/*! text-indent: 5em; *//*! width: min-content; */
}

.b-review__icon {
	border-radius: 7px;
}

.pagination .page-item .page-item-img-reverse {
  transform: rotate(180deg);
  margin-right: 0px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .b-card-lg__shop {
      flex-direction: column !important;
      display: flex !important;
  }

  .b-card-lg__left,
  .b-card-lg__right {
      width: 100% !important;
      min-width: auto !important;
      max-width: none !important;
      flex: none !important;
  }

  .b-card-lg__right {
      margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .b-card-lg__shop {
      grid-template-columns: 1fr !important;
      display: grid !important;
  }
}

@media (max-width: 480px) {
  .b-card-lg__left,
  .b-card-lg__right {
      padding-left: 10px !important;
      padding-right: 10px !important;
  }

  .b-card-xl-primary {
      padding: 10px !important;
  }

  .b-card-lg-primary {
      padding: 15px !important;
  }
}

.b-product__text {
  justify-content: normal !important;
}

.b-card__main-description {
  font-size: 12px;
}

.b-card-message__right-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

#t-search {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  max-width: none;
}

.b-button-md-primary.b-button-md-primary_pd24.b-button-md-primary_hover.b-button-md-primary_space-between.b-button-md-primary_bg {
  cursor: pointer;
}

.b-card-md-secondary__left-img.gm_mb-777 {
  margin-top: -50px;
}

.b-modal-warning__bottom.message-text-success {
  display: flex !important;
}

@media (max-width: 780px) {
  body:has(.b-modal-warning__bottom.message-text-success),
  .b-page:has(.b-modal-warning__bottom.message-text-success),
  .b-main:has(.b-modal-warning__bottom.message-text-success) {
    padding-top: 60px !important;
  }

  .b-page__header-inner_secondary {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .b-modal-warning__bottom.message-text-success {
    display: flex !important;
    position: fixed;
    top: env(safe-area-inset-top, 0);
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 10000;
    margin: 0 !important;
    box-sizing: border-box;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto;
    min-height: 48px;
    padding: 12px 16px;
  }

  .b-page__header-inner_secondary .b-header-secondary,
  .b-page__header-inner_secondary .b-header-secondary__category-and-menu,
  .b-page__header-inner_secondary .b-header-secondary__coin {
    display: none !important;
  }

  .b-modal-warning__bottom.message-text-success::after {
    content: '✕';
    position: absolute;
    right: 10px;
    top: 8px;
    width: 28px; height: 28px;
    border-radius: 14px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    user-select: none;
  }

  .notice-closed .b-modal-warning__bottom.message-text-success {
    display: none !important;
  }

  html.notice-closed body,
  html.notice-closed .b-page,
  html.notice-closed .b-main {
    padding-top: 0 !important;
  }
}

  html.notice-closed body:has(.b-modal-warning__bottom.message-text-success),
  html.notice-closed .b-page:has(.b-modal-warning__bottom.message-text-success),
  html.notice-closed .b-main:has(.b-modal-warning__bottom.message-text-success) {
    padding-top: 0 !important;
  }

  .b-modal-warning__bottom.message-text-success {
    padding-right: 60px;
  }