@font-face {
  font-family: Cereal;
  src: url(/catalog/view/assets/fonts/Cereal.woff2);
}
.leaflet-control-attribution {
    display: none;
}
body {
  font-family: Cereal;
  font-weight: 100;
}
#alert {
    z-index: 9999999999999;
}
#alert .alert-success {
    background:#58ee58;  
    color: #fff;
    padding: 12px;
}
#alert .alert-danger {
    background:red;  
    color: #fff;
    padding: 12px;
}
.socials a {
  transition: all 0.3s ease-in-out;
}
.socials a:hover {
  opacity: 1;
  color: red;
}
#search {
  outline: none;
  border-radius: 25px;
  border: 1px solid #3333;
  padding: 4px 20px 4px 40px;
}
.searchBox {
  position: relative;
}
.searchBox label {
  position: absolute;
  left: 15px;
  top: 10px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.mainMenu {
  font-size: 15px;
}
.mainMenu>li {
    white-space: nowrap;
} 
.mainMenu>li>a {
  transition: all 0.3s ease-in-out;
}
.mainMenu>li>a:hover {
  opacity: 0.5;
}
.category {
    background-image: url(../img/bg-section.svg);
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background-size: cover;
}
.category h4 {
  font-size: 20px;
  font-weight: 400;
}
.categoryTexts {
  bottom: 10%;
}
.categoryTexts span {
  color: #e39080;
}
.categoryTexts svg {
  transition: all 0.3s ease-in-out;
}
.category:hover .categoryTexts svg {
  margin-left: 15px;
}
.discountlyProduct {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.discPrPhoto {
  top: -40%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.discountlyProduct:hover .discPrPhoto {
  top: -50%;
}
.discountProducts .rate {
  top: 0;
  right: -10px;
}
.discountProducts[data-category-name="Kids"] {
    padding-bottom: 30px;
}
header{
    top:0px; 
    transition: all .3s ease-in-out;
    z-index: 999999999;
}
header.customBlur {
  /*backdrop-filter: blur(10px);*/
    background-color: #fff;
    box-shadow: 0px 0px 10px #3333;
}
.swiper {
  width: 100%;
  height: 100%;
}

/*slideshow*/

#sliderWrapper {
    background-color: #f3f3f3;
    height: 600px;
    border-radius: 35px;
    width: 100%;
    margin: auto;
}
.sliderName.active {
    opacity: 1;
}
.sliderNamesWrapper {
    top: 50%;
    left: 32px;
    transform: translate(0%,-50%);
}
.sliderName {
    line-height: 170% !important;
}
#storeName {
    display: flex;
    gap: 30px;
    animation: RightToLeft 10s infinite linear;
}
@keyframes RightToLeft {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);    
    }
}
.sliderArrowWrapper span {
    cursor: pointer;
}
.sliderArrowLeft img{
    transform: rotate(180deg);
}
.sliderArrowWrapper img{
    width: 50%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease-in-out;
}
.sliderArrowWrapper span:hover img {
    opacity: 1;
}
.sliderPhoto {
    position: absolute;
    top: 60%;
    left: 40%;
    transition: transform 0.5s ease;
    height: 400px;
    width: 400px;
}
.sliderPhoto figure {
    width: 100%;
    height: 100%;
    transform: rotate(120deg) scale(1, -1) translate(-50%, -50%);
}
.sliderPhoto figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ovr {
    mix-blend-mode:screen;
    -webkit-text-stroke: 1px #fff;
    font-family: sans-serif;
}
.productsPhotoWrapper {
    mix-blend-mode:multiply;
}
.sliderInfo {
    position: absolute;
    bottom: 20%;
    font-size: 17px;
    visibility: hidden;
    opacity: 0;
    width: 250px;
    text-align: justify;
    right: 3%;
    overflow: hidden;
    height: 90px;
    transition: all .3s ease-in-out;
}
#sliderShoppingButton img {
    opacity: 0;
    filter: invert(1);
    transition: all .3s ease-in-out;
}
#sliderShoppingButton {
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 10px #3333;
    width: 155px;
    white-space: nowrap;
}
#sliderShoppingButton:hover {
    background-color: #000;
    color: #fff;
    width: 190px;
}
#sliderShoppingButton:hover img{
   opacity: 1;
}
.productsPhotoWrapper>span {
    color: #000;
}




