yo/*--------------------------------------------------------------
  Template Name: Uniqlo-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Uniqlo is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.1
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/



#popUpRegister{
  transition: opacity 1s;
}
#popUpRegister > div{
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
}
#popUpRegister .bg-grey{
  width: 100vw;
  height: 100vh;
  background: gray;
  opacity: .5;
}
#popUpRegister > div > .main{
  position: absolute;
  left: 51.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  z-index: 100;
  color: #363636;
}
#popUpRegister > div > .main h2{
  font-size: 29px;
}
#popUpRegister > div > .main input{
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}
#popUpRegister > div > .main button{
  background: #363636 0% 0% no-repeat padding-box;
  color: #fff;
  width: 100%;
  padding: 15px;
  text-align: center;
  border: #363636;
  margin-top: 10px;
  margin-bottom: 10px;
}
#popUpRegister .close{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
}
@media (min-width: 992px) {
  #popUpRegister > div > .main{
      width: 100%;
  }
}

@media (max-width: 991px) {
  #popUpRegister > div > .main{
    width: 80vw;
  }
  #popUpRegister .foto{
      height: 300px;
  }
  #popUpRegister > div > .main .foto img{
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
}

@media (max-width: 991px) {
  #popUpRegister > div > .main{
    width: 100vw;
  }
  #popUpRegister .foto{
      height: 250px;
  }
  #popUpRegister .content{
    height: calc(100vh - 250px);
  }
  #popUpRegister .close{
    color: #fff;
  }
}


@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
}

::selection{
  background: #73858d;
}

.ft__logo img{
  max-width: 150px;
}

#sticky-header-with-topbar > .container{
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-bellet{
  color: #73858d;
  /* color: #444444; */
}

.btn.btn-primary{
  background: #73858d;
  color: #fff;
  border: 0;
}

.btn.btn-primary:hover{
  background: #556268;
}

