.gb__site--header .col--33 {
  padding: 0;
}
.gb__site--header .row {
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
.gb__site--header .gb__topheader--right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gb__site--header .gb__topheader--right ul li {
  position: relative;
}
.gb__site--header .gb__topheader--right ul li:first-child {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.gb__site--header .gb__topheader--right ul li a {
  display: block;
  padding: 25px;
}
.gb__site--header .gb__topheader--right ul li .login-btn {
  background-color: #E1711E;
  padding: 27px 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.gb__site--header .gb__logo a {
  position: relative;
  top: 4px;
  display: block;
}

.gb__service--bar .col--33:nth-child(2) .gb__service--box {
  border-right: 1px solid #fbf6ee;
  border-left: 1px solid #faf5ed;
}

.gb__site--header {
  background: #ffffff;
}

/* mobile menu toggle button */
.menu-toggle {
  position: relative;
  display: inline-block;
  margin: 25px;
}
.menu-toggle span {
  margin: 0;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
  transition: background-color 0.3s;
  width: 35px;
  height: 2px;
  background-color: #21201F;
  display: block;
  opacity: 1;
}
.menu-toggle span:before, .menu-toggle span:after {
  position: absolute;
  content: "";
}
.menu-toggle span:before, .menu-toggle span:after {
  width: 35px;
  height: 2px;
  background-color: #21201F;
  display: block;
  opacity: 1;
}
.menu-toggle span:before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}
.menu-toggle span:after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}

#menu-toggle b {
  font-size: 16px;
  padding-left: 45px;
}

.toggle--menu {
  display: inline-block;
  border-right: 1px solid #e8e8e8;
  cursor: pointer;
}

.mega--menu--link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.mega--menu--link ul > {
  border-bottom: 1px solid #e8e8e8;
}
.mega--menu--link ul li {
  padding: 0px 20px;
}
.mega--menu--link ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  color: #21201F;
  display: inline-block;
}

/*Full Width Menu css*/
.gb__fulltoggle--menu {
  position: fixed;
  top: 0;
  left: -500px;
  background-color: #ffffff;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 50px;
  transition: all 0.4s ease-in-out;
  z-index: 8;
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.active-menu {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.active-menu:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.active-menu .gb__fulltoggle--menu {
  left: 0;
  transition: all 0.4s ease-in-out;
}

.gb__fullmenu--links {
  margin-top: 100px;
  height: 40vh;
  overflow: auto;
}
.gb__fullmenu--links li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #21201F;
  display: block;
  padding: 10px 0px;
}

.gb__social--links ul {
  text-align: center;
  margin-bottom: 0;
}
.gb__social--links ul li {
  display: inline-block;
  margin: 0 10px;
}
.gb__social--links ul li a img {
  width: 40px;
}

.gb__social--links {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 50%);
}

.active-link {
  box-shadow: inset 0 3px 0 #E1711E;
}

.gb__topheader--right ul li a {
  position: relative;
}
.gb__topheader--right ul li a span {
  position: absolute;
  background-color: #e1711e;
  padding: 2px 7px;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  top: 16px;
  right: 12px;
}
.gb__topheader--right ul li a .close-search {
  top: -100px;
  transition: all 0.3s ease-in-out;
}

/*Responsive Menu Css*/
.active-menu .gb__fulltoggle--menu .grup--active a {
  color: #e1711e;
}

@media (max-width: 767px) {
  #menu-toggle b {
    display: none;
  }
  .gb__site--header .col--33:first-child {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .gb__site--header .col--33:nth-child(2) {
    max-width: 220px;
    flex: 0 0 220px;
  }
  .gb__site--header .col--33:nth-child(3) {
    flex: 0 0 110px;
    max-width: 110px;
  }
  .toggle--menu {
    width: 80px;
  }
  .toggle--menu .menu-toggle {
    margin: 0;
    padding: 20px 20px 40px;
  }
  .gb__site--header .row {
    justify-content: space-between;
  }
  .gb__site--header .gb__topheader--right ul li:last-child {
    display: none;
  }
  .gb__site--header .gb__topheader--right ul li a {
    padding: 25px 15px;
  }
  .gb__logo {
    padding: 15px;
  }
  .gb__topheader--right ul li a span {
    right: 4px;
  }
}
@media (max-width: 480px) {
  #menu-toggle b {
    display: none;
  }
  .gb__site--header .col--33:first-child {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .gb__site--header .col--33:nth-child(2) {
    max-width: 220px;
    flex: 0 0 220px;
  }
  .gb__site--header .col--33:nth-child(3) {
    flex: 0 0 110px;
    max-width: 110px;
  }
  .toggle--menu {
    width: 80px;
  }
  .toggle--menu .menu-toggle {
    margin: 0;
    padding: 20px 20px 40px;
  }
  .gb__site--header .row {
    justify-content: space-between;
  }
  .gb__site--header .gb__topheader--right ul li:last-child {
    display: none;
  }
  .gb__site--header .gb__topheader--right ul li a {
    padding: 25px 15px;
  }
  .gb__logo {
    padding: 15px;
  }
  .gb__topheader--right ul li a span {
    right: 4px;
  }
}
@media (max-width: 480px) {
  .gb__site--header .col--33:nth-child(2) {
    max-width: 150px;
    flex: 0 0 150px;
  }
  .gb__site--header .col--33:nth-child(3) {
    flex: 0 0 90px;
    max-width: 90px;
  }
  .gb__site--header .gb__topheader--right ul li a {
    padding: 25px 10px;
  }
}
.search-input {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  padding: 30px 20px;
  z-index: 111;
  border-radius: 0%;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #e1711e;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.search-input.active {
  top: 0;
  transition: all 0.3s ease-in-out;
}