/* blogs */

#blogs {
  background-color: #fcf9f9;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
#blogs .swiper-role-buttons {
  width: 56px;
  height: 56px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  top: 65%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blogs .swiper-role-buttons {
  font-size: 20px;
}
.blogPhoto {
  width: 252px;
  height: 252px;
  border-radius: 50%;
  background: linear-gradient(218.91deg, #f4c8c0 13.99%, #c46060 83.63%);
  overflow: hidden;
}
.blogPhoto img {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
}
.blogTexts p {
  font-size: 17px;
  margin: 6px 0 18px;
}
#blogs .swiper-slide a {
  & * {
    transition: all 0.3s ease-in-out;
  }
}
#blogs .swiper-slide a:hover svg {
  margin-left: 16px;
}

/* followus */
#followUsWrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 15px;
  height: 832px;
  overflow: hidden;
}
#followUsWrapper .followUsItem:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
#followUsWrapper .followUsItem:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
#followUsWrapper .followUsItem:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
}
#followUsWrapper .followUsItem:nth-child(4) {
  grid-area: 1 / 5 / 2 / 6;
}
#followUsWrapper .followUsItem:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}
#followUsWrapper .followUsItem:nth-child(6) {
  grid-area: 3 / 1 / 4 / 2;
}
#followUsWrapper .followUsItem:nth-child(7) {
  grid-area: 3 / 2 / 4 / 3;
}
#followUsWrapper .followUsItem:nth-child(8) {
  grid-area: 3 / 3 / 4 / 4;
}
#followUsWrapper .followUsItem:nth-child(9) {
  grid-area: 2 / 4 / 4 / 6;
}
#followUsWrapper img,
#followUsWrapper a,
#followUsWrapper figure {
  display: inline-block;
  height: 100%;
}
.itemWidget {
  position: relative;
}
.itemWidget .icon {
  position: absolute;
  width: 8%;
  height: 8%;
  top: 15px;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.itemWidget .albumsIcon {
  background-image: url(/catalog/view/assets/img/albums.svg);
}
.itemWidget .videoIcon {
  background-image: url(/catalog/view/assets/img/video.svg);
}
.itemWidget .imageIcon {
  background-image: url(/catalog/view/assets/img/photo.png);
  filter: invert(1);
  width: 10%;
  height: 10%;
}
.followItemOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0005;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.itemWidget:hover .followItemOverlay {
  opacity: 1;
}

#followUsWrapper .followUsItem {
  max-width: 100%;
}
.countWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.countWrapper span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.countWrapper span::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  filter: invert(1);
}
.countWrapper .likeCountsAlbum::before {
  background: url("/catalog/view/assets/img/like.svg") center/cover no-repeat;
}

.commentCountsAlbum::before {
  background: url("/catalog/view/assets/img/comment.svg") center/cover no-repeat;
}

/* call to action */
#callToAction {
  background-color: #898989;
  color: #fff;
}
.formCallToAction {
  display: flex;
  align-items: center;
}
.formCallToAction input {
  border: 1px solid #e2e2e2;
  padding: 15px;
  height: 50px;
  outline: none;
  color: #000;
}
.formCallToAction button {
  background: #1d1d1d;
  color: #f4f3f1;
  padding-inline: 40px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.formCallToAction button:hover {
  background-color: #e9e9e9;
  color: #000;
}
/* footer */
footer ul li {
  margin-bottom: 15px;
  font-weight: 400;
}
footer ul li a {
  transition: all 0.3s ease-in-out;
}
footer ul li a:hover {
  opacity: 0.5;
}
.footerWrapper > div:nth-child(1) {
  width: 23%;
  border-right: 1px solid #0002;
  padding-right: 110px;
}
.footerWrapper > div:nth-child(2) {
  width: 100%;
}
.footerWrapper > div:nth-child(3) {
  width: 33%;
  border-left: 1px solid #0002;
  padding-left: 90px;
}
.footerSocialsMedia ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footerSocialsMedia ul li {
  margin: 0px;
}
.footerSocialsMedia ul li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0px;
}
.itemWidget .lightDescription {
  display: none;
}
.gslide-media.gslide-image {
  height: 600px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  position: relative;
}
.gslide-media.gslide-image img {
  height: 100%;
}
.gslide-title {
  font-weight: 600 !important;
}
.gslide-desc {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333 !important;
  overflow-wrap: break-word;
  overflow-y: auto;
  font-family: Cereal !important;
}
.gslideButton {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 30px;
  background: #3335;
  border-radius: 50%;
  height: 30px;
  font-size: 16px;
}
.buttonPrev {
  left: 20px;
}
.buttonNext {
  right: 20px;
}

