body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  color: #666;
}

a:hover {
  color: #007bff;
}

p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.form-control {
  font-size: .875rem;
}

header {
  max-height: 100px;
  position: absolute;
  width: 100%;
  z-index: 2;
  /* background: rgba(255,255,255,0.65); */
}

.head {
  margin: 20px 0;
}

ul.productlist li {
  padding: 10px;
}

header.fixed-header {
  position: fixed;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.95);
}

.logo-wrap a img {
  width: 100%;
  max-width: 200px;
}

.logo-wrap a {
  line-height: normal;
}

.navigation {
  float: right;
  width: auto;
  /* margin-top: 10px; */
}

nav {
  width: 100%;
}

nav ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}

nav li {
  float: left;
  text-transform: uppercase;
  position: relative;
  margin: 0 20px;
}

nav li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding: 24px 0;

  letter-spacing: 2px;
}

nav li.parent ul {
  padding: 10px 0;
  width: 165px;
  display: none;
  border-top: 5px solid #171717;
  background: #fff;
  position: absolute;
  top: 68px;
  left: -48px;
  margin-left: -35px;
  -webkit-box-shadow: -1px 2px 4px 0 #ececec;
  -moz-box-shadow: -1px 2px 4px 0 #ececec;
  box-shadow: -1px 2px 4px 0 #ececec;
}

nav li.parent ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: auto;
  right: 14px;
  width: 0;
  height: 0;
  margin: auto;
  border-bottom: 9px solid #171717;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #171717 transparent;
  transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
}

nav li.parent ul li {
  float: none;
  margin: 0 10px;
  border-bottom: 1px dashed #bfbfbf;
  padding: 4px 0;
}

nav li.parent ul li:last-child {
  border-bottom: 0;
}

nav li.parent ul li a {
  color: #000;
  line-height: inherit;
  font-size: 12px;
  font-weight: 400;
}

nav li a:hover,
nav li.parent ul li a:hover {
  color: #941d21;
  text-decoration: none;
  /* border-bottom: 3px solid #19a94a; */
}

nav li a:focus {
  color: #000;
}

.hero-banner {
  position: relative;
}

.hero-banner img {
  width: 100vw;
}

.print-partner {
  width: 55%;
  height: 320px;
  position: absolute;
  left: 0;
  top: 25%;
  margin: auto;
  padding: 30px 175px;
}

.print-partner h1 {
  color: #2fade0;
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.print-partner p {
  font-weight: 300;
  line-height: 34px;
  font-size: 1.3rem;
}

.cta-dark {
  border: 1px solid transparent;
  border-radius: 200px;
  padding: 10px 30px;
  background: #0d69b4;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin: 10px;
  width: fit-content;
  justify-content: center;
  text-transform: uppercase;
  transition: all .2s ease-in;
}

.cta-dark:hover,
.cta-dark:focus {
  outline: none;
  border: 1px solid transparent;
  background: #004a86;
  color: #fff;
  text-decoration: none;
}

.cta-green {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 7px 20px;
  background: #19a94b;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin: 10px;
  width: fit-content;
  justify-content: center;
  text-transform: uppercase;
}

.cta-green:hover,
.cta-green:focus {
  outline: none;
  background: #00792a;
  color: #fff;
  text-decoration: none;
}

.cta-light {
  border: 2px solid #00792a;
  border-radius: 0;
  padding: 7px 20px;
  background: #fff;
  color: #00792a;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin: 10px;
  width: fit-content;
  justify-content: center;
  text-transform: uppercase;
}

.cta-light:hover,
.cta-light:focus {
  outline: none;
  border: 2px solid #00792a;
  background: #00792a;
  color: #fff;
  text-decoration: none;
}

.cta-light-small {
  border: 2px solid #171717;
  border-radius: 0;
  padding: 7px 10px;
  background: #fff;
  color: #171717;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
  width: fit-content;
  justify-content: center;
}

.cta-red-small {
  border: 1px solid #b22222;
  color: #b22222;
  height: 100%;
}


.cta-red-small:hover,
.cta-red-small:focus,
.cta-red-small:active {
  border: 1px solid #b22222;
  background: #b22222;
  color: #fff;
  outline: 0;
}

.cta-green-small {
  border: 1px solid #00792a;
  color: #00792a;
  height: 100%;
}
nav li a.reg-comp{
  color: #b22222;
}
nav li a.reg-comp:hover{
  color: black;
}
.cta-green-small:hover,
.cta-green-small:focus,
.cta-green-small:active {
  border: 1px solid #00792a;
  background: #00792a;
  color: #fff;
  outline: 0;
}

.three-steps h2 {
  font-weight: 300;
}

.three-steps .sm-head h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.three-steps .sm-head p {
  font-weight: 300;
  padding: 0 25px;
}

.wware span {
  background: #34afe2;
  height: 17px;
  display: block;
  width: 100px;
  margin-bottom: 14px;
  margin-top: 11px;
}

.wware p {
  font-size: 1.3rem;
  font-weight: 300;
  color: #303030;
}

.col-md-6.wware-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  line-height: 40px;
}