.close-search.active {
  top: 50% !important;
  z-index: 11111;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease-in-out;
}

/*mega menu*/
.mega--menu--link {
  position: relative;
}
.mega--menu--link ul li:hover .menu-item-children {
  opacity: 1;
  visibility: visible;
  z-index: 1111;
}
.mega--menu--link ul li .menu-item-children.active {
  opacity: 1;
  visibility: visible;
  z-index: 1111;
}

.menu-item-children {
  background: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -11;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0 45px;
  border-top: 1px solid #e8e8e8;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.menu-item-children ul {
  display: block;
  margin-right: 40px;
}
.menu-item-children ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.menu-item-children .list-heading {
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .gb__site--header .gb__topheader--right ul li .login-btn {
    padding: 27px 30px;
  }
}
.gb__megamenu--mobile {
  position: fixed;
  top: 76px;
  z-index: 1111;
  background: #ffffff;
  left: -100%;
  height: 100%;
  width: 500px;
  transition: all 0.6s ease-in-out;
}
.gb__megamenu--mobile .nav-menu {
  left: 0;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.gb__megamenu--mobile .nav-menu li {
  list-style-type: none;
  display: block;
  background: transparent;
  width: 100%;
  display: flex;
}
.gb__megamenu--mobile .nav-menu .sub-menu-toggle {
  display: none;
  display: inline-block;
  cursor: pointer;
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
.gb__megamenu--mobile .nav-menu .sub-menu {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
  transition: all 400ms ease-in;
  z-index: 5;
  background-color: #ffffff;
  transform: translate3d(0%, 0px, 0px);
  height: 100%;
}
.gb__megamenu--mobile .nav-menu .sub-menu.active {
  transform: translate3d(-100%, 0px, 0px);
}
.gb__megamenu--mobile .nav-menu, .gb__megamenu--mobile .sub-menu {
  position: absolute;
  top: 83px;
  z-index: 11111;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 100%;
  background-color: #ffffff;
}

.gb__megamenu--mobile .gb__tab-content li > a {
  display: block;
  color: #21201F;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
  width: 100%;
  transition: all 300ms ease;
}
.gb__megamenu--mobile .gb__tab-content li:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.gb__megamenu--mobile.active {
  left: 0;
  transition: all 0.6s ease-in-out;
}
.gb__megamenu--mobile .sub-menu .close div {
  padding: 12px 15px 10px 30px;
  cursor: pointer;
  background-image: url(../images/left.svg);
  background-repeat: no-repeat;
  background-position: 6% center;
  color: #21201F;
  font-weight: 500;
}
.gb__megamenu--mobile .gb__tabs ul {
  display: flex;
  border-block: 1px solid #E8E8E8;
}
.gb__megamenu--mobile .gb__tabs ul li {
  padding: 15px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.gb__megamenu--mobile .gb__tabs ul li:not(:last-child) {
  border-right: 1px solid #E8E8E8;
}
.gb__megamenu--mobile .gb__tabs ul .gb__current--tab a {
  color: #e1711e;
}
.gb__megamenu--mobile .gb__tab-content {
  display: none;
  margin-top: 30px;
}
.gb__megamenu--mobile .gb__tab-content.current {
  display: block;
}

.gb__megamenu--mobile .gb__tab-content ul li a, .gb__tabs ul li a {
  color: #21201F;
  font-weight: 500;
}

@media (max-width: 575px) {
  .gb__megamenu--mobile {
    width: 315px;
  }
}
.active-menu .gb__fulltoggle--menu .grup--active a {
  color: #e1711e;
}

.gb__site--header {
  padding-bottom: 140px;
}
.gb__site--header .container-full {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #ffffff;
}

@media (max-width: 991px) {
  .gb__site--header {
    padding-bottom: 80px;
  }
}
.gb__siter--footer {
  padding: 40px 0px 0px;
}
.gb__siter--footer .container {
  padding: 40px 15px;
  border-top: 1px solid rgba(33, 32, 31, 0.15);
  border-bottom: 1px solid rgba(33, 32, 31, 0.15);
}
.gb__siter--footer .gb__footer--logo p {
  max-width: 80%;
}
.gb__siter--footer .gb__footer--link h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #21201F;
}
.gb__siter--footer .gb__footer--link ul {
  margin: 15px 0px 0px;
}
.gb__siter--footer .gb__footer--link ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #777777;
  padding: 5px 0px;
  display: block;
}

.gb__socialfoooter--links li {
  display: inline-block;
  margin-right: 10px;
}

.gb__siter--footer .gb__socialfoooter--links li a {
  padding: 0 !important;
}
.gb__siter--footer .gb__socialfoooter--links li a svg {
  width: 40px;
  height: 40px;
}

.gb__siter--footer .contact--support ul {
  margin-top: 0px;
}
.gb__siter--footer .contact--support ul li {
  display: inline-flex;
  margin-top: 10px;
}
.gb__siter--footer .contact--support ul li a {
  display: inline-block;
  padding: 0;
}
.gb__siter--footer .contact--support ul li span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #e1711e;
  display: inline-block;
}

