.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .buttonGroupRow .buttonColumn .btn a, .navigationMainContainer .navigationMainRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: LatoR;
  src: url(../assets/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: LatoB;
  src: url(../assets/fonts/Lato-Bold.ttf);
}
.activeLinks {
  color: #c29958 !important;
}

.fixedNavi {
  position: fixed;
  top: -200px;
  left: 0px;
  height: 65px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  transition: 0.4s;
  z-index: 999;
}
.fixedNavi:hover {
  background: white !important;
  transition: 0.4s;
}

.navigationMainContainer {
  width: 100%;
  height: 100px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer {
    padding-left: 0px;
    padding-right: 0px;
    height: 60px;
  }
}
.navigationMainContainer .navigationMainRow {
  max-width: 1660px;
  height: 100%;
  position: relative;
}
.navigationMainContainer .navigationMainRow .logoColumn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .logoColumn {
    justify-content: flex-end;
  }
}
.navigationMainContainer .navigationMainRow .logoColumn .hamburgerMobile {
  display: none;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: 15%;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .logoColumn .hamburgerMobile {
    display: block;
  }
}
@media only screen and (max-width: 544px) {
  .navigationMainContainer .navigationMainRow .logoColumn .hamburgerMobile {
    margin-left: 2%;
  }
}
.navigationMainContainer .navigationMainRow .logoColumn .hamburgerMobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navigationMainContainer .navigationMainRow .logoColumn .logoContainer {
  width: 100px;
  height: 30px;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .logoColumn .logoContainer {
    margin-right: 15%;
  }
}
.navigationMainContainer .navigationMainRow .logoColumn .logoContainer a {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -2px;
}
.navigationMainContainer .navigationMainRow .logoColumn .logoContainer a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navigationMainContainer .navigationMainRow .linksMainColumn {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 260px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999;
    padding-top: 100px;
    height: 100vh;
    opacity: 0;
    transition: 0.4s;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .closeBtn {
  display: none;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .closeBtn {
    display: block;
    font-family: LatoR;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .closeBtn:hover {
  color: #c29958;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl {
  width: 400px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  margin-left: 12%;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl {
    display: block;
    width: 100%;
    height: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi {
    height: auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-color: #f4f4f4;
    border-width: 1px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    display: block;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi:first-child {
  margin-left: 0px;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi:last-child {
  margin-right: 0px;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi:hover .firstLvlHref {
  color: #c29958;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi:hover a .naviIcon svg polyline {
  stroke: #c29958;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi:hover .scndUl {
  opacity: 1;
  transition: 0.6s;
  visibility: visible;
  top: 100%;
  transform: perspective(200px) rotateY(0deg);
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi:hover .scndUl {
    transform: none;
    opacity: 0;
    top: 0px;
    opacity: 1;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi:hover .scndUl .scndLi {
  opacity: 1;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a {
  width: 100%;
  height: 100%;
  font-family: latoR;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #222;
  transition: 0.4s;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a {
    display: flex;
    justify-content: space-between;
    color: #999;
    height: auto;
    width: 70%;
  }
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a:hover {
    color: #c29958;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a .naviIcon {
  width: 8px;
  height: 14px;
  transform: rotate(-90deg);
  margin-left: 10px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a .naviIcon {
    display: none;
    margin-right: 10px;
    transform: rotate(180deg);
    width: 6px;
    height: 10px;
    position: absolute;
    right: -20%;
  }
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a .naviIcon:hover svg polyline {
    stroke: #c29958;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a .naviIcon svg {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi a .naviIcon svg polyline {
  stroke: #222;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .naviIconMobile {
  display: none;
  transform: rotate(180deg);
  width: 6px;
  height: 10px;
  position: absolute;
  right: 10%;
  top: 20px;
  cursor: pointer;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .naviIconMobile {
    display: block;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .naviIconMobile:hover svg polyline {
  stroke: #c29958;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .naviIconMobile svg {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .naviIconMobile svg polyline {
  stroke: #222;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl {
  padding-left: 0px;
  margin-left: 0px;
  width: auto;
  height: auto;
  background: #fff;
  border: 1px solid #efefef;
  position: absolute;
  top: -20%;
  z-index: 999;
  list-style: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
  transform: perspective(200px) rotateX(90deg);
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
    top: 0px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 10px;
    box-shadow: none;
    border: none;
    background: none;
    height: auto;
    overflow: hidden;
    display: block;
    transition: 2s;
    visibility: visible;
    opacity: 1;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl:hover.scndLi a {
  color: #222;
  transform: none;
  top: 0px;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl .scndLi {
  opacity: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl .scndLi {
    opacity: 1;
    border-bottom-style: solid;
    border-color: #ddd;
    border-width: 1px;
  }
  .navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl .scndLi:first-child {
    border-top-style: solid;
  }
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl .scndLi:hover a {
  color: #c29958;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .scndUl .scndLi a {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigationMainContainer .navigationMainRow .linksMainColumn .linksContainer .firstLvlUl .firstLvlLi .hideMenu {
  height: 0px;
  opacity: 0;
  padding-top: 0px;
  transition: 2s;
}
.navigationMainContainer .navigationMainRow .searchBarColumn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .searchBarColumn {
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 999;
    display: block;
    left: -100%;
    opacity: 0;
    transition: 0.4s;
  }
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer {
  width: 247px;
  height: 45px;
}
@media only screen and (max-width: 1200px) {
  .navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer {
    width: 170px;
  }
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer {
    width: 260px;
    height: 30px;
  }
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form {
    justify-content: center;
  }
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form button {
  width: 40px;
  height: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-style: none;
  background: #f8f8f8;
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form button:hover .fa-search {
  color: #c29958;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form button .fa-search {
  color: #2222225e;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form input {
  width: 207px;
  border-style: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #f8f8f8;
  color: #999;
}
@media only screen and (max-width: 1200px) {
  .navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form input {
    width: 130px;
  }
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form input {
    width: 200px;
  }
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form input:focus {
  outline: none;
}
.navigationMainContainer .navigationMainRow .searchBarColumn .searchContainer form input::placeholder {
  color: #999;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .iconNaviColumn {
    justify-content: center;
  }
}
@media only screen and (max-width: 544px) {
  .navigationMainContainer .navigationMainRow .iconNaviColumn {
    justify-content: center;
  }
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer {
  width: 140px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 544px) {
  .navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer {
    justify-content: space-around;
    padding-right: 10px;
  }
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon {
  width: 26px;
  height: 26px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon:last-child a svg {
  margin-top: -2px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon a {
  width: 100%;
  height: 100%;
  position: relative;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon a:hover svg path {
  stroke: #c29958;
  fill: #c29958;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon a .counter {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #c29958;
  color: #fff;
  font-family: LatoR;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -10px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon a svg {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon a svg path {
  stroke: #222;
  fill: #222;
  stroke-width: 0px;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer {
  width: 420px;
  height: 0px;
  max-height: 500px;
  transition: 0.4s;
  overflow: auto;
  position: absolute;
  top: calc(100% - 20px);
  right: -20px;
  z-index: 999;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer {
    right: 0px;
  }
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo {
  width: 400px;
  height: auto;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .emptyBasket p {
  padding: 25px 30px;
  font-family: LatoR;
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket {
  width: 100%;
  height: auto;
  display: none;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow {
  display: flex;
  width: 100%;
  height: auto;
  padding: 25px 30px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #efefef;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .pictureProduct {
  width: 100%;
  height: auto;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .pictureProduct .pictureContainer {
  width: 82px;
  height: 82px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .pictureProduct .pictureContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .descriptionProduct {
  width: 100%;
  height: auto;
  padding: 10px 5px;
  position: relative;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .descriptionProduct .closeBtn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .descriptionProduct .closeBtn svg {
  width: 16px;
  height: 16px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .descriptionProduct .closeBtn svg path {
  stroke: #222;
  fill: #222;
  stroke-width: 0px;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .descriptionProduct .descriptionContainer {
  width: 50%;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .descriptionProduct .descriptionContainer a {
  font-family: LatoR;
  color: #222;
  font-size: 16px;
  letter-spacing: 1px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .descriptionProduct .descriptionContainer a:hover {
  color: #c29958;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketRow .priceProduct {
  padding-top: 5px;
  font-family: LatoR;
  color: #222;
  font-size: 16px;
  letter-spacing: 1px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketPrice {
  width: 100%;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #efefef;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketPrice .leftColumnPrice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
  font-family: LatoR;
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .basketPrice .rightColumnPrice {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 30px;
  font-family: LatoR;
  color: #c29958;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .buttonGroupRow {
  width: 100%;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #efefef;
  padding: 25px 30px;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .buttonGroupRow .buttonColumn {
  width: 100%;
  height: auto;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .buttonGroupRow .buttonColumn .btn a {
  display: block;
  width: 288px;
  height: 45px;
  background: #f4f4f4;
  border-radius: 30px;
  font-family: LatoR;
  font-weight: 400;
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .iconNaviColumn .shoppingIconContainer .shoppingIcon .shoppingInfoMainContainer .shoppingInfo .fullBasket .buttonGroupRow .buttonColumn .btn:hover a {
  background: #c29958;
  color: #fff;
  transition: 0.4s;
}

/*# sourceMappingURL=navigation.css.map */
