@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.product_is-arabic .product__image-container {
  margin-right: 0;
  margin-left: 80px;
  box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, 0.06); }

.product_is-arabic .product__button {
  margin-right: 0;
  margin-left: 20px; }

.product_is-arabic .product__button-icon {
  margin-right: 0;
  margin-left: 10px; }

.product_is-arabic .product__price-item {
  margin-right: 0;
  margin-left: 10px; }

.product__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px;
  display: flex; }
  @media only screen and (max-device-width: 1024px) {
    .product__container {
      flex-direction: column; } }

.product__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 2px 0px #00438e2e;
  border-radius: 20px;
  margin-right: 80px;
  width: 40%;
  height: 400px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .product__image-container {
      box-shadow: 0px 3px 8px 0px #00438e2e; } }
  @media only screen and (max-device-width: 1024px) {
    .product__image-container {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      height: 250px; } }

.product__section {
  display: flex;
  flex-direction: column;
  width: 60%; }
  @media only screen and (max-device-width: 1024px) {
    .product__section {
      width: 100%; } }

.product__name {
  color: #00438E;
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 15px;
  border-bottom: 1px #EDEDED solid;
  padding-bottom: 15px; }
  @media only screen and (max-width: 600px) {
    .product__name {
      font-size: 18px; } }

.product__price {
  margin-bottom: 15px;
  border-bottom: 1px #EDEDED solid;
  padding-bottom: 15px;
  display: flex;
  align-items: baseline; }

.product__price-item {
  color: #00A791;
  font-size: 31px;
  font-weight: 500;
  margin-right: 10px; }

.product__price-label {
  font-size: 16px; }

.product__model-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

.product__model-item {
  display: flex;
  font-size: 14px; }

.product__model-item-name {
  width: 100px; }

.product__description {
  margin-bottom: 15px;
  border-bottom: 1px #EDEDED solid;
  padding-bottom: 15px;
  font-size: 14px; }

.product__button-container {
  display: flex; }
  .product__button-container:not(:last-child) {
    margin-bottom: 20px; }
  .product__button-container_is-hidden {
    display: none; }
  @media only screen and (max-width: 600px) {
    .product__button-container {
      flex-direction: column; } }

.product__button {
  width: 180px;
  margin-right: 20px; }
  @media only screen and (max-width: 600px) {
    .product__button {
      margin-right: 0;
      width: 100%; }
      .product__button:not(:last-child) {
        margin-bottom: 10px; } }

.hidden-buttons {
  display: none; }

.product__button-icon {
  margin-right: 10px;
  width: 20px;
  height: 18px; }

.product__breadcrumbs-container {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