@media (max-width: 1700px) {
  .gb__siter--footer .gb__footer--logo p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .mega--menu--link {
    display: none;
  }
  .mega--menu--link .gb__siter--footer .col--25,
.mega--menu--link .gb__siter--footer .col--30,
.mega--menu--link .gb__siter--footer .col--20 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .gb__footer--link {
    margin-bottom: 15px;
  }
  .gb__footer--link .row {
    flex-wrap: nowrap;
  }
  .gb__footer--link .row .col--50 {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .gb__siter--footer .gb__footer--link ul li a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .gb__footer--link {
    margin-bottom: 15px;
  }
  .gb__footer--link .row {
    flex-wrap: nowrap;
  }
  .gb__footer--link .row .col--50 {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .gb__siter--footer .gb__footer--link ul li a {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Agfa Rotis Semisans";
  src: url("../fonts/AgfaRotisSemisans.eot");
  src: url("../fonts/AgfaRotisSemisans.eot?#iefix") format("embedded-opentype"), url("../fonts/AgfaRotisSemisans.woff2") format("woff2"), url("../fonts/AgfaRotisSemisans.woff") format("woff"), url("../fonts/AgfaRotisSemisans.ttf") format("truetype"), url("../fonts/AgfaRotisSemisans.svg#svgFontName") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "RotisSemiSans";
  src: url("../fonts/RotisSemiSans-Light.eot");
  src: url("../fonts/RotisSemiSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSemiSans-Light.woff2") format("woff2"), url("../fonts/RotisSemiSans-Light.woff") format("woff"), url("../fonts/RotisSemiSans-Light.ttf") format("truetype"), url("../fonts/RotisSemiSans-Light.svg#svgFontName") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "RotisSemiSans";
  src: url("../fonts/RotisSemiSans-Bold.eot");
  src: url("../fonts/RotisSemiSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSemiSans-Bold.woff2") format("woff2"), url("../fonts/RotisSemiSans-Bold.woff") format("woff"), url("../fonts/RotisSemiSans-Bold.ttf") format("truetype"), url("../fonts/RotisSemiSans-Bold.svg#svgFontName") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "RotisSemiSans";
  src: url("../fonts/RotisSemiSans-Italic.eot");
  src: url("../fonts/RotisSemiSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSemiSans-Italic.woff2") format("woff2"), url("../fonts/RotisSemiSans-Italic.woff") format("woff"), url("../fonts/RotisSemiSans-Italic.ttf") format("truetype"), url("../fonts/RotisSemiSans-Italic.svg#svgFontName") format("svg");
  font-weight: normal;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  counter-reset: section;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: Poppins;
  position: relative;
}

*, *:before, *:after {
  box-sizing: border-box !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: Agfa Rotis Semisans;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 17px;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
}

::-moz-selection {
  background-color: #E1711E;
  color: #ffffff;
}

::selection {
  background-color: #E1711E;
  color: #ffffff;
}

:focus {
  outline: none !important;
}

path {
  transition: all 0.6s ease-in-out;
}

a {
  text-decoration: none;
  transition: all 0.6s ease-in-out;
  word-break: break-word;
}
a:focus {
  outline: none;
}
a:hover {
  transition: all 0.6s ease-in-out;
}

p {
  margin-top: 0;
}

p:empty {
  display: none;
}

a.btn, .btn {
  background-color: #E1711E;
  padding: 17px 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  position: relative;
  overflow: hidden !important;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  white-space: break-spaces;
  background-size: 100% 100%;
  transition: all 0.4s ease-in-out;
}
a.btn:hover, .btn:hover {
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
}
a.btn svg, .btn svg {
  margin-left: 10px;
}
a.btn:before, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #21201F;
  z-index: -1;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
}
a.btn:hover:before, .btn:hover:before {
  transform: translateX(0);
  transition: 0.5s ease-in-out;
}

.btn span img {
  position: relative;
  top: 3px;
  left: 6px;
}

.btn-arrow {
  background-image: url(../images/rounded_arrow.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 19px;
}

ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}

li {
  list-style: none;
}

.disk-list {
  padding-left: 20px;
}
.disk-list li {
  list-style-type: disc;
}

.number-list {
  padding-left: 20px;
}
.number-list li {
  list-style-type: decimal;
}

.cIcon-list li {
  background: url(../images/c_icon.svg) no-repeat center left/16px;
  padding-left: 30px;
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1650px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col--16 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
  padding: 0 15px;
}

.col--20 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.col--25 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.col--30 {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px;
}

.col--33 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}

.col--40 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
}