/* innerProduct */
.productPhoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productPhoto {
  box-shadow: 0px 0px 1px #333;
  border-radius: 5px;
  padding: 25px;
  height: 440px;
}
.productAbout h1 {
  line-height: 31px;
  /*margin: 20px 0 11px;*/
}
.productAbout h4 {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #2b2b2b;
}
.counterButton {
  width: 30px;
  height: 30px;
  background-color: #3333;
  border-radius: 50%;
  cursor: pointer;
}
.neworold {
  background: #7db697;
  color: #fff;
  border-radius: 5px;
  padding: 3px 13px;
  font-size: 10px;
}
.innerProductSpecials {
  padding-bottom: 20px;
  border-bottom: 1px solid #3333;
}
.priceProduct {
  font-size: 28px;
  line-height: 1.1;
  color: #2a2a2a;
}
.addBasket {
  line-height: 15px;
  padding: 13px 60px;
  color: #ffffff;
  background: #7db697;
  border-radius: 30px;
  transition: all 0.3s;
  cursor: pointer;
}
.addBasket:hover {
  background: #fff;
  color: #7db697;
  box-shadow: 0px 0px 2px #7db697;
}
.addFavory {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #7db697;
  padding: 10px 9px;
  margin-left: 10px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}
.addFavory .active {
  display: none;
}
.addFavory:hover .main {
  display: none;
}
.addFavory:hover .active {
  display: block;
}
.productDescription h2 {
  border-bottom: 2px solid green;
}
.productDescriptionTexts {
  padding: 40px 30px;
  background: #f3f9f6;
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.5;
  color: #2A2A2A;
  font-size: 16px;
}

/*for woman*/
.productsSwiper .swiper-slide:hover .discPrPhoto {
    top: -50%;
}
.favory {
    z-index: 999;
}
.productsSwiper div[role="button"] {
    background: #3335;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.productsSwiper div[role="button"]::after {
    font-size: 20px;
    color: #fff;
}


/*account register succes*/
.account_list {
    box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
}
.account_list ul li {
        padding: 5px 10px;
        transition: all .3s ease-in-out
}
.account_list ul li:hover {
    color: #fff;
    background: #c30c4c;
}
.account_inner li {
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    background: #f3f0f0;
    font-size: 13px;
}

/*reward points*/
.account_order table {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 600px;
}
.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}
.account_order table thead tr td {
    color: #c30c4c;
    font-size: 14px;
    text-align: center;
}
.account_order table td {
    white-space: nowrap;
    padding: 10px 12px; 
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

/*product size check*/

#c-size  .custom-checkbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

#c-size  .custom-checkbox input {
    min-width: 5rem;
    height: 2rem;
    padding: 0 .25rem;
    position: relative;
    appearance: none;
    border: 1px solid #a19486;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#c-size .custom-checkbox input:hover {
    background: #000;
}
#c-size  .custom-checkbox span {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    pointer-events: none;
}
#c-size  .custom-checkbox input:checked {
    background: #000;
}
#c-size  .custom-checkbox input:hover~span{
    color: #fff;
}
#c-size  .custom-checkbox input:checked~span{
    color: #fff;
}

/*product fancybox*/

