﻿.home-blue .iz-continent-baner {
  background: var(--accent-color4);
  display: flex;
  padding: 30px 0;
  color: #fff;
  align-items: center;
  background-size: cover;
}
.home-blue .iz-continent-items img {
width: 100%;
}
.home-blue .iz-continent-items a:hover,
.home-blue .iz-continent-items.swiper-slide-active a {
color: #000;
overflow: hidden;
display: block;
position: relative;
}
.home-blue .iz-continent-items .text-image {
 text-align: left;
 display: flex;
 align-items: center;
padding:20px;
}
.home-blue .iz-continent-items .text-image .addtobsktbtn {
 white-space: nowrap;
 background: var(--button-color);
 position: relative;
 border-radius:var(--b-radius-5);
 /* width: fit-content !important; */
 float: right;
 direction: ltr;
 padding: 10px;
 overflow: hidden;
 color: transparent;
 transition: all .3s;
 /* font-size: 12px; */
 max-width: 46px;
 /* border-right: 5px solid #fff; */
 /* display: flex; */
 margin-right: 15px;
}
.home-blue .iz-continent-items .text-image:hover .addtobsktbtn {
  max-width: 300px;
 color: #fff;
}

.home-blue .iz-continent-items .text-image:before {content:'';width:100%;height: 1px;background: var(--button-color);}
.home-blue .iz-continent-items .text-image svg {width: 1.5rem;flex: 0 0 100%;/* display: flex; *//* align-items: center; *//* justify-content: center; */padding: 3px;}
.home-blue .iz-continent-items .text-image .viwe {
background: #a8b3ba !important;
padding: 10px;
border-radius: 0 0 0 20px;
position: relative;
}
.home-blue .iz-continent-items .text-image .maker {
/* padding-right: 20px; */
text-align: center;
color: #2F2B46;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
width: 0;
color: transparent;
display: none;
visibility: hidden;
}
.home-blue .iz-cats-arrow.button-prev {
transform: rotate(180deg);
}
.home-blue .iz-continent-baner .arrows .iz-cats-arrow {
background: url(/portals/0/svg/arrow-ios-downward-fill.svg) no-repeat center center #ffffff;
width: 46px;
height: 45px;
}
.home-blue .iz-continent-baner .arrows .iz-cats-arrow.button-prev {border-radius: var(--b-radius-5);}
.home-blue .iz-continent-baner .arrows .iz-cats-arrow.button-next {border-radius: var(--b-radius-5);}
@media only screen and (max-width: 767px) {
 .home-blue .iz-continent-items .text-image .addtobsktbtn {
    max-width: initial;
    color: #fff;
}
.home-blue .iz-continent-baner {
 flex-direction: column;
 /* padding-top: 0; */
}
.home-blue .iz-continent-baner:before {
 transform: rotate(-90deg);
 top: 8px;
}
.home-blue .iz-introduce {
 margin-bottom: 30px;
 display: none;
}
.home-blue .iz-continent-items .text-image {
 width: 100%;
 display: flex;
}
.home-blue .iz-continent-items {
 width: 80vw !important;
 margin-left: 26px;
}
.home-blue .homeproducts .swiper-wrapper {
 overflow-x: auto;
}
.home-blue .iz-continent-items .text-image {
 /* position: absolute; */
 bottom: 0;
 width: 100%;
 height: 66px;
 /* background: #ffa40b; */
 border-radius: 20px;
 justify-content: space-between;
 align-items: center;
 transition: 0.2s;
 transform: translate(0px, 81px);
}

.home-blue .iz-continent-baner {
 background: #d72149;
 display: flex;
 padding: 30px 0 70px 0;
 color: #fff;
 align-items: center;
 background-size: cover;
}
.home-blue .iz-continent-items img {
 max-height: 404px;
 border-radius: 20px;
 max-width: 100%;
}
.home-blue .iz-continent-items {
 border-radius: 20px;
 position: relative;
 transition: all 0.5s ease-in-out;
}
.home-blue .iz-continent-items .text-image {
 /* position: absolute; */
 /* bottom: 0; */
 width: 100%;
 height: 66px;
 /* background: #ffa40b; */
 border-radius: 20px;
 justify-content: space-between;
 align-items: center;
 transition: 0.2s;
 transform: translate(0px, 81px);
}
.home-blue .iz-continent-items.swiper-slide-active .text-image {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 66px;
 background: #ffa40b;
 border-radius: 20px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 transform: translate(0px, 0px);
 transition: 0.2s;
}
.home-blue .iz-continent-items .text-image .viwe {
 background: #a8b3ba !important;
 padding: 10px;
 border-radius: 0 0 0 20px;
 position: relative;
}
.home-blue .iz-continent-items .text-image .viwe:before {
 position: absolute;
 transform: translate(150%, 10%);
}
.home-blue .iz-continent-items .text-image .maker {
 padding-right: 20px;
}
.home-blue .iz-continent-items .text-image .maker::before {
 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.254' height='10.442' viewBox='0 0 5.254 10.442'%3E%3Cpath id='arrow-ios-forward-outline' d='M18.005,17.9a.744.744,0,0,0,.573-1.221l-3.334-3.989,3.215-4a.761.761,0,1,0-1.2-.938l-3.595,4.465a.744.744,0,0,0,0,.945l3.721,4.465a.744.744,0,0,0,.618.268Z' transform='translate(-13.497 -7.456)'/%3E%3C/svg%3E%0A");
 margin-left: 5px;
 position: absolute;
 left: 10px;
 border-right: 1px solid #000;
 padding-right: 10px;
}
.home-blue .iz-cats-arrow.button-next {
 position: absolute;
 right: -60px;
}
.home-blue .iz-cats-arrow.button-prev {
 transform: rotate(180deg);
}
.home-blue .iz-continent-baner .arrows {
 position: absolute;
 right: -70px;
 bottom: 0;
}
.home-blue .iz-continent-baner .arrows .iz-cats-arrow {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Cg id='Path_1273' data-name='Path 1273' fill='rgba(152,147,147,0.34)'%3E%3Cpath d='M29,0A29,29,0,1,0,58,29,29,29,0,0,0,29,0Z' stroke='none'/%3E%3Cpath d='M 29 1 C 25.21958160400391 1 21.55278015136719 1.740180969238281 18.1014404296875 3.199970245361328 C 14.76734161376953 4.61016845703125 11.77280044555664 6.629219055175781 9.201011657714844 9.201011657714844 C 6.629219055175781 11.77280044555664 4.61016845703125 14.76734161376953 3.199970245361328 18.1014404296875 C 1.740180969238281 21.55278015136719 1 25.21958160400391 1 29 C 1 32.78041839599609 1.740180969238281 36.44721984863281 3.199970245361328 39.8985595703125 C 4.61016845703125 43.23265838623047 6.629219055175781 46.22719955444336 9.201011657714844 48.79898834228516 C 11.77280044555664 51.37078094482422 14.76734161376953 53.38983154296875 18.1014404296875 54.80002975463867 C 21.55278015136719 56.25981903076172 25.21958160400391 57 29 57 C 32.78041839599609 57 36.44721984863281 56.25981903076172 39.8985595703125 54.80002975463867 C 43.23265838623047 53.38983154296875 46.22719955444336 51.37078094482422 48.79898834228516 48.79898834228516 C 51.37078094482422 46.22719955444336 53.38983154296875 43.23265838623047 54.80002975463867 39.8985595703125 C 56.25981903076172 36.44721984863281 57 32.78041839599609 57 29 C 57 25.21958160400391 56.25981903076172 21.55278015136719 54.80002975463867 18.1014404296875 C 53.38983154296875 14.76734161376953 51.37078094482422 11.77280044555664 48.79898834228516 9.201011657714844 C 46.22719955444336 6.629219055175781 43.23265838623047 4.61016845703125 39.8985595703125 3.199970245361328 C 36.44721984863281 1.740180969238281 32.78041839599609 1 29 1 M 29 0 C 45.01625823974609 0 58 12.98374176025391 58 29 C 58 45.01625823974609 45.01625823974609 58 29 58 C 12.98374176025391 58 0 45.01625823974609 0 29 C 0 12.98374176025391 12.98374176025391 0 29 0 Z' stroke='none' fill='rgba(152,147,147,0.43)'/%3E%3C/g%3E%3Cpath id='arrow-ios-forward-outline' d='M14.245,17.933a.747.747,0,0,1-.575-1.225l3.346-4L13.79,8.7a.763.763,0,1,1,1.2-.941L18.6,12.235a.747.747,0,0,1,0,.948l-3.734,4.481a.747.747,0,0,1-.62.269Z' transform='translate(13.456 16.544)' fill='%23989393'/%3E%3C/svg%3E%0A");
}
}
 .iz-introduce-mobile {display:none;}