.col--45 {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 15px;
}

.col--50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col--55 {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 0 15px;
}

.col--60 {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 15px;
}

.col--65 {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 15px;
}

.col--35 {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 15px;
}

.col--70 {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 15px;
}

.col--75 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}

.col--80 {
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 15px;
}

.col--100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-column {
  flex-direction: column;
}

.mb-0 {
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.my-auto {
  margin: 0 auto;
}

a.text-white, .text-white {
  color: #ffffff;
}

a.light-green-text, .light-green-text {
  color: #21201F;
}

.primary-bg {
  background-color: #E1711E;
}

.light-green-bg {
  background-color: #21201F;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bg-white {
  background-color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: bold;
}

section {
  position: relative;
  z-index: 1;
}

.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E1711E;
  opacity: 0.46;
  z-index: -1;
  mix-blend-mode: multiply;
}

.ct--card {
  background-color: #ffffff;
  border-radius: 39px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  transition: all 0.6s ease-in-out;
}
.ct--card p {
  transition: all 0.6s ease-in-out;
}
.ct--card:hover {
  background-color: #E1711E;
  transition: all 0.6s ease-in-out;
}
.ct--card:hover p, .ct--card:hover li {
  color: #ffffff;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 1700px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1199px) {
  .parallax__section {
    background-attachment: fixed !important;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 870px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 870px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 640px;
  }
  .col--20, .col--25, .col--30, .col--33, .col--40, .col--45, .col--50, .col--55, .col--60, .col--70, .col--75, .col--80, .col--35, .col--65 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body p {
    font-size: 14px;
  }
}
.parallax__spacing {
  padding: 20% 0;
}

.parallax__section {
  background-position: center;
  background-size: cover;
}

.ct__conatct__main {
  margin-top: 20px;
}
.ct__conatct__main .row {
  margin: 0 -35px;
}
.ct__conatct__main .col--50, .ct__conatct__main .col--100 {
  padding: 0 35px;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-group textarea.form-control {
  height: 200px;
  resize: none;
}
.form-group .form-control {
  width: 100%;
  display: block;
  border: none;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  background-color: transparent;
  white-space: break-spaces;
  word-break: break-word;
  box-shadow: none;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.form-group .form-control::-moz-placeholder {
  color: rgba(34, 55, 43, 0.8);
}
.form-group .form-control:-ms-input-placeholder {
  color: rgba(34, 55, 43, 0.8);
}
.form-group .form-control::placeholder {
  color: rgba(34, 55, 43, 0.8);
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group select {
  background: #ffffff url(../images/downselect.svg) no-repeat 97% center/16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group .custom__file-input {
  opacity: 0;
  display: none;
}
.form-group .custom__file {
  position: relative;
}
.form-group .custom__file .file-custom-button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  padding: 26px 75px;
}

.btn-wrapper {
  position: relative;
}
.btn-wrapper .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 21px;
  right: 29px;
  z-index: 9;
}

.wpcf7 .wpcf7-form label.error {
  color: #d31515;
  font-size: 14px;
  padding-left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #d31515;
  color: #d31515;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0f910f;
  color: #0f910f;
}

.wpcf7-not-valid-tip {
  color: #d31515;
}

.section__spacing {
  padding: 60px 0;
  position: relative;
}

.number__list {
  margin-left: 12px;
}
.number__list li {
  list-style: decimal;
}

.main__title {
  position: relative;
}
.main__title h2, .main__title .h2 {
  color: #21201F;
  position: relative;
}
.main__title h4 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 300;
}
.main__title h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.main__title p {
  font-size: 28px;
}