.thumbsSwiperProduct img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumbsSwiperProduct {
    height: 400px;
    border: 1px solid #3333;
    border-radius: 5px;
    margin-bottom: 20px;
    /*width: 80%;*/
}
.productPhotoSwiper .swiper-slide {
    cursor: pointer;
    border: 1px solid #3336;   
    background: #3331;
}
.productPhotoSwiper .swiper-slide.active {
    border: 1px solid #333;
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    border: none !important;
}
.productPhotoSwiper{
    height: 60px;
}
.productPhotoSwiper  img {
    object-fit: contain;
}

/*contact page*/
  #mapSearch {
    border-bottom: 2px solid #000;
  }
  .mapsContainer {
    height: 600px;
  }
  .selectRegion {
    border-bottom: 1px solid #000;
    cursor: pointer;
  }
  .currentLocate {
    border: 1px solid #000;
    padding: 8px 50px;
    cursor: pointer;
  }
  .allRegionsLocations li:not(.storeLocate li) {
    border-bottom: 1px solid;
  }
  .getLocateStore {
    border-bottom: 1px solid #000;
  }
  .gender span {
    box-shadow: 0px 0px 1px #333;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  address {
    font-style: normal;
    font-size: 14px;
  }
  .allRegionsLocations {
    height: 300px;
    overflow-y: scroll;
  }
  .locateStore{
    cursor: pointer;
  }
  #selectAllRegionsOptions {
    display: none;
    line-height: 36px;
    top: 105%;
  }
  #selectAllRegionsOptions li {
    transition: all .3s ease-in-out;
    padding: 12px 8px;
  }
  #selectAllRegionsOptions li:hover {
    background-color: #000;
    color: #fff;
  }
  #selectAllRegionsOptions.active {
    display: block;
  }


/*inner product zoom photo*/
#mainPhoto {
    position: relative;
    border: 1px solid #3333;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 400px;
    width: 100%;
    cursor: zoom-in;
}
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}
.zoom img {
	display: block;
	background: #fff;
}
.zoom img::selection { background-color: transparent; }

#product-all-photos {
    display: flex;
    flex-direction: row-reverse;
}
#anotherPhotosWrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
}
#anotherPhotosWrapper li {
    width: 70px;
    border: 1px solid #3333;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#c-colors input {
    min-width: 2rem;
    height: 2rem;
    padding: 0 .25rem;
    position: relative;
    appearance: none;
    border: 1px solid #a19486;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#c-colors input:checked {
    border-radius: 50%;
}

.favButton.favoried {
    fill:red
}

.main-cart {
    right: -200%;
}
.main-cart, .left-categories {
    background-color: white;
    max-width: 100vh;
    width: 600px;
    position: fixed;
    top: 0;
    z-index: 10000;
    padding: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cart-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid black;
    padding: 10px 0;
    font-size: 20px;
    height: 10vh;
}
.cart-close {
    cursor: pointer;
}
.header__icons i {
    color: #999999;
    font-size: 25px;
}
.cart-main {
    padding: 10px 0;
    height: 70vh;
    overflow-y: auto;
}
.cart-footer {
    height: 20vh;
}
.cart-footer {
    border-top: 2px solid black;
}
.cart-footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-footer-title {
    font-size: 18px;
    padding: 10px 0;
}
.cart-submit button {
    width: 100%;
    padding: 8px;
    border: none;
    background-color: black;
    color: white;
}
.main-cart.active {
    right: 0;
}
.cart-overlay.overlay-active {
    opacity: 1;
    visibility: visible;
}
#header-cart .btn-lg span {
    color: white;
    width: 18px;
    height: 18px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: black;
    border-radius: 50%;
    top: 0;
    right: -10px;
}


.counting input::-webkit-outer-spin-button,
.counting input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.counting input[type=number] {
  -moz-appearance: textfield;
}
.productCounter {
    width: 40px;
    outline: none;  
    text-align: center;
}

/*catalogmenu*/

