@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=The+Nautigal:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* Default Style */
body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  background: #fff;
  color: #414114;
  scrollbar-width: thin;
  scrollbar-color: #682A3B #C42D45;
}
body::-webkit-scrollbar {
  width: 11px;
}
body::-webkit-scrollbar-track {
  background: #C42D45;
}
body::-webkit-scrollbar-thumb {
  background-color: #682A3B;
  border-radius: 6px;
  border: 3px solid #C42D45;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background: #682A3B;
  color: #fff;
}

::selection {
  background: #682A3B;
  color: #fff;
}

.SearchBar {
  width: 100%;
  position: relative;
  background: #734002;
  padding: 3px 0px;
}

.SearchBox {
  display: none;
  width: 300px;
  padding: 5px 0px;
  position: absolute;
  top: calc(100% + 25px);
  right: 0px;
  margin: 0px 0px 0px 0px;
  z-index: 3;
}
.SearchBox .SearchText {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  background: #fbfbfb;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 40px;
  z-index: 3;
}
.SearchBox .SearchText:focus {
  outline: none;
  border: 1px solid #D1101A;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.SearchBox .SearchButton {
  width: 60px;
  height: 45px;
  position: absolute;
  top: 5px;
  right: -2px;
  text-align: center;
  border-left: 1px solid #333;
  z-index: 4;
  font-size: 18px;
  color: #fff;
  background: #333;
  border-radius: 0px 50px 50px 0px;
}
.SearchBox .SearchButton:hover {
  color: #ed1c24;
}
.SearchBox .SearchButton i {
  line-height: 45px;
}