.three-steps .sm-head img {
  margin: 10px 0;
}

.three-steps .sm-head img:hover {
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
}

.three-steps .sm-head {
  border-right: 1px dashed #d0c8c8;
}

main {
  margin: 40px 0;
}

.head-description {
  margin-bottom: 50px;
}

/* Fabric Style*/

.fabric-title {
  font-weight: 600;
  padding: 10px 0 0;
  margin-bottom: 0;
}

.fabric-stock {
  color: #19a94a;
  font-size: 14px;
  display: block;
}

.fabric-stock img {
  width: 5%;
  height: auto;
  display: inline-block;
}

.fabric-price {
  color: #bd0303;
  font-size: 14px;
  display: block;
  font-weight: 700;
}
.blink {
  animation: blink-animation 1.5s steps(2, start) infinite;
  color: red;
}

@keyframes blink-animation {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}

/*Send Fabric Style*/
.about-wrapper {
  background: #efefef;
  width: 100%;
  background-size: contain;
  margin-top: 5px;
}
.thank-you{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      flex-direction: column;
}
.about-us-wrapper p {
  font-size: 1.15rem;
  line-height: 30px;
  font-weight: 300;
}

.about-us-wrapper h2 {
  line-height: 3rem;

}

.question {
  font-size: 1rem;
}

.faq li {
  font-size: .875rem;
}

/*General Enquiry Style*/
.enquiry-wrapper {
  font-size: 16px;
  font-weight: 600;
  /* text-align: center; */
  color: #fff;
  background: #00a7e4;
}

.enquiry-wrapper a {
  color: #000;
}

/*Footer Style*/
.footer {
  background: #000;
}

footer .footer-content {
  color: #fff;
  margin-bottom: 50px;
}

footer .footer-content ul {
  padding-left: 2px;
  list-style: none;
}

footer .footer-content ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

footer .footer-content ul li a:hover {
  color: #00a7e4;
  text-decoration: none;
  border-bottom: 1px solid #00a7e4;
  padding-bottom: 3px;
}

footer .footer-content .footer-logo {
  width: 100px;
  margin-bottom: 15px;
}

.footer-type2 {
  background: #fff;
  padding: 15px 15px 5px;
}

.footer-type2 .footer-copy-right p {
  font-size: 0.8rem;
}

.footer-type2 .paymode {
  clear: both;
}

.footer-type2 .paymode ul {
  list-style: none;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 0;
}

.footer-type2 .paymode li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.paymode-icon-set {
  width: 300px;
  float: right;
}

/* top head icons styles*/
.head-right {
  margin-top: 35px;
  float: right;
}

.head-right .mini-cart,
.head-right .search,
.head-right .head-block {
  position: relative;
  padding: 0 0 5px 0;
}

.head-right .mini-cart a,
.head-right .search a,
.head-right .head-block a {
  margin: 8px;
}

.head-right .mini-cart a img,
.head-right .search a img,
.head-right .head-block a img {
  max-width: 25px;
}

.head-wrapper {
  background: #fff;
  border-top: 5px solid #171717;
  width: 200px;
  padding: 20px;
  position: absolute;
  right: -3px;
  top: 34px;
  display: none;
  -webkit-box-shadow: -1px 2px 4px 0 #ececec;
  -moz-box-shadow: -1px 2px 4px 0 #ececec;
  box-shadow: -1px 2px 4px 0 #ececec;
}

.mini-cart:hover .head-wrapper {
  display: block;

}

.search:hover .head-wrapper {
  display: block;

}

.head-block:hover .head-wrapper {
  display: block;

}

.head-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: auto;
  right: 14px;
  width: 0;
  height: 0;
  margin: auto;
  border-bottom: 9px solid #171717;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #171717 transparent;
  transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
}


.fixed-header .shadow {
  -moz-box-shadow: inset 0 3px 0 0 #d8d8d8;
  -webkit-box-shadow: inset 0 3px 0 0 #d8d8d8;
  box-shadow: inset 0 3px 0 0 #d8d8d8;
  background: rgba(255, 255, 255, 0.65);
}


.modal-header,
.modal-footer {
  border: 0 none;
}