.green-link {
  display: inline-flex;
  align-items: center;
}
.green-link svg {
  margin-left: 10px;
}
.green-link svg g g {
  stroke: #00A039;
  transition: all 0.6s ease-in-out;
}
.green-link svg path {
  fill: #00A039;
}
.green-link:hover {
  color: #E1711E !important;
}
.green-link:hover svg g g {
  stroke: #E1711E;
  transition: all 0.6s ease-in-out;
}
.green-link:hover svg path {
  fill: #E1711E;
  transition: all 0.6s ease-in-out;
}

@-webkit-keyframes simple-move {
  100% {
    transform: translate(5px, 30px);
  }
}

@keyframes simple-move {
  100% {
    transform: translate(5px, 30px);
  }
}
.rounded-animation {
  -webkit-animation: round-move 25s linear infinite alternate;
          animation: round-move 25s linear infinite alternate;
}

@-webkit-keyframes round-move {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes round-move {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
  body p {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 15px;
  }
  a.btn, .btn {
    font-size: 14px;
  }
  .ct--card {
    padding: 20px;
  }
  .ct__conatct__main .row {
    margin: 0 -20px;
  }
  .ct__conatct__main .col--50, .ct__conatct__main .col--100 {
    padding: 0 20px;
  }
  .form-group .form-control {
    font-size: 18px;
    padding: 20px;
  }
  .form-group .custom__file .file-custom-button {
    font-size: 18px;
    padding: 20px 40px;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .ct--card {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .ct__conatct__main .row {
    margin: 0 -15px;
  }
  .ct__conatct__main .col--50, .ct__conatct__main .col--100 {
    padding: 0 15px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-group .form-control {
    font-size: 14px;
    padding: 15px 20px;
  }
  .form-group .btn {
    font-size: 16px;
    padding: 15px 60px 15px 20px;
  }
  .form-group .custom__file .file-custom-button {
    font-size: 14px;
    padding: 14px 20px;
    height: 53px;
  }
  .form-group .custom__file .file-custom-text {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .section__spacing {
    padding: 40px 0;
  }
  .main__title h2, .main__title .h2 {
    font-size: 30px;
  }
  .main__title p {
    font-size: 16px;
  }
  .cIcon-list li {
    background-size: 12px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .section__spacing {
    padding: 40px 0;
  }
  .main__title h2, .main__title .h2 {
    font-size: 30px;
  }
  .main__title p {
    font-size: 16px;
  }
  .cIcon-list li {
    background-size: 12px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .main__title h2, .main__title .h2 {
    font-size: 26px;
  }
  .form-group textarea.form-control {
    height: 150px;
  }
  .form-group select {
    background-size: 14px;
  }
  a.btn, .btn {
    font-size: 12px;
    padding: 12px 20px;
  }
  a.btn svg, .btn svg {
    margin-left: 8px;
    width: 14px;
    height: 14px;
  }
}
/*Form Css*/
.gb__form-group .gb__form--control {
  padding: 10px 10px 10px 0;
  border-width: 0px 0px 1px 0px;
  background-color: transparent;
  width: 100%;
  border-color: #777777;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #777777;
}

.gb__submit--btn {
  position: absolute;
  display: inline-flex;
  margin-left: -5px;
  right: 0;
  top: 1px;
}
.gb__submit--btn .btn {
  width: 100%;
  padding: 14px 50px 14px 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.gb__submit--btn img {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 48%;
  transform: translate(-50%, -50%);
}

.gb__insta--slider {
  margin: 25px 0;
}

.breadcrumb {
  position: relative;
  z-index: 11;
}

.grup_subcategory .widgettitle, .grup_subcategory .woof_text_search_container {
  display: none;
}

.grup_subcategory {
  padding: 0;
  margin-top: 50px;
}
.grup_subcategory .woof_container {
  width: 150px;
  float: left;
  padding-right: 15px;
}
.grup_subcategory .woof_container .chosen-container-single .chosen-single {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.grup_subcategory .woof_container .chosen-container-single span {
  text-transform: capitalize;
}
.grup_subcategory .woof_container .chosen-container .chosen-results li.highlighted {
  background-color: #e1711f;
  background-image: linear-gradient(#e1711f 20%, #e1711f 90%);
  color: #fff;
}
.grup_subcategory .woof_query_save_container.woof_container {
  float: none;
  width: 100%;
}

.gr__wccomman--page {
  padding-top: 10px;
}

.gb__productcategorytype--section {
  margin-bottom: 50px;
}
.gb__productcategorytype--section .gb__category--desc {
  margin-bottom: 30px;
}

.gb__insta--slider .swiper-navigation, .gb__insta--slider .swiper-pagination-wrapper {
  display: none;
}

.gr__wccomman--page .woocommerce-ordering select {
  border: 0;
  border-bottom: 1px solid;
  background: none;
  padding-left: 0;
}

.gb__redecorate .container {
  background-color: rgba(225, 113, 30, 0.15);
}
.gb__redecorate .gb__redecorate--section {
  max-width: 960px;
  padding: 80px 0;
}
.gb__redecorate p, .gb__redecorate h3 {
  color: #000000;
}
.gb__redecorate p {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .gb__service--bar .swiper-slide.col--33 {
    padding: 0;
  }
  .gb__service--bar .gb_icon-info p {
    font-size: 14px;
  }
}
/*30-05-20220*/
.entry-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
}
.entry-content .wp-block-image {
  padding-top: 53%;
}
.entry-content .wp-block-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-content figure {
  position: relative;
  flex: 0 0 43%;
  max-width: 43%;
  align-self: flex-start;
}
.entry-content .gb__news--latter {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 100px;
}

.grup__regsiter--form {
  position: relative;
  flex: 0 0 57%;
  max-width: 57%;
  padding: 80px 100px;
}
.grup__regsiter--form .the_champ_error {
  display: none;
}
.grup__regsiter--form h1 {
  font-size: 46px;
  color: #000000;
}
.grup__regsiter--form .input-text {
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  border: 0;
  border-bottom: 1px solid #777777;
}
.grup__regsiter--form .button.woocommerce-form-login__submit {
  position: absolute;
  bottom: 40px;
  left: 100px;
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 500;
}
.grup__regsiter--form .woocommerce-form-login__rememberme {
  float: left;
  font-size: 18px;
}
.grup__regsiter--form p.lost_password {
  float: right;
}
.grup__regsiter--form p.lost_password a {
  font-size: 18px;
  color: #e1711e;
  font-weight: 500;
}
.grup__regsiter--form h3 {
  font-size: 24px;
  margin: 25px 0;
  color: #000000;
}
.grup__regsiter--form h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
  color: #000000;
  font-family: "Poppins";
}
.grup__regsiter--form h5 a {
  color: #e1711e;
  text-decoration: underline;
  font-size: 20px;
}
.grup__regsiter--form .form-row {
  margin-bottom: 25px;
}
.grup__regsiter--form .the_champ_login_container .the_champ_login_ul li {
  margin-right: 20px !important;
}
.grup__regsiter--form > p {
  margin-bottom: 40px;
  font-size: 18px;
}
.grup__regsiter--form .woocommerce-form-register__submit.btn {
  position: absolute;
  bottom: 40px;
  left: 100px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0 !important;
}
.grup__regsiter--form .btn span img {
  top: 1px;
}

.grup__lost--wrapper {
  align-items: center;
}

.grup__lost_password {
  padding: 100px;
}
.grup__lost_password h2 {
  font-size: 46px;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.grup__lost_password .input-text {
  border: 0;
  border-bottom: 1px solid;
  padding: 15px 0 !important;
  font-size: 20px;
}
.grup__lost_password .form-row {
  width: 100% !important;
}
.grup__lost_password .form-row .button.btn {
  border-radius: 0 !important;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1600px) {
  .grup__regsiter--form {
    padding: 40px;
  }
  .grup__regsiter--form .woocommerce-form-login__submit.btn, .grup__regsiter--form .woocommerce-form-register__submit.btn {
    left: 40px;
    bottom: 0;
  }
  .grup__lost_password {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .grup__regsiter--form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 40px;
    order: 0;
  }
  .grup__regsiter--form h1 {
    font-size: 30px;
  }
  .grup__regsiter--form .woocommerce-form-login__submit.btn, .grup__regsiter--form .woocommerce-form-register__submit.btn {
    left: 0;
  }
  .entry-content figure {
    display: none;
  }
  .grup__lost--img {
    display: none;
  }
  .grup__lost_password {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
h1.entry-title {
  display: none;
}

.woocommerce .woocommerce-breadcrumb a:first-child {
  padding: 15px 10px 4px;
  font-size: 0;
  background-image: url(../images/home-muted.svg);
  background-size: 18px;
  background-repeat: no-repeat;
}

.gb__insta--slider .swiper-slide {
  padding: 0 6px;
}

.gb__service--bar {
  background-color: #E1711E;
}
.gb__service--bar .row {
  flex-wrap: nowrap;
  overflow: auto;
}
.gb__service--bar .gb__service--box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.gb__service--bar .gb__service--box h6 {
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 600;
  color: #FFE8D6;
}
.gb__service--bar .gb__service--box .gb_icon--img img {
  width: 30px;
}
.gb__service--bar .gb_icon-info {
  padding-left: 10px;
}
.gb__service--bar .gb_icon-info p {
  margin-bottom: 0px;
  color: #FFE8D6;
}
.gb__service--bar .gb__service--bar .col--33:nth-child(2) {
  border-left: 2px solid #ffe8d6;
  border-right: 2px solid #ffe8d6;
}

@media (max-width: 767px) {
  .gb__service--bar .gb__service--box h6 {
    font-size: 13px;
  }
  .gb__service--bar .row .col--33:nth-child(2) .gb__service--box {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
@media (max-width: 480px) {
  .gb__service--bar .gb__service--box h6 {
    font-size: 13px;
  }
  .gb__service--bar .row .col--33:nth-child(2) .gb__service--box {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
/*Banner section Css Start */
.gb__banner--section {
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gb__banner--section .gb__banner--text {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.gb__banner--section .gb__banner--text h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.271vw;
  line-height: 4.271vw;
  color: #FFFAF2;
}
.gb__banner--section .gb__banner--text p {
  color: #ffffff;
}
.gb__banner--section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(90deg, #000000 -27.93%, rgba(0, 0, 0, 0) 122.37%);
}
.gb__banner--section .gb__banner--text {
  position: relative;
  z-index: 2;
}

.gb__trend--title .row {
  margin: 0;
}
.gb__trend--title .col--65 {
  padding-right: 0px;
}

.gb_trendslider--img {
  position: relative;
  overflow: hidden;
  padding-top: 120%;
}
.gb_trendslider--img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gb__trend--title .container--full {
  padding-left: 7vw;
}
.gb__trend--title .gb__trend--text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  max-width: 90%;
}

.gb__comman--title span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E1711E;
}
.gb__comman--title h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #21201F;
}

h1.woocommerce-products-header__title.page-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #21201F;
}

.gb_product--title h6 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #21201F;
  margin-top: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.gb_product--title {
  margin-top: 10px;
}
.gb_product--title .best-seller {
  background-color: #E1711E;
  padding: 3px 10px;
  display: inline-block;
  color: #ffffff;
}

.gb_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .trend--slider {
    margin-top: 30px;
  }
  .gb__banner--section .gb__banner--text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .gb__banner--section {
    padding: 130px 0px;
  }
  .gb__comman--title h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h1.woocommerce-products-header__title.page-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .trend--slider {
    margin-top: 30px;
  }
  .gb__banner--section .gb__banner--text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .gb__banner--section {
    padding: 130px 0px;
  }
  .gb__comman--title h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h1.woocommerce-products-header__title.page-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.gb__insta--title {
  display: flex;
  align-items: center;
}
.gb__insta--title h5 {
  font-family: "Agfa Rotis Semisans";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-transform: capitalize;
  color: #21201F;
  margin-bottom: 0px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .gb__insta--title h5 {
    font-size: 24px;
  }
  .gb__insta--title img {
    width: 28px;
  }
}
@media (max-width: 480px) {
  .gb__insta--title h5 {
    font-size: 24px;
  }
  .gb__insta--title img {
    width: 28px;
  }
}
/* News Latter Section Css */
.gb__news--latter .gb__newsletter--title h3 {
  font-family: "Agfa Rotis Semisans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  color: #21201F;
}
.gb__news--latter .gb__newsletter--title p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
}

.bg__newsletter--form .gb__form-group {
  text-align: right;
}
.bg__newsletter--form .bg__terms--check {
  width: 100%;
  text-align: left;
  margin: 10px auto 0px 0;
}
.bg__newsletter--form .bg__terms--check input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  margin: 0em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  position: relative;
  top: 5px;
  background-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.bg__newsletter--form .bg__terms--check input[type=checkbox]:checked {
  background-color: #E1711E;
  border-color: #E1711E;
  background-image: url(../../assets/images/check.svg);
}
.bg__newsletter--form .bg__terms--check label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  padding-left: 5px;
}
.bg__newsletter--form .bg__terms--check label a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #E1711E;
  padding-left: 5px;
}

.gb__siter--footer .container {
  padding: 20px 15px;
}

.bottom--footer p {
  margin: 0px;
  padding: 15px 0px;
}

@media (max-width: 1700px) {
  .bg__newsletter--form .bg__terms--check {
    max-width: 97%;
  }
}
@media (max-width: 1400px) {
  .bg__newsletter--form .bg__terms--check {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .gb__form-group .gb__form--control {
    max-width: 100%;
  }
  .grid_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_row .col--100:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 767px) {
  .gb__news--latter .gb__newsletter--title h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .gb__news--latter .gb__newsletter--title p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .gb__news--latter .gb__newsletter--title h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .gb__news--latter .gb__newsletter--title p {
    font-size: 14px;
  }
}
.breadcrumb {
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb .breadcrumb-item a span {
  margin-right: 5px;
}
.breadcrumb .breadcrumb-item.active a {
  color: #ffffff;
}

/*Category Section*/
.gb__productcategory--section .gb__sidelists--types p {
  color: #000000;
  font-weight: 600;
}
.gb__productcategory--section .gb__sidelists--types ul {
  margin-bottom: 25px;
}
.gb__productcategory--section .gb__sidelists--types ul li a {
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
}
.gb__productcategory--section .gb__list--right .gb__category--desc {
  margin-bottom: 40px;
}
.gb__productcategory--section .gb__list--right .gb__category--desc .gb__category--image {
  position: relative;
  padding-top: 125%;
}
.gb__productcategory--section .gb__list--right .gb__category--desc .gb__category--image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gb__productcategory--section .gb__list--right .gb__category--desc .gb__category--name p {
  font-family: "Agfa Rotis Semisans";
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin: 15px 0;
}
.gb__productcategory--section .gb__list--right .gb__category--types {
  margin-bottom: 25px;
}
.gb__productcategory--section .gb__list--right .gb__category--types h4 {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.gr__wccomman--page .gr__container {
  flex-direction: row;
}
.gr__wccomman--page .gr__container .grup_category_parent {
  flex: 0 0 275px;
  max-width: 275px;
}

.grup_custom_categories {
  flex: 0 0 calc(100% - 275px);
  max-width: calc(100% - 275px);
}

@media (max-width: 1280px) {
  .gb__productcategory--section .gb__list--right .col--25 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .grup_custom_categories {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
  .gr__wccomman--page .gr__container .grup_category_parent {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .gr__wccomman--page .gr__container .grup_category_parent {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .gr__wccomman--page .gr__container .grup_category_parent ul {
    margin-right: 10px;
  }
  .grup_custom_categories {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .gr__wccomman--page .gr__container .grup_category_parent {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .gr__wccomman--page .gr__container .grup_category_parent ul {
    margin-right: 10px;
  }
  .grup_custom_categories {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .gb__productcategory--section .gb__list--right .col--25 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
/*reccomend- slider*/
.gb__recommendslider {
  margin: 50px 0;
}
.gb__recommendslider .swiper-button-next, .gb__recommendslider .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: 50%;
  color: rgba(0, 0, 0, 0);
  background-color: #e1711e;
  border-radius: 50%;
  padding: 26px;
}
.gb__recommendslider .swiper-button-next {
  background-image: url(../images/Arrow.svg);
  right: 155px;
}
.gb__recommendslider .swiper-button-prev {
  background-image: url(../images/arrow-left.svg);
  left: 165px;
}
.gb__recommendslider .recommend--slider {
  margin: 60px 0 50px 145px;
}
.gb__recommendslider .recommend--slider .gb__product--title {
  margin-top: 15px;
}
.gb__recommendslider .recommend--slider .gb__product--title p {
  font-size: 18px;
  margin: 0;
  color: #21201F;
}
.gb__recommendslider .recommend--slider .gb_title {
  margin-bottom: 3px;
}
.gb__recommendslider .recommend--slider .gb_recommendslider--img {
  position: relative;
  padding-bottom: 125%;
}
.gb__recommendslider .recommend--slider .gb_recommendslider--img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .gb__recommendslider .recommend--slider {
    margin-left: 85px;
  }
}
@media (max-width: 1199px) {
  .gb__recommendslider .recommend--slider {
    margin-left: 40px;
  }
  .gb__recommendslider .swiper-button-next {
    right: 50px;
    padding: 22px;
  }
  .gb__recommendslider .swiper-button-prev {
    left: 50px;
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .gb__recommendslider .recommend--slider {
    margin: 40px;
  }
}
@media (max-width: 480px) {
  .gb__recommendslider .recommend--slider {
    margin: 40px;
  }
}
@media (max-width: 575px) {
  .gb__recommendslider .recommend--slider {
    margin: 40px 10px;
  }
}
/*redecorate rugs css start*/
.gb__redecorate .container {
  background-color: rgba(225, 113, 30, 0.15);
}
.gb__redecorate .gb__redecorate--section {
  max-width: 960px;
  padding: 80px 0;
}
.gb__redecorate p, .gb__redecorate h3 {
  color: #000000;
}
.gb__redecorate p {
  margin-bottom: 30px;
}
.gb__redecorate h3 {
  text-transform: uppercase;
}/*# sourceMappingURL=product-category.css.map */