.catalogMenu {
    top: 0%;
    left: -200%;
    transition: all .3s ease-in-out;
    z-index: 99999;
}
.catalogMenu.active {
    left: 0%;
}
.catalogDropItem {
    position: relative;
}
.catalogDropItem>span,
.catalogDropItem>a{
    transition: all .3s ease-in-out;
    color: #b1b1b1;
}
.catalogDropItem>span:hover,
.catalogDropItem>a:hover{
    color: #000;
}
.catalogDropItem::before {
    content: "";
    position: absolute;
    left:-40px;
    opacity: 0;
    transition: all .3s ease-in-out;
    top:0;
    width: 3px;
    height: 25px;
    background: red;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.catalogDropItem.active::before {
    opacity: 1;
}
.catalogDropItem.active>span,
.catalogDropItem.active>a{
    color: red;
}
.subCategoryMenu {
    display: none;
}
.subCategoryMenu.active {
    display: block;
}
.reg-or-log-wrapper {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 10px #3333;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}
.reg-or-log-wrapper.active {
    opacity: 1;
    visibility: visible;
}
.reg-or-log-wrapper li {
    transition: all .3s ease-in-out;
}
.reg-or-log-wrapper li:hover {
    background: red;
    color: #fff;
}
.userPhoto {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden
}
.userPhoto img {
    width: 100%;
    object-fit: cover;
}
.review-text {
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.review-card-bottom--more {
    text-decoration: underline;
    cursor: pointer;
}
.review-text.active {
   display: block; 
}

/*new card thumb*/

.card {
  position: relative;
  filter: drop-shadow(0 0 10px #0003);
}
.card-top {
  position: relative;
}
.card-image-with-svg-mask {
    height: 300px;
    position: relative;
    background: #fff;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
}

.card-image-with-svg-mask {
  -webkit-mask: url("/catalog/view/assets/img/top-center.png") center / contain no-repeat,
    linear-gradient(#000000, #000000);
  mask-size: 15rem;
  mask-position: 50% -20%;
  mask-composite: exclude;
}

.price {
  position: absolute;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #0006;
}

.top-center {
  width: 150px;
  height: 35px;
  top: -3%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.top-center .text {
  font-size: 15px;
}
.new-or-disc {
  position: absolute;
  top: 50px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;
  padding: 5px 14px;
  border-radius: 5px;
}
  
.card-photo {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 75%;
  object-fit: contain;
}
.favoryProduct {
  position: absolute;
  right: -5px;
  top: 0px;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #3334;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease-in-out
}
.favoryProduct:hover {
    background: red;
    color: #fff;
}
.favoryProduct.faved {
    background: red;
    color: #fff;
}
.card-bottom {
  position: relative;
}
.card-bottom-mask-basket {
    padding: 20px;
    margin-top: 15px;
    background-color: #fff;
    height: 110px;
    position: relative;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.card-bottom-mask-basket {
  -webkit-mask: url("/catalog/view/assets/img/mask5.png") center / contain no-repeat,
    linear-gradient(#000000, #000000);
  mask-size: 10rem;
  mask-position: 45% 100%;
  mask-composite: exclude;
}
.card-title {
  font-size: 15px;
  font-weight: 600;
  width: 90%;
  color: #333;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-description {
  font-size: 17px;
  color: #333;
  display: flex;
  line-height: 150%;
  position: absolute;
  top: 35%;
  width: 100%;
  justify-content: space-evenly;
}
.card-description > div {
  display: flex;
  flex-direction: column;
}
.add-to-basket {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #3333;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
  color: #4d4d4d;
  transition: all 0.2s ease-in-out;
}
.add-to-basket:hover {
    bottom: -25px;
    padding: 10px 40px;
    background: #00022E ;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .sliderPhoto {
        top: 45%;
    }
    body {
        overflow-x: hidden;
    }
  #followUsWrapper {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .footerWrapper > div:nth-child(1) {
    width: 100%;
    border-right: none;
    padding-right: 0px;
  }
  .footerWrapper > div:nth-child(2) {
    width: 100%;
  }
  .footerWrapper > div:nth-child(3) {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }
  .productPhoto {
    height: 250px;
  }
}