.modal-content .close {
  font-weight: 400;
}

/*Form Style*/
/* .form-wrapper {
  margin: 0 0 50px 0;
} */
textarea {
  width: 100%;
  border: 1px solid #ced4da;
}

.modal-footer .cta-green {
  margin: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #165f00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 169, 75, 0.25);
}

.col-form-label {
  font-weight: 600;
}

.fabOneModal .modal-header {
  padding: 1rem 1rem 1rem 0;
}

.fabOneModal .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
}

.fabOneModal .modal-title span {
  display: block;
  font-weight: 400;
}

.fabOneModal .fabric-stock {
  text-transform: uppercase;
}

.fabOneModal .fabric-stock img {
  text-transform: uppercase;
}

.fabOneModal .fabric-price {
  color: #bd0303;
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
}

.fabOneModal p {
  font-size: 0.7rem;
}

.fabOneModal .close {
  background: #fff;
  opacity: 1;
  border-radius: .3rem;
  position: absolute;
  right: -45px;
  top: 0px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.fabOneModal .close:hover {
  background: #b20f0f;
  color: #fff;
}

.video-frame {
  background: #fff;
  -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.54);
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.54);
}

.video-frame iframe {
  padding: 10px;
}


/***********************
Page title and bredcrums
***********************/
.top-container-title {
  background: #efefef;
  text-align: center;
  padding: 130px 0 80px;
  margin-bottom: 80px;
}

/* .innerbg{
  background-repeat: no-repeat;
  background-size:contain;
}
.servicebg{
  background:url(../img/banner-inner.jpg);
 
}
.aboutbg{
  background:url(../img/aboutbg.jpg);
}
.contactbg{
  background:url(../img/contactbg.jpg);
} */

.top-container-title .page-title-wrapper {
  margin-top: 0;
  float: none
}

.top-container-title .page-title-wrapper h1 {
  color: #000;
  font-size: 2rem;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.top-container-title .breadcrumbs {
  max-width: none !important;
  float: none;
  line-height: 38px;
  margin: 0
}

.top-container-title .breadcrumbs .items {
  font-size: 14px;
  color: #8f8f8f;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  list-style: none none;
  max-width: 1140px;
  margin: 0 auto;
  font-weight: 500
}

.top-container-title .breadcrumbs .items .item:not(:last-child):after {
  vertical-align: middle
}

.top-container-title .breadcrumbs .items a {
  color: #b20f0f;
  text-decoration: none
}

.top-container-title .breadcrumbs .items .item.home:before {
  content: "\f015";
  font-family: 'FontAwesome';
  vertical-align: top;
  padding-right: 5px;
  color: #000
}

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 18px;
  content: '/';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.top-container-title .breadcrumbs strong {
  font-weight: 500;
  color: #8f8f8f
}

.top-container-title .breadcrumbs a:visited {
  color: #b20f0f;
  text-decoration: none
}

.breadcrumbs .items>li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs .item {
  margin: 0;
}


.column.main h1.page-title {
  margin-bottom: 52px
}

.top-container-title+#maincontent .page-title-wrapper {
  margin-top: 0
}

.breadcrumbs {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px
}

.about-us h5,
.policy-section h6 {
  font-size: 1.125rem;
  font-weight: 600;
}

.privacy-policy-q {
  background: #eee;
}


/********************
table
********************/

.table thead th,
.table tfoot th {
  color: #19a94a;
  text-transform: uppercase;
}

.table tfoot th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table span {
  font-size: .75rem;
  display: block;
}

.table span.rate {
  display: inline;
  font-size: 1em;
}

.table td {
  vertical-align: bottom;
}

.table .price {
  font-weight: 800;
}

.font-14 {
  font-size: .875rem;
}

.fabric-test-opt {
  list-style: none;
  margin-left: -1.3rem;
}

.fabric-test-consent {
  padding: .1rem 0 0 0;
  margin-top: .2rem;
}

.fabric-test-consent label input {
  margin: 0 .3rem 0 0;
  vertical-align: middle;
}

/*********************
Media Query
*********************/