.TopBg {
  display: none;
  width: 100%;
  position: relative;
  background: #F2F2F2;
  border-bottom: 1px solid #eaeaea;
  z-index: 10;
}
.TopBg:before {
  color: #fff;
  content: " ";
  font-size: 18px;
  align-items: center;
  padding-bottom: 12px;
  display: block;
  margin: auto;
  background: linear-gradient(30deg, transparent 40px, #565655 40px), linear-gradient(-45deg, transparent 40px, #565655 40px), linear-gradient(45deg, transparent 34px, #565655 34px), linear-gradient(-45deg, transparent 34px, #565655 34px);
  background-size: 7px calc(100% + 34px);
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: -12px;
}

.mobilButton {
  display: none;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #C42D45;
  margin-left: 20px;
  position: absolute;
  top: 35px;
  left: 10px;
  z-index: 10;
}
.mobilButton svg {
  height: 50px;
}

.headerArea {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 0px;
  margin: 0px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  z-index: 5;
}
@media (max-width: 579px) {
  .headerArea {
    position: relative;
    padding: 20px 0px;
  }
}

.Logo {
  position: relative;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 9;
}
.Logo a {
  display: inline-block;
}
.Logo img {
  max-width: 230px;
  position: relative;
}

.LogoMobil {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0px 0px;
  z-index: 9;
}
.LogoMobil a {
  display: inline-block;
}
.LogoMobil img {
  max-width: 100%;
  height: 70px;
  position: relative;
}

@media (max-width: 1024px) {
  .LogoBg {
    position: relative;
  }

  .Logo {
    display: none;
  }

  .LogoMobil {
    display: flex;
  }

  .mobilHide {
    display: none;
  }

  .mobilButton {
    display: block;
  }
}
.TBasket {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.TBasket:hover {
  background: #fafafa;
}
.TBasket:after {
  content: "";
  display: table;
  clear: both;
}
.TBasket .Image {
  width: 60px;
  height: 60px;
  position: relative;
  float: left;
  overflow: hidden;
  border: 2px solid #682A3B;
}
.TBasket .Image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.TBasket .Info {
  width: calc(100% - 60px);
  position: relative;
  float: right;
  padding: 5px 30px 5px 5px;
}
.TBasket .Info h4 {
  width: 100%;
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #C42D45;
}
.TBasket .Info h4 a {
  color: #C42D45;
}
.TBasket .Info p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #5b5b5b;
  margin: 0px;
  padding: 0px;
}
.TBasket .Info .PDelete {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
  color: #c30707;
  text-align: center;
}
.TBasket .Info .PDelete:hover {
  color: #FF3333;
  transform: scale(1.1);
}
.TBasket .Info .PDelete i {
  line-height: 25px;
}

.Basket {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin: 7.5px 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #eaeaea;
}
.Basket:hover {
  background: #f6f6f6;
}
.Basket .Image {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border: 2px solid #ddd;
  background: #fff;
}
.Basket .Image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Basket .Info {
  width: calc(100% - 100px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 30px 5px 20px;
}
.Basket .Info h4 {
  flex: 4;
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #000;
}
.Basket .Info h4 a {
  color: #C42D45;
}
.Basket .Info p {
  flex: 1;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #C42D45;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.Basket .Info p:after {
  content: "";
  display: table;
  clear: both;
}
.Basket .Info .BasketControl {
  position: relative;
}
.Basket .Info .Price {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-left: 10px;
}
.Basket .Info .Price small {
  font-size: 13px;
}
.Basket .PDelete {
  width: 40px;
  height: 40px;
  background: #c30707;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.Basket .PDelete:hover {
  background: #FF3333;
  transform: scale(1.1);
}
.Basket .PDelete i {
  line-height: 40px;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form-group .form-label {
  font-family: "Cabin", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #C42D45;
}
.form-group .form-label input[type=checkbox] {
  margin-right: 10px;
}
.form-group .form-label a {
  text-decoration: underline;
}
.form-group .form-label a:hover {
  color: #682A3B;
}
.form-group .controls {
  width: 100%;
  position: relative;
}
.form-group .controls .form-control {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  background: #fff;
  color: #C42D45;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.form-group .controls .form-control:disabled {
  background: #f1f1f1;
}
.form-group .controls .form-control:focus {
  outline: none;
}
.form-group .controls select.form-control {
  height: auto;
}
.form-group .controls.icon .form-control {
  padding-right: 30px;
}
.form-group .controls.icon i {
  line-height: 46px;
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 0px;
}

.form-group2 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form-group2 .form-label {
  font-size: 14px;
  line-height: 1;
  color: #C42D45;
  position: absolute;
  display: inline-block;
  padding: 0px 10px;
  background: #f1f1f1;
  z-index: 2;
  top: 0px;
  left: 20px;
  font-size: 15px;
  font-weight: 700;
}
.form-group2 .form-label input[type=checkbox] {
  margin-right: 10px;
}
.form-group2 .form-label a {
  text-decoration: underline;
}
.form-group2 .form-label a:hover {
  color: #ff8700;
}
.form-group2 .controls {
  width: 100%;
  position: relative;
}
.form-group2 .controls .form-control {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  background: #f1f1f1;
  border: 2px solid #682A3B;
  color: #C42D45;
  border-radius: 5px;
  margin-top: 4px;
}
.form-group2 .controls .form-controlselect {
  height: auto;
}
.form-group2 .controls.icon .form-control {
  padding-right: 30px;
}
.form-group2 .controls.icon .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group2 .controls.icon i {
  line-height: 46px;
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 0px;
}
.form-group2.CCV .controls .form-control {
  width: 100px;
}

.FormButton {
  display: inline-block;
  padding: 10px 20px;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 300;
  background: #06A212;
  border-radius: 0px;
  cursor: pointer;
  color: #fff;
  transition: all 0.1s ease-in-out 0s;
  border: none;
}
.FormButton.F2 {
  padding: 6px 12px;
}
.FormButton.FW {
  width: 100%;
  text-align: center;
}
.FormButton.Red {
  background: #ed1b24;
  color: #fff;
}
.FormButton.Red:hover {
  background: #734002;
  color: #fff;
}
.FormButton:hover {
  background: #08D818;
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
}
.FormButton i {
  margin-right: 10px;
}

.MenuRight {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: right;
  margin: 0px;
  padding: 0px;
}
.MenuRight li {
  list-style: none;
  position: relative;
}
.MenuRight li .TopButon {
  color: #C42D45;
  font-size: 13px;
  padding: 15px 14px;
  margin: 0px;
  transition: all 0.2s ease-in-out;
}
.MenuRight li .TopButon:hover {
  background: #fafafa;
  color: #C42D45;
  text-decoration: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.151);
  transition: all 0.2s ease-in-out;
}

.TopButon {
  border: none;
  background: none;
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  margin: 5px 20px 5px 0px;
  color: #C42D45;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.TopButon:focus {
  outline: none;
  color: #f9b000;
}
.TopButon:hover {
  text-decoration: none;
  color: #f9b000;
}
.TopButon:after {
  display: none;
}

.MenuBg {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 8;
}
.MenuBg .MenuHideButton {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 0px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 5;
}
.MenuBg .MenuHideButton i {
  line-height: 40px;
}

.topItems {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding: 20px 0px 20px 0px;
}
.topItems .socialMedia a {
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.topItems .socialMedia a svg {
  height: 30px;
}

.topMenu {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  display: flex;
}
.topMenu li {
  list-style: none;
  margin-left: 10px;
}
.topMenu li a {
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  line-height: 1;
  border: 2px solid #fff;
}
.topMenu li a:hover {
  background: #C42D45;
  border-color: #8d2234;
}

.newNav {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding: 0px 0px;
}
.newNav .items {
  display: flex;
  margin: 0px;
  padding: 0px;
}
.newNav .items .item {
  list-style: none;
  position: relative;
  padding: 0px 0px;
}
.newNav .items .item .link {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 15px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.15em;
  transition: all 0.1s;
  line-height: 1;
}
.newNav .items .item .link.navButton {
  color: #000;
}
.newNav .items .item .link.navButton svg {
  height: 12px;
  margin-top: 5px;
  margin-left: 0px;
}
.newNav .items .item .link svg {
  margin-left: 10px;
}
.newNav .items .item:hover .link, .newNav .items .item.active .link {
  color: #A76C64;
  transition: all 0.1s;
}
.newNav .items .item:hover:before, .newNav .items .item.active:before {
  content: "";
  width: calc(100% - 60px);
  position: absolute;
  bottom: 0px;
  left: 30px;
  border-top: 1px solid #A76C64;
}
.newNav .items .item.dropdown:hover .dropdownMenu {
  display: block;
}
.newNav .items .item.dropdown .dropdownMenu {
  display: none;
  width: 200px;
  position: absolute;
  right: 0px;
  top: 100%;
  margin: 0px;
  padding: 10px;
  background: #fafafa;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.newNav .items .item.dropdown .dropdownMenu:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -8px;
  right: 30px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #682A3B;
}
.newNav .items .item.dropdown .dropdownMenu .dropdownItem {
  list-style: none;
}
.newNav .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
  text-decoration: none;
  color: #000;
  transition: all 0.1s;
}
.newNav .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink:hover, .newNav .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink.active {
  background: #eaeaea;
}

@media (max-width: 1024px) {
  .newNav {
    display: none;
  }
}
.contactButton {
  display: flex;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  margin-left: 0px;
  padding-left: 30px;
}
.contactButton:before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: -45px;
  transform: skew(-40deg);
  background: #fff;
  z-index: -1;
}
.contactButton:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 10px;
  transform: skew(-40deg);
  background: #fff;
  z-index: -1;
}
.contactButton .icon {
  width: 60px;
  text-align: center;
  font-size: 40px;
}
.contactButton .icon svg {
  height: 100px;
}
.contactButton .text {
  text-align: right;
  padding: 25px 15px 0px 0px;
}
.contactButton .text small {
  font-size: 25px;
  font-weight: 300;
  display: block;
}
.contactButton:hover {
  color: #fff;
  text-decoration: none;
}
.contactButton:hover:before {
  background: #71a10d;
}
.contactButton:hover:after {
  background: #71a10d;
}