.mean-container a.meanmenu-reveal{
  border: none;
}
.search__area{ 
  display: block;
}
.pro__dtl__color ul li{
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
.pro__dtl__color ul li.red{
  background: #000;
}
.pro__dtl__color ul li.blue{
  background: #ca0101;
}
.pro__dtl__color ul li.perpal{
  background: #0101b3;
}
.pro__dtl__color ul li.yellow{
  background: #ffdc6b;
}
.correlati div span{
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
  background: #000;
}
.cont > div{
  display: none;
}
.cont > div.active{
  display: block;
}

.sidebar__list_color{
  display: flex;
  flex-wrap: wrap;
}
.sidebar__list_color li{
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 12px;
}

.slick-prev:before, .slick-next:before{
  color: #73858d;
}

.mean-container a.meanmenu-reveal span{
  background: #999999 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin-top: 4px;
}

.mean-container a.meanmenu-reveal.meanclose{
  color: #999999
}

.wrapper{
  min-height: calc(100vh - 312px);
  position: relative;
  z-index: 2147483650;
}

.register button{
  border: 1px solid #73858d;
  border-radius: 0;
  color: #000;
}
.register button:hover{
  background: inherit;
}
.register button:focus{
  box-shadow: none;
}
.register button.active::after{
  width: 10px;
  height: 10px;
  background: red;
}
.register .form-group input{
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ordini table tbody tr{
  cursor: pointer;
}

.dettaglio .title p, .dettaglio .title{
  font-weight: bold;
}

.dettaglio .item{
  display: flex;
  border-bottom: 1px solid #495057;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.dettaglio .item:last-of-type{
  margin-bottom: 0;
  border-bottom: none;
}

.dettaglio .item div{
  margin-left: 10px;
}

.dettaglio .item img{
  height: 160px;
  width: 120px;
  object-fit: cover;
}

.dettaglio .item div h3{
  font-weight: bold;
  margin-bottom: 4px;
}

.dettaglio .item div span{
  /* color: #6f6f6f; */
  border-bottom: 4px;
  display: block;
}

.dettaglio .item div a{
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  color: #73858d;
}

.textarea{
  width: 100%;
  display: block;
}

.agent_seller .head{
  margin-bottom: 10px;
}

.agent_seller .body{
  margin-bottom: 30px;
  flex-direction: column;
  overflow: auto;
}

.agent_seller .head, .agent_seller .body{
  display: flex;
}

.agent_seller .head .color, .agent_seller .body .color{
  width: 120px;
  text-align: center;
}

.agent_seller .body .rowItem .bd{
  height: 40px;
  display: flex;
  margin-bottom: 25px;
}

.agent_seller .body .rowItem .ft{
  display: flex;
}

.agent_seller .body .rowItem  .bd> div {
    height: 100%;
}

.agent_seller .body .rowItem .bd input{
  font-size: 20px;
}

.agent_seller .body .rowItem .bd .color{
  text-align: center;
  line-height: 40px;
  border-top-left-radius: .5em;
  border-bottom-left-radius: .5em;
  border: 1px solid #73858d;
  border-right: 1px solid #73858d;
}

.agent_seller .body .rowItem.tt .bd div, .agent_seller .body .rowItem.tt .bd input{
  background: #d4d4d4;
  border-color: #fff;
}

.agent_seller .body .rowItem.tt .bd .color{
  border-right: 1px solid #fff;
  color: #fff;
  border-color: #fff;
}

.agent_seller .body .bd .tot{
  background: #d4d4d4;
  min-width: 50px;
  width: 50px;
  height: 40px;
  border-bottom-right-radius: .5em;
  border-top-right-radius: .5em;
  border: 1px solid #73858d;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.agent_seller .body .bd .tot input{
    text-align: center;
    border: none;
    background-color: transparent !important;
}

.agent_seller .body .tot p{
  line-height: 40px;
  text-align: center;
}

.agent_seller .size{
  min-width: 55px;
  width: 55px;
  text-align: center;
}

.agent_seller .head .color{
  border: 1px solid #000;
  font-weight: bold;
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
  width: 100px;
  min-width: 100px;
}

.agent_seller .head .tot{
  border: 1px solid #000;
  border-left: none;
  font-weight: bold;
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
}

.agent_seller .head .size{
  border: 1px solid #000;
  border-left: 0;
  font-weight: bold;
}

.agent_seller .body .bd .size{
  border-top: 1px solid #73858d;
  border-bottom: 1px solid #73858d;
}

.agent_seller .body .size input{
  height: 100%;
  border: 0;
  text-align: center;
  /* border-right: 1px solid #dddddd; */
  border-right: 1px solid #73858d;
  width: 100%;
}

.agent_seller .body .size:last-of-type input{
  border-right: none;
}

.agent_seller .body .bd .size .availability label:first-of-type{
  border-right: 1px solid #73858d;
  display: block;
}

.agent_seller .body .bd .size:nth-of-type(5) .availability label:first-of-type{
  /* border-right: 0; */
}

@media (min-width: 992px){
  .width-md-100{
    width: 100%;
  }
}

.agent_seller .body div .availability{
  height: 20px;
  width: 100%;
  /* border-right: 1px solid #73858d;
  border-top: 1px solid #73858d; */
}

.agent_seller .body .size:last-of-type .availability{
  border-right: 0;
}

.agent_seller .body .size .availability p{
  line-height: 20px;
}

.product__details .brand h2{
  font-family: 'NotoSans';
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.filterTitle h4 .ti-angle-down{
  transform: rotate(180deg);
}

.filterTitle h4.collapsed .ti-angle-down{
  transform: rotate(0deg);
}

.filterTitle .section-title-4{
  justify-content: space-between;
}

.addCart a{
  background: red;
}

.off__soaial__link li a i{
  font-size: 20px;
}

.filter_res{
  background: #eeeeee none repeat scroll 0 0;
  box-shadow: 0 0 85px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.25s ease 0s;
  width: 90%;
  z-index: 2147483650;
  max-width: 425px;
}

.filter_res.active{
  opacity: 1;
  right: 0;
}

.filter_res_inner {
  padding: 102px 50px;
}

.filter_res_close_btn{
  background-color: #eee;
  padding: 21px 50px 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.filter_res_close_btn a i{
  color: #666666;
  font-size: 36px;
  transition: all 0.3s ease 0s;
}

#filter_res{
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  bottom: 85px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 63px;
  position: fixed;
  right: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  z-index: 200;
  background: #cfcecc none repeat scroll 0 0;
  display: none;
  opacity: 0;
}

#filter_res.active{
  z-index: 2147483647;
}

#filter_res i{
  color: #fff;
  font-size: 22px;
  transform: translateY(-3px);
}

.filterGroup a:not(:first-of-type){
  margin-left: 20px;
}

.filterGroup a:hover{
  cursor: pointer;
  color: #ff4136 !important;
}

.accordion-slider{
  display: flex;
  justify-content: center;
}

.accordion-slider a{
  position: relative;
}

.accordion-slider div{
  width: 100%;
}

.newsletter-form {
  display: flex;
}

.newsletter-form__input {
  border: 1px solid #eeeeee;
  background-color: #f6f6f6;
  height: 65px;
  width: 100%;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.newsletter-form__submit {
  height: 65px;
  width: 199px;
  text-align: center;
  text-transform: uppercase;
  border-width: 0px;
  cursor: pointer;
  background-color: #c2080f;
  color: #fff;
}

.product__details > h2 a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.wrapper{
  /* min-height: calc(100vh - 312px); */
  min-height: calc(100vh - 250px);
  position: relative;
}

.bannerR{
  background: #73858d;
  margin-bottom: 20px;
}

.bannerR p{
  color: #fff;
  padding: 8px 15px;
}

.pro__thumb a .d2{
  display: none;
}

.pro__thumb a:hover .d1{
  display: none;
}

.pro__thumb a:hover .d2{
  display: block;
}

.colorAnon, .sizeAnon{
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.colorAnon div{
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.sizeAnon div{
  margin-left: 10px;
}
.sizeAnon div p{
  display: flex;
}
.sizeAnon div:not(:last-of-type) p::after{
  content: "/";
  display: block;
  margin-left: 10px;
}
.iDetail h6{
  margin-right: 25px;
  width:180px;
}

.pDet h6{
  width: 180px;
  margin-right: 15px;
}

.lang{
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang li{
  padding: 5px 10px !important;
  border: 1px solid #73858d;
}

.lang li.active{
  background: #73858d;
}

.lang li.active a{
  color: #fff;
}

.lang li:first-of-type{
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.lang li:last-of-type{
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.bgHome {
    max-height: 1080px;
    height: 100vh;
    width: 100vw;
    background: url("../../img/nFoto/Top.jpg");
    background-size: cover;
    /* background-position: ; */
    /* position: absolute;
  top: 0; */
    /* filter: opacity(.5); */
    position: relative;
}

.bgHome a{
  color: #fff;
}

.subscribe__btn{
  z-index: 0;
}

.badgeCart{
  background: #73858d;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badgeCart p{
  color: #fff;
}

.remove__btn a i{
  color: #73858d;
}

#shopKeerOrdersBadge {
    background: #ff9900 !important;
}

.shp__pro__details .shp__price, .shoping__total .total__price{
  color:#303030;
}

.agent_seller .head .tot{
  min-width: 50px;
  width: 50px;
}

.agent_seller .body .rowItem .bd .color{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  min-width: 100px;
}

.agent_seller .body .rowItem .bd .color span{
  max-width: 70px;
  width: 100%;
  display: block;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search__area .search__inner form button:hover{
  background:#73858d;
}

.agent_seller .tot input{
  width: 50px;
  padding-left: 0 !important;
}

@media (max-width: 425px){
  .agent_seller .tot input{
    width: 35px;
    padding-left: 0 !important;
  }
}

@media (max-width: 991px){
  .bgHome{
    background: url("../../img/nFoto/Home_Header.jpg");
    background-position-x: 32%;
    background-size: cover;
  }
  .bgHome > div > div{
    position: absolute;
    top: 60% !important;
  }
}

.bgHome > div > div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.serviceHome{
  background: url("../../img/Risorsa10.png");
  background-position-y: bottom;
  background-size: cover;
  padding: 100px 0;
}

.serviceHome .circle{
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.serviceHome .circle img{
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.serviceHome p{
  margin-top: 15px;
  color: #fff;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.serviceHome .row > div{
  margin: 50px 0;
}

.shopHome{
  background: url("../../img/nFoto/bottom.jpg");
  background-size: cover;
  background-position-x: left;
  height: 100vh;
  max-height: 1000px;
  position: relative;
}

textarea.sizefull{
  background: transparent;
  border-color: #73858d;
}

@media (max-width: 991px){
  .shopHome{
    background: url("../../img/nFoto/bottom.jpg");
    background-position-x: center;
    background-size: cover;
  }
}

.shopHome .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner{
  background: #e0e0e0;
  filter: grayscale(1);
}

.add__to__wishlist a{
  padding: 0 5px;
}

.ft__logo li{
  font-size: 20px;
}

@media (max-width: 425px){
  #confirmOrderDivContinue, #ordineFinito{
    width: 100% !important;
  }
  #confirmOrderDivContinue div{
    width: 100%;
  }
  #ordineFinito button{
    width: 100%;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

.header--3 .main__menu > li > a {
  font-weight: 400;
  color: #73858d;
  font-size: 17px;
  text-transform: uppercase;
}

#categoriaView span{
  width: 120px;
  display: inline-block;
}

.add__to__wishlist a.circle{
  width: 20px;
  height: 20px;
  background: #73858d;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-top: 5px;
}

.add__to__wishlist a.circle img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 13px;
}

#categoriaView label div{
  width: 22px;
  height: 22px;
  background: #73858d;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-top: 5px;
}

#categoriaView label div img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  height: 13px;
}

.bg-q0 p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.badge-primary{
  background: #73858d;
}

figure.zoo-item{
  height: 650px !important;
}

.tooltip .tooltip-inner{
  background: #000 !important;
  color: #fff !important;
}

@media (min-width: 678px){
  .single-grid-view > div:first-of-type .product,
  .single-grid-view > div:nth-of-type(2) .product,
  .single-grid-view > div:nth-of-type(3) .product,
  .single-grid-view .fourColumn .product{
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .boxMap{
    margin-bottom: 10px;
  }
}

@media (max-width: 768px){
  .boxMap{
    height: auto;
    position: absolute;
    z-index: 1;
    margin: 0;
    display: none;
  }
  .boxMap.show{
    display: block;
    width: calc(100% - 30px);
  }
  #locationsmaps{
    overflow: auto;
  }
  #locationsmaps .cardShop:last-of-type{
    border-right: none;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .single-grid-view > div:first-of-type .product,
  .single-grid-view > div:nth-of-type(2) .product,
  .single-grid-view > div:nth-of-type(3) .product{
    margin-top: 10px;
  }
}

@media (max-width: 767px){
  .offsetmenu__on:not(.home-five){
    width: 100%;
    display: block;
  }
  /* header .logo img{
    width: 50%;
  } */
  .single-grid-view > div:first-of-type .product,
  .single-grid-view > div:nth-of-type(2) .product{
    margin-top: 10px;
  }
}

@media (max-width: 767px){
  .logo img {
      max-width: 100%;
  }
  .scroll-header .mean-container .mean-nav ul {
      max-height: 269px;
      height: auto;
  }
  .container {
      width: 100%;
      max-width: calc(100% - 10px);
  }
  .header--3 .mean-container a.meanmenu-reveal{
      margin-top: -65px;
  }
  #sticky-header-with-topbar > .container{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
  .container {
    width: 100%;
  }
}

@media (max-width: 575px){
  #sticky-header-with-topbar > .container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header--3 .sticky__header.scroll-header .logo, .sticky__header.scroll-header .logo a{
    max-height: 70px;
    height: auto;
  }
}

@media (max-width: 425px){
  #sticky-header-with-topbar > .container{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .search__area .search__inner form{
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

/* @media (min-width: 1200px){
  .container {
      max-width: 1846px;
      padding: 0 36px;
  }
} */

@media (min-width: 992px){
  .traslateY{
    transform: translateY(-45px);
  }
}

.header--3 .main__menu > li > a{
  line-height: 0;
}

.header--3 .menu-extra, .header--3 .logo{
  height: 70px;
}

#header{
  border-bottom: 1px solid #e4e4e480;
  padding: 10px 0;
  margin-bottom: 40px;
}

.product__list__option option{
  padding: 5px 10px;
}

.product__list__option select:focus-visible{
  outline: none;
}

.order-single-btn select{
  background: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  padding: 10px;
}

.hideF{
  display: none;
}

@media (min-width: 768px) and (max-width: 991px){
  .header--3 .mean-container a.meanmenu-reveal {
      margin-top: -50px;
  }
}

@media (max-width: 767px){
  .header--3 .mean-container a.meanmenu-reveal {
      margin-top: -50px;
  }
}

@media (max-width: 991px){
  .header--3 .mean-container a.meanmenu-reveal {
      margin-top: -52px !important;
  }
}

@media (max-width: 767px){
  .producy__view__container {
      display: flex;
  }
}

.hoverDelete, .hoverDelete2, .hoverDelete3{
  position: relative;
}

.hoverDelete .btnDelete, .hoverDelete2 .btnDelete, .hoverDelete3 .btnDelete{
  display: none
}

.hoverDelete img, .hoverDelete2 img{
  width: 100%;
}

.hoverDelete:hover img, .hoverDelete2:hover img{
  filter: brightness(.4);
}

.hoverDelete:hover .btnDelete, .hoverDelete2:hover .btnDelete{
  display: inline;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.hoverDelete3:hover .btnDelete{
  display: inline;
  color: #000;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.hoverDelete:hover .btnDelete{
  right: 30px;
}

#coloriView .circle{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  margin: auto;
  border: 1px solid #999999;
}

@media (min-width: 1500px){
  .col-xl-3 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.NotificationMessagge{
  position: fixed;
  top:40px;
  right:30px;
  z-index:100;
  background: #73858d;
  padding: 25px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.invert{
  color: #303030 !important;
}

#media .slick-arrow{
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

#media .slick-next.slick-arrow{
  right: 0px;
}

#media .slick-prev.slick-arrow{
  left: 0px;
  z-index: 1;
}

/* #media .slick-prev:before, #media .slick-next:before{
  line-height: 10px;
} */

/* @media (min-width: 992px){
  .single-grid-view > div:nth-of-type(4) .product {
      margin-top: 10px;
  }
} */

.fullWidth{
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.price-discount-effect {
    text-decoration: line-through;
}

.discounted-price {
    color:red;
}

.color-red {
    color: red;
}

@media (max-width: 767px){
  .mainmenu__area {
      overflow: initial;
  }
}