@media only screen and (max-width: 480px) {
  header.fixed-header {
    height: 60px;
  }

  .hero-banner {
    margin-top: 60px;
  }

  .innerbg {
    background: none;
    background-color: #eee;
  }

  .about-wrapper .wware-content p {
    font-size: .9rem;
    line-height: 35px;
    padding-bottom: 20px;
  }

  .logo-wrap {
    width: 40%;
  }

  .logo-wrap a {
    line-height: 50px;
  }

  .menumobile {
    background: #fff;
    display: none;
    float: none;
    height: 100vmax;
    transition: 0.4s;
    position: absolute;
    right: 0;
    top: -1px;
    width: 100%;
  }

  .menumobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
  }

  .menumobile li {
    border-bottom: 1px solid #d8d8d8;
    text-align: right;
    text-transform: uppercase;
    float: none;
  }

  .menumobile li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    display: block;
    letter-spacing: 2px;
    padding: 10px 20px;
  }

  nav li.parent ul {
    padding: 0;
    width: 100%;
    display: none;
    border-top: none;
    position: initial;
    background: none;
    top: 0;
    left: 0;
    margin-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  nav li.parent ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: auto;
    right: 14px;
    width: 0;
    height: 0;
    margin: auto;
    border-bottom: none;
    border-style: none;
    border-width: none;
    border-color: none;
    transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
  }

  nav li.parent ul li {
    float: none;
    margin: 0;
    border-bottom: 1px dashed #bfbfbf;
    padding: 4px 0;
  }

  nav li.parent ul li a {
    font-size: 14px;
    text-align: right;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 10px 20px;
  }


  .mini-cart .head-wrapper {
    width: 290px;
    right: -127px;
    top: 41px;
  }

  .mini-cart .head-wrapper::before {
    top: -10px;
    left: auto;
    right: 48%;
    ;
  }

  .search .head-wrapper {
    width: 290px;
    right: -86px;
    top: 41px;
  }

  .search .head-wrapper::before {
    top: -10px;
    left: auto;
    right: 33%;
    ;
  }

  /****************
  hamburger css
  ****************/

  #icon-wrap {
    display: none;
    width: 30px;
    height: 30px;
    top: -35px;
    right: 15px;
    z-index: 4;
    position: absolute;
  }

  #icon-wrap #nav-icon {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
  }

  #icon-wrap #nav-icon span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #icon-wrap #nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #icon-wrap #nav-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #icon-wrap #nav-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #icon-wrap #nav-icon.open span {
    background: #000;
  }

  #icon-wrap #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    left: 6px;
  }

  #icon-wrap #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #icon-wrap #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 6px;
  }

  /******************
  hamburger css ends
  ******************/
  .print-partner {
    width: 100%;
    height: auto;
    position: initial;
    padding: 20px 10px;
  }

  .three-steps .sm-head {
    border-right: 0 none;
  }

  .three-steps .sm-head p {
    font-weight: 300;
    padding: 0 40px 20px;
  }

  .head-right {
    margin-top: 0;
    float: right;
    position: absolute;
    right: 62px;
    top: -36px;
  }

  .col-xs-6 {
    width: 50%;
  }

  .footer-type2 .footer-copy-right p {
    text-align: center;
  }

  .paymode-icon-set {
    width: 100%;
    float: none;
  }

  .about-us-wrapper {
    background: #efefef;
    width: 100%;
    background-size: initial;
  }

  /*****************
    Modal window
  ******************/
  .fabOneModal .close {
    right: 0;
    top: 0;
  }

  .fabOneModal .fab-image {
    width: 50%;
  }

  .fabOneModal .modal-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .fabOneModal .fabric-stock {
    padding: 0.8rem 0 0 1rem;
  }

  .fabOneModal .fabric-stock img {
    width: 10%;
    height: auto;
    vertical-align: text-top;
  }

  .fabOneModal .fabric-price {
    text-align: right;
  }

  .top-container-title {
    padding: 75px 0 10px;
    margin-bottom: 50px
  }

  .top-container-title h1 {
    font-size: 2rem;
  }

  .top-container-title .breadcrumbs .items {
    font-size: .8rem;
    color: #8f8f8f;
  }

  .top-container-title .breadcrumbs {
    display: block
  }

  .cta-light,
  .cta-dark,
  .cta-green {
    width: 100%;
    margin: 10px 0px;
    outline: 0;
  }
}

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

.content {
  height: 100%;
}

/************************
max width 640px
************************/
@media screen and (max-width: 640px) {
  #icon-wrap {
    display: block;
  }
}

/*********************************
min width 768px || max width 800px
*********************************/
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .print-partner {
    width: 70%;
    height: 75%;
    position: absolute;
  }

  /****************
  hamburger css
  ****************/
  #icon-wrap {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: -85px;
  }

  #icon-wrap span {
    background: #000;
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    margin: 0 0 7px 0;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
    transform: rotate(-45deg) translate(-7px, 5px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
}

i.icon-grey-badge {
  background: #f31c04;
  position: absolute;
  display: block;
  z-index: 100;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  right: 3px;
  top: -5px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  line-height: 15px;
}