@media only screen and (max-width: 767px) and (max-width: 767px) {
.home-blue .iz-continent-baner {
 flex-direction: column;
 /* padding-top: 0; */
}
 
.home-blue .iz-continent-baner:before {
 transform: rotate(-90deg);
 top: 8px;
}
.home-blue .iz-introduce {
 margin-bottom: 30px;
}
  .iz-introduce-mobile a {color:#fff}
 .iz-introduce-mobile {display:block;color: #fff;padding-bottom: 30px;}
.home-blue .iz-continent-items .text-image {
 width: 100%;
 display: flex;
}
.home-blue .iz-continent-items {
 width: 80vw !important;
 margin-left: 26px;
 overflow: visible !important;
}
.home-blue .homeproducts .swiper-wrapper {
 overflow-x: auto;
}
.home-blue .iz-continent-items .text-image {
 /* position: absolute; */
 bottom: 0;
 width: 100%;
 height: 66px;
 /* background: #ffa40b; */
 border-radius: 20px;
 justify-content: space-between;
 align-items: center;
 transition: 0.2s;
 transform: translate(0px, 0) !important;
}
}
@media only screen and (max-width: 767px) {
.home-blue .iz-continent-items.InMobile__Brands a {
 width: 300px;
 display: block;
 color: #000;
}
}
.home-blue .iz-introduce {
/* display: flex; */
flex-direction: column;
}
.home-blue .iz-introduce .image-bottom {
   display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end;
}
.home-blue .offers-show-all {
background: #fff;
border-radius: var(--b-radius-5);
margin-left: 50px;
height: 46px;
line-height: 46px;
padding: 0 20px 0 0;
display: flex;
}
.home-blue .offers-show-all .more {
color: #000;
}
.home-blue .offers-show-all:after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.391' height='16.788' viewBox='0 0 15.391 16.788'%3E%3Cg id='arrow-bar-left' transform='translate(0 0)'%3E%3Cpath id='Path_51' data-name='Path 51' d='M9.89,10.329a.7.7,0,0,0-.99,0l-4.2,4.2a.7.7,0,0,0,0,.99l4.2,4.2a.7.7,0,0,0,.99-.99l-3.7-3.7,3.7-3.7a.7.7,0,0,0,0-.99Z' transform='translate(-4.498 -6.627)' fill='%231d1d1b' fill-rule='evenodd'/%3E%3Cpath id='Path_52' data-name='Path 52' d='M16.117,12.894a.7.7,0,0,0-.7-.7H6.324a.7.7,0,1,0,0,1.4h9.093A.7.7,0,0,0,16.117,12.894Zm3.5,8.394a.7.7,0,0,1-.7-.7V5.2a.7.7,0,0,1,1.4,0V20.588A.7.7,0,0,1,19.615,21.288Z' transform='translate(-4.924 -4.5)' fill='%231d1d1b' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
width: 46px;
/* background: #F9F9F9; */
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
border-radius: 10px 0 0 10px;
margin-right: 27px;
line-height: 1;
}
.home-blue .iz-cats-arrow.swiper-button-disabled {
/* opacity: 0.7; */
background: url(/portals/0/svg/arrow-ios-downward-fill-white.svg) no-repeat center center #000 !important;
cursor: unset;
}
.home-blue .customlistplaceholder {
display: flex;
justify-content: center;
}
.home-blue .iz-continent-items:hover .text-image {
/* background: #2F2B46; */
}
.home-blue .iz-continent-items:hover .text-image .maker {
/* color: #fef7f1; */
}
.home-blue .iz-continent-items {
border-radius: 10px;
position: relative;
transition: all 0.5s ease-in-out;
overflow: hidden;
}
.home-blue .infobox {
direction: rtl;
padding: 10px 15px;
}
.home-blue .infobox .title {/* font-weight:bold; */color:#000}
.home-blue .pricesection .cost {
justify-content: flex-end;
display: flex;
padding-top: 15px;
font-size:15px;
}
.home-blue .pricesection .cost .unit{
padding-right: 5px;
font-size:12px;
display: flex;
align-items: flex-end;
}
.home-blue .moduletitle {
 display: flex;
 justify-content: center;
 margin-bottom: 40px;
 font-size:18px;
 font-weight:bold
}
.home-blue .iz-continent-items .text-image .attbasketsection {
 display: flex;
 background: var(--accent-color2);
 border-radius: var(--b-radius-5);
 justify-content: flex-end;
 white-space: nowrap;
 padding-right: 7px;
 border-right: 5px solid #fff;
 overflow: hidden;
 width: 43px;
 justify-content: center;
 align-items: center;
 height: 43px;
 padding: 22px;
}
.home-blue .pricesection {
color: #2F2B46;
}
.items{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}