.navBgMobil {
  visibility: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.newNavMobil {
  visibility: hidden;
  width: 300px;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: -300px;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
}
.newNavMobil.newNavMobilActive {
  visibility: inherit;
  left: 0px;
  transition: all 0.4s ease-in-out 0s;
}
.newNavMobil .mobilTop {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid #eaeaea;
  justify-content: center;
  align-items: center;
}
.newNavMobil .mobilTop .menuTitle {
  background: #C42D45;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}
.newNavMobil .mobilTop .mobilUserButton {
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 30px;
}
.newNavMobil .mobilTop .mobilUserButton svg {
  height: 30px;
}
.newNavMobil .navCloseButton {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: -50px;
  font-size: 25px;
  color: #000;
  text-align: center;
  border-left: 2px solid #eaeaea;
}
.newNavMobil .navCloseButton svg {
  height: 50px;
}
.newNavMobil .items {
  margin: 0px;
  padding: 0px;
}
.newNavMobil .items .item {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 3px 0px;
}
.newNavMobil .items .item .link {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 0px;
  border-bottom: 3px solid transparent;
  color: #000;
  transition: all 0.1s;
}
.newNavMobil .items .item:hover .link, .newNavMobil .items .item.active .link {
  border-color: fafafa;
  color: #000;
  font-weight: 600;
  background: #f6f6f6;
  transition: all 0.1s;
}
.newNavMobil .items .item.dropdown:hover .dropdownMenu {
  display: block;
}
.newNavMobil .items .item.dropdown .dropdownMenu {
  display: none;
  width: 100%;
  position: relative;
  right: 0px;
  top: 100%;
  margin: 0px;
  padding: 10px;
  background: #fafafa;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem {
  list-style: none;
}
.newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
  text-decoration: none;
  color: #000;
  transition: all 0.1s;
}
.newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink:hover, .newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink.active {
  background: #eaeaea;
}

.pageTitleArea {
  width: 100%;
  position: relative;
  padding: 180px 0px 40px 0px;
  background: url("../images/title-bg.jpg") no-repeat center 0 #eaeaea;
  background-size: cover;
}
.pageTitleArea .breadcrumb {
  display: flex;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  gap: 5px;
}
.pageTitleArea .breadcrumb li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #682A3B;
}
.pageTitleArea .breadcrumb li.active {
  font-weight: 500;
  color: #682A3B;
}
.pageTitleArea .breadcrumb li a {
  text-decoration: none;
  color: #682A3B;
}
.pageTitleArea .pageTitle {
  position: relative;
}
.pageTitleArea .pageTitle h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #682A3B;
  padding: 5px 0px 10px 0px;
}
.pageTitleArea .pageTitle:before {
  content: "";
  width: 200px;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #682A3B;
}
@media (max-width: 1000px) {
  .pageTitleArea {
    padding: 100px 0px 60px 0px;
  }
}
@media (max-width: 579px) {
  .pageTitleArea {
    padding: 150px 0px 30px 0px;
  }
  .pageTitleArea .pageTitle h1 {
    font-size: 30px;
    text-align: center;
  }
  .pageTitleArea .pageTitle:before {
    height: 1px;
    width: 60px;
    left: calc(50% - 30px);
  }
  .pageTitleArea .breadcrumb {
    display: none;
  }
}

.Content {
  width: 100%;
  min-height: 500px;
  position: relative;
}
.Content .pageImg {
  width: 40%;
  margin-bottom: 30px;
  margin-right: 30px;
  display: inline-block;
}
.Content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 579px) {
  .Content h2 {
    font-size: 25px;
  }
}

.footer {
  width: 100%;
  position: relative;
  padding: 70px 0px;
  background: url("../images/footer-bg.jpg") no-repeat center center #000;
  background-size: cover;
  text-align: center;
}
.footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
}

.footerLogo {
  height: 60px;
  margin-bottom: 30px;
}

.footerInfo {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.footerInfo:before {
  content: "";
  width: 195px;
  height: 2px;
  background: #C42D45;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.footerInfo img {
  max-width: 100%;
  height: 25px;
}
.footerInfo p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  padding: 20px 0px;
  margin: 0px;
}
.footerInfo .contact {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0px;
  padding: 20px 0px;
}
.footerInfo .contact li {
  list-style: none;
  padding: 0px 10px;
  font-size: 15px;
}
.footerInfo .contact li i {
  margin-right: 5px;
}

.footerAlign {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.FContact {
  width: 65%;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.FContact li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 10px 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-right: 20px;
}

.socialMedia {
  width: 100%;
  display: flex;
  gap: 10px;
  position: relative;
  margin: 0px auto;
  justify-content: center;
}
.socialMedia a {
  width: 45px;
  height: 45px;
  position: relative;
  color: #682A3B;
  background: #fff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out 0s;
}
.socialMedia a svg {
  height: 45px;
}
.socialMedia a:hover {
  background: #682A3B;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.socialMedia a.facebook:hover {
  background: #4867aa;
}
.socialMedia a.twitter:hover {
  background: #64b4f1;
}
.socialMedia a.instagram:hover {
  background: #c72e9a;
}

.footerTitle {
  width: 100%;
  position: relative;
  padding: 0px 0px 10px 0px;
}
.footerTitle h3 {
  font-family: "Cabin", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1.4;
}
.footerTitle h2 {
  font-family: "Cabin", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1.4;
  text-align: center;
}

.linkList {
  width: 100%;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.linkList li {
  list-style: none;
  width: 100%;
}
.linkList li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding: 8px 0px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.linkList li a svg {
  color: #682A3B;
  margin-right: 5px;
}
.linkList li:hover a {
  background: #fafafa;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  transition: all 0.3s ease-in-out 0s;
}

.copyright {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  background: #211E1E;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #797171;
}

.detailArea {
  width: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  padding: 80px 0px 80px 0px;
}

.LeftArea {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 0px;
}

.LeftTitle {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-top: 15px;
}
.LeftTitle h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  color: #000;
  position: relative;
}
.LeftTitle h3:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.LeftTitle h3:after {
  right: 10px;
  left: auto;
}
.LeftTitle h3 span {
  font-weight: 300;
}
.LeftTitle h3 .TitleButton {
  display: inline-block;
  padding: 5px 5px 5px 15px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  border-left: 2px solid #C42D45;
  color: #682A3B;
}
.LeftTitle h3 .Desc {
  font-size: 13px;
  color: #C42D45;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}
.LeftTitle.T2 h3 {
  font-size: 30px;
}
.LeftTitle.T2 .Desc i {
  color: #339933;
  margin-right: 10px;
  font-size: 17px;
}
.LeftTitle.Right h3 {
  text-align: right;
}
.LeftTitle .DropIcon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
}

.LeftList {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.LeftList li {
  border-bottom: 1px solid #eaeaea;
  list-style: none;
}
.LeftList li:last-child {
  border: none;
}
.LeftList li a {
  display: block;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.LeftList li a svg {
  margin-right: 8px;
}
.LeftList li.LevelDown {
  padding-left: 15px;
  background: #fff;
}
.LeftList li.LevelDown.L2 {
  background: #E4E4E4;
}
.LeftList li.LevelDown.L2:hover a {
  padding-left: 10px;
}
.LeftList li.LevelDown2 {
  padding-left: 30px;
  background: #fafafa;
}
.LeftList li.LevelUp a {
  background: #fafafa;
}
.LeftList li.LevelUp:hover a {
  padding-left: 15px;
}
.LeftList li.active a {
  color: #682A3B;
  font-weight: 500;
}
.LeftList li:hover {
  background: #fafafa;
  border-right: 3px solid #000;
}
.LeftList li:hover a {
  padding-left: 20px;
  transition: all 0.2s ease-in-out 0s;
}
.LeftList li i {
  margin-right: 5px;
  color: #A16222;
}

@media screen and (max-width: 1000px) and (min-width: 505px) {
  .LeftTitle h3 {
    font-size: 17px;
  }
  .LeftTitle .DropIcon {
    right: -15px;
  }

  .LeftList li a {
    font-size: 14px;
  }
  .LeftList li a svg {
    display: none;
  }
}
@media (max-width: 500px) {
  .LeftList {
    display: none;
  }
}
.social_share {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
}
.social_share li {
  list-style: none;
}
.social_share li a {
  font-size: 15px;
}

.contactInfo {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.contactInfo li {
  list-style: none;
  font-size: 18px;
}
.contactInfo li i {
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
}

.row-agha {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}
.row-agha .logo-area {
  grid-column: 1/span 4;
}
.row-agha .menu-area {
  grid-column: 5/span 12;
}

/*Page Style */
.MainSlider {
  width: 100%;
  position: relative;
  z-index: 2;
}

.slideText1 {
  width: 850px;
  text-align: center;
  font-family: "The Nautigal", cursive;
  font-weight: 700;
  font-size: 110px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1399px) {
  .slideText1 {
    width: 650px;
    font-size: 90px !important;
  }
}
@media (max-width: 1199px) {
  .slideText1 {
    width: 500px;
    font-size: 70px !important;
  }
}
@media (max-width: 579px) {
  .slideText1 {
    width: 200px;
    font-size: 20px !important;
  }
}

.slideText2 {
  width: 850px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 80px;
  color: #E86176;
  text-shadow: 0px 4px 4px rgb(104, 42, 59);
}
@media (max-width: 1399px) {
  .slideText2 {
    width: 650px;
    font-size: 60px !important;
  }
}
@media (max-width: 1199px) {
  .slideText2 {
    width: 500px;
    font-size: 45px !important;
  }
}
@media (max-width: 579px) {
  .slideText2 {
    width: 200px;
    font-size: 17px !important;
  }
}

.slideText3 {
  width: 850px;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1399px) {
  .slideText3 {
    width: 650px;
    font-size: 25px !important;
  }
}
@media (max-width: 1199px) {
  .slideText3 {
    width: 500px;
    font-size: 20px !important;
  }
}
@media (max-width: 579px) {
  .slideText3 {
    width: 200px;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 70px;
  }
}

.slideButtonArea {
  width: 850px;
  text-align: center;
}
@media (max-width: 1399px) {
  .slideButtonArea {
    width: 650px;
  }
}
@media (max-width: 1199px) {
  .slideButtonArea {
    width: 500px;
  }
}
@media (max-width: 579px) {
  .slideButtonArea {
    width: 200px;
  }
}

.slideButton {
  display: inline-block;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #682A3B;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out 0s;
}
.slideButton:hover {
  color: #fff;
  background: #601f2f;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .slideButton {
    font-size: 16px;
  }
}
@media (max-width: 579px) {
  .slideButton {
    font-size: 9px !important;
    padding: 8px 12px;
    margin-top: 17px;
  }
}

.aboutArea {
  width: 100%;
  min-height: 800px;
  position: relative;
  padding: 60px 0px;
  display: flex;
  align-items: center;
}
.aboutArea .leftItem {
  width: 275px;
  height: 700px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background: url(../images/about-left.png) no-repeat 0 0 transparent;
}
.aboutArea .bottomItem {
  width: 100%;
  height: 275px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../images/about-bottom.png) no-repeat bottom right transparent;
}
.aboutArea .topItem {
  width: 350px;
  height: 465px;
  position: absolute;
  top: 0;
  right: 0px;
  background: url(../images/about-top.png) no-repeat 0 0 transparent;
}
@media (max-width: 579px) {
  .aboutArea {
    padding: 20px 0;
    min-height: auto;
  }
  .aboutArea .leftItem {
    display: none;
  }
  .aboutArea .topItem {
    display: none;
  }
  .aboutArea .bottomItem {
    display: none;
  }
}
.aboutArea .aboutTitle {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 30px 0px;
  z-index: 2;
}
.aboutArea .aboutTitle h1 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-weight: 800;
  color: #682A3B;
  position: relative;
  z-index: 1;
}
.aboutArea .aboutTitle h1 span {
  font-size: 14px;
  font-weight: 700;
  color: #C42D45;
  font-family: #C42D45;
  position: absolute;
  top: 0px;
  right: 0px;
}
.aboutArea .aboutTitle h2 {
  font-family: "The Nautigal", cursive;
  font-size: 130px;
  font-weight: bold;
  color: #A76C64;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
}
@media (max-width: 579px) {
  .aboutArea .aboutTitle h1 {
    font-size: 70px;
  }
  .aboutArea .aboutTitle h1 span {
    font-size: 11px;
  }
  .aboutArea .aboutTitle h2 {
    font-size: 90px;
  }
}
.aboutArea .aboutInfo {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin-top: 30px;
  letter-spacing: 0.03em;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.aboutArea .aboutInfo .aboutButton {
  font-size: 25px;
  font-family: "Cabin", sans-serif;
  color: #682A3B;
  font-weight: 50;
  display: inline-block;
  position: relative;
  padding: 10px 0px;
}
.aboutArea .aboutInfo .aboutButton:before {
  content: "";
  width: 90%;
  height: 0px;
  border-bottom: 2px solid #682A3B;
  position: absolute;
  bottom: 0px;
  left: 5%;
}
@media (max-width: 579px) {
  .aboutArea .aboutInfo {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  .aboutArea .aboutInfo .aboutButton {
    font-size: 17px;
  }
  .aboutArea .aboutInfo .aboutButton:before {
    border-bottom: 1px solid #682A3B;
  }
}

.blogListTwo {
  width: 100%;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
}
.blogListTwo .blogTwoImg {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 10px 10px 10px 10px;
  z-index: 1;
  overflow: hidden;
}
.blogListTwo .blogTwoImg img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.blogListTwo .blogTwoImg:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.blogListTwo .blogTwoInfo {
  padding: 25px 25px 20px 25px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}
.blogListTwo .blogTwoInfo h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.blogListTwo .blogTwoInfo p {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #682A3B;
  padding: 0px 0px 0px 35px;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.blogListTwo .blogTwoInfo p:before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #682A3B;
  position: absolute;
  top: calc(50% - 0px);
  left: 0px;
}

.blogList {
  width: 100%;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}
.blogList .blogImg {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 10px 10px 10px 10px;
  z-index: 1;
  overflow: hidden;
}
.blogList .blogImg img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.blogList h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
.blogList .blogInfo {
  padding: 25px 0px 20px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blogList .blogInfo .date {
  font-family: "Cabin", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #8d2234;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
.blogList .blogInfo .date:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #C42D45;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0px;
}
.blogList .blogInfo p {
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #888;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  position: relative;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 20px;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 5px;
}
.owl-dots .owl-dot.active {
  border-color: #C42D45;
}

.mainImg {
  width: 100%;
  border-radius: 10px;
}

.pageArea {
  width: 100%;
  position: relative;
  padding: 60px 0px;
  background: #fff;
}

.service {
  width: 100%;
  position: relative;
  text-align: center;
}
.service i {
  font-size: 60px;
  margin-bottom: 30px;
}
.service.one i {
  color: #ffcc00;
}
.service.two i {
  color: #8124e4;
}
.service.three i {
  color: #dd9934;
}
.service h3 {
  font-family: "Cabin", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 15px;
}
.service p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(100, 100, 100);
  margin-bottom: 25px;
}

.pageButton {
  display: inline-block;
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #0bb696;
  padding: 10px 20px 10px 30px;
  border-radius: 5px;
  border-bottom: 2px solid #08977d;
  transition: all 0.4s ease-in-out 0s;
}
.pageButton:hover {
  color: #fff;
  background: #08977d;
  border-color: #0bb696;
  transition: all 0.2s ease-in-out 0s;
}

.contactFooter {
  width: 100%;
  position: relative;
  text-align: center;
}
.contactFooter strong {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.contactFooter p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.contactFooter a {
  margin-bottom: 30px;
}

.sloganArea {
  width: 100%;
  position: relative;
  padding: 100px 150px;
  background: url("../images/pasta-bg.jpg") no-repeat center center #fff;
  background-size: cover;
}
.sloganArea .sloganInfo {
  width: 100%;
  position: relative;
}
.sloganArea .sloganInfo .normal {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 155.9%;
}
.sloganArea .sloganInfo .normal span {
  font-weight: 400;
}
.sloganArea .sloganInfo .hand {
  font-family: "The Nautigal", cursive;
  font-size: 130px;
  font-weight: bold;
  color: #A76C64;
}
.sloganArea .sloganInfo h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 155.9%;
}
.sloganArea .sloganInfo .sloganButton {
  font-family: "Cabin", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #682A3B;
  padding: 10px 0px;
  position: relative;
  display: inline-block;
}
.sloganArea .sloganInfo .sloganButton:before {
  content: "";
  width: 70%;
  height: 0px;
  border-bottom: 3px solid #682A3B;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease-in-out 0s;
}
.sloganArea .sloganInfo .sloganButton:hover {
  color: #fff;
}
.sloganArea .sloganInfo .sloganButton:hover:before {
  border-color: #fff;
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 579px) {
  .sloganArea {
    padding: 30px 20px;
  }
  .sloganArea .sloganInfo .normal {
    font-size: 30px;
  }
  .sloganArea .sloganInfo h3 {
    font-size: 20px;
  }
  .sloganArea .sloganInfo .hand {
    font-size: 60px;
  }
  .sloganArea .sloganInfo .sloganButton {
    font-size: 18px;
  }
}

.productsArea {
  width: 100%;
  position: relative;
  padding: 100px 50px;
  background: url("../images/products-bg.jpg") no-repeat center center #fff;
  background-size: cover;
}
.productsArea .productsTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.productsArea .productsTitle .titles h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.1em;
  display: block;
  padding-left: 150px;
}
.productsArea .productsTitle .titles h3 {
  font-family: "The Nautigal", cursive;
  font-size: 80px;
  font-weight: 400;
  color: #682A3B;
  display: block;
  padding-left: 70px;
}
.productsArea .productsTitle .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 579px) {
  .productsArea {
    padding: 30px 20px;
  }
  .productsArea .productsTitle {
    flex-wrap: wrap;
    justify-content: center;
  }
  .productsArea .productsTitle .titles {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productsArea .productsTitle .titles h2 {
    font-size: 30px;
    padding-left: 0px;
    text-align: center;
  }
  .productsArea .productsTitle .titles h3 {
    font-size: 50px;
    padding-left: 0px;
    text-align: center;
  }
  .productsArea .siteButton {
    font-size: 17px;
  }
  .productsArea .siteButton:before {
    border-bottom: 1px solid #682A3B;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.siteButton {
  font-family: "Cabin", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #682A3B;
  padding: 10px 0px;
  position: relative;
  display: inline-block;
}
.siteButton:before {
  content: "";
  width: 70%;
  height: 0px;
  border-bottom: 2px solid #682A3B;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease-in-out 0s;
}
.siteButton.right:before {
  left: auto;
  right: 0px;
}
.siteButton:hover {
  color: #A76C64;
}
.siteButton:hover:before {
  border-color: #A76C64;
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 579px) {
  .siteButton {
    align-ietems: center;
    justify-content: center;
  }
}

.owlButtons {
  position: relative;
  display: flex;
}
.owlButtons a {
  font-size: 20px;
  color: #682A3B;
  padding: 20px 15px;
}
.owlButtons a:hover {
  color: #A76C64;
  transform: scale(1.2);
}

.productItem {
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
}
.productItem .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.productItem .image img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.productItem .mask {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 50px 10px 30px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.productItem .mask h3 {
  font-family: "Cabin", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.productItem:hover .image img {
  transform: scale(1.2);
  transition: all 0.8s ease-in-out 0s;
}

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