@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body a,
body button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
body button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

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

h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 90px;
  line-height: 105px;
  text-transform: uppercase;
  color: #ffffff;
}

h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}

.cta {
  display: inline-block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 140px;
  color: #ffffff;
  padding: 17px 53px;
}

.cta:hover {
  background: #53170c;
  color: #fff;
  border: 2px solid #53170c;
}

h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
}

body {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
}

h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: #171717;
}

p {
  line-height: 28px;
}

h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 63px;
  color: #ffffff;
}

.p-120 {
  padding: 120px 0px;
}

/* header starts here */

.top-header {
  background: #212121;
  padding: 10px 0px;
}

.top-header ul {
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}

.top-header ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #ffffff;
}

.top-header ul li {
  color: #fff;
}

.top-header ul li:not(:last-child) {
  margin-right: 20px;
}

.header-contact ul {
  justify-content: flex-start;
}

.navbar-brand img {
  max-width: 200px;
}

.navbar {
  padding: 10px 0px;
}

.navbar-light .navbar-nav {
  align-items: center;
}

.navbar-light .navbar-nav .nav-item {
  padding: 30px 0px;
}

.navbar-light .navbar-nav .nav-item:not(:last-child) {
  margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #757575;
  position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: calc(0% - 13px);
  left: 0;
  height: 2px;
  width: 0px;
  transition: all .3s linear;
  background: #53170c;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #53170c;
}

.navbar-light .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.cart-numb {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -12px;
  right: -20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.nav-item.cart-view a {
  position: relative;
  display: inline-block;
}

.identity-list ul {
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0px;
}

.identity-list ul li {
  margin-right: 78px;
}

.identity-list ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #676767;
}

.identity-list ul li span {
  padding-right: 10px;
}

.bottom-header {
  background: #f5f5f5;
  padding: 20px 0px;
}

/* banner starts here */
.banner-slider .slick-dots {
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-slider .slick-dots>li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0px;
  margin: 0px 7px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}

.banner-slider .slick-dots .slick-active button {
  background: #fff;
}

.banner-slider .slick-slide {
  height: auto;
}

.banner-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
  z-index: 0;
}

.banner-sec::after {
  content: "";
  background-image: url(../img/bg-rounded-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
}

.banner-text .cta {
  margin-top: 52px;
}

/* footer starts here */
.site-footer {
  background: #212121;
}

.top-contact {
  padding: 40px 0px;
  border-bottom: 1px solid #fff;
  margin-bottom: 65px;
}

.top-contact span a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
}

.top-contact span {
  display: inline-block;
}

.cont-cta {
  padding: 10px 25px !important;
  background: #53170c !important;
  border: 2px solid #53170c !important;
  border-radius: 140px !important;
  display: inline-block;
  color: #fff !important;
}

.cont-cta:hover {
  border: 2px solid #fff !important;
  background: transparent !important;
  color: #53170c !important;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.foot-links {
  padding: 0px;
  list-style-type: none;
}

.foot-links li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}

.foot-info {
  padding-top: 30px;
}

.foot-info p {
  font-size: 16px;
  margin: 0px;
  color: #fff;
  text-align: left;
}

.mobile-cart {
  display: none;
}

.foot-logo img {
  max-width: 200px;
}

.cat-crumb {
  padding: 25px 0px;
}

.cat-crumb .breadcrumb {
  background: none;
  margin-bottom: 12px;
  padding: 0px;
}

.cat-crumb .breadcrumb-item a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
}

.cat-crumb .breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.cat-crumb {
  border-bottom: 1px solid #e1e1e1;
}

.cat-sec h4 {
  color: #444444;
}

.cat-images {
  padding: 62px 0px;
}

.cat-img {
  border: 1px solid #e1e1e1;
  padding: 40px;
}

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

.cat-text {
  padding: 19px 0px 0px;
}

.cat-table {
  width: 100%;
  border: none !important;
  border-collapse: collapse !important;
}

.id-wrapper {
  display: flex;
  align-items: center;
}

.cat-table thead th {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px !important;
}

section.cart-sec {
  padding: 56px 0px;
}

.id-text {
  padding-left: 30px;
}

table.cat-table td {
  padding: 32px 20px !important;
  border-bottom: 1px solid #e1e1e1;
}

.cat-wrapper {
  border: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-radius: 5px;
}

.cat-wrapper>span {
  display: inline-block;
}

.main-banner {
  padding: 90px 0px;
}

.contactUs-sec .container {
  max-width: 1156px;
}

.contact-head {
  width: 100%;
  max-width: 649px;
  margin: auto;
  padding-bottom: 18px;
}

.contact-form .form-control {
  padding: 18px 15px;
}

.form-control:focus {
  box-shadow: none;
  border-color: inherit;
  color: inherit;
}

.cf-btn>button {
  color: #fff;
  border: none;
}

.cf-btn>button {
  color: #fff;
  border: none;
}

.main-banner .cat-crumb {
  border-bottom: none;
}

.main-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner .cat-crumb .breadcrumb-item a {
  color: #fff;
}

.main-banner .cat-crumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

form.contact-form {
  margin: 0px;
}

.about-img img {
  max-width: 300px;
  margin: auto;
}

.about-img {
  text-align: center;
  background: #F5F5F5;
  width: 575px;
  height: 575px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.cont-btn a {
  color: #fff;
  border-radius: inherit;
}

.cont-btn {
  padding-top: 30px;
}

section.about-foot {
  border-top: 1px solid #E1E1E1;
  padding: 80px 0px;
}

form.login-form .form-control {
  padding: 18px 15px;
}

.f-wrap {
  position: relative;
}

a.forget-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #757575;
  font-size: 14px;
}

.create_wreap p {
  margin: 0px;
}

.create_wreap {
  padding-top: 26px;
}

.create_wreap p a {
  color: #171717;
}

/* tab */

.tab-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
}

.tab-menu {
  display: flex;
  align-items: center;
  border: 1px solid #42AFE533;
  max-width: 400px;
  margin: auto;
  border-radius: 115px;
  padding: 6px;
}

.tab-menu ul li a.active-a {
  background-color: #53170C;
  color: #fff;
}

.tab-menu ul li a {
  background: none;
  border-radius: 115px;
  padding: 15px 49px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  color: #000;
  display: inline-block;
}

.tab {
  display: none;
}

.tab h2 {
  color: rgba(0, 0, 0, .7);
}

.tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}

.tab-active {
  display: block;
}

.id-slider {
  border-top: 1px solid #EAEAEA;
  margin-top: 50px;
}

.id-slider .slick-slide img {
  margin: auto;
  width: 100%;
  transition: all .3s linear;
}

.id-slider .slick-arrow {
  font-size: 0px;
  border: 1px solid #EAEAEA;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
  right: auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.id-slider .slick-arrow::after {
  content: "\f104";
  font-family: "fontAwesome";
  font-size: 14px;
}

.id-slider .slick-next.slick-arrow {
  left: auto;
  right: -42px;
}

.id-slider .slick-next.slick-arrow::after {
  content: "\f105";
  font-family: "fontAwesome";
}

.id-list.slick-slide.slick-current .id-box {
  border: 2px solid #53170C;
  filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.22));
  border-radius: 5px;
  transform: scale(1.2);
}

.id-slider .id-box {
  transition: all .3s linear;
  position: relative;
}

.id-slider .slick-list {
  padding: 99px 0px 127px !important;
}

.id-list {
  padding: 0px 29px;
}

.check-box i {
  font-family: "fontAwesome";
  color: #53170C;
}

.check-box {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  background: #53170C;
  border: 4px solid #fff;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all .3s linear;
}

.check-box.show-check {
  visibility: visible;
  opacity: 1;
}

.check-box::after {
  content: "\f00c";
  font-family: "fontAwesome";
  font-size: 12px;
  color: #fff;
}

.id-card-wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 44px;
}

.upload-btn-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 36px;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.up-btn {
  background: #53170C;
  border-radius: 5px;
  color: #fff;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding: 15px 45px;
  border: 2px solid #53170C !important;
  border: none;
  transition: all .3s linear;
}

.up-btn:hover {
  background: #fff;
  color: #53170C;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-col {
  width: 33.3%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 17px;
}

.form-cont {
  width: 100%;
  border: 1px solid #53170C;
  border-radius: 5px;
  background: transparent;
  padding: 17px 12px;
  color: #102A3D;
}

.form-cont::placeholder {
  color: #102A3D;
}

.form-cont:focus-visible {
  outline: none;
}

.id-btns>button:first-child {
  margin-right: 20px;
}

.form-para {
  max-width: 716px;
}

.form-para>p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.form-sel {
  appearance: none;
  background-image: url(../img/angle.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}


.id-slider .slick-arrow:hover {
  background: #53170C;
  color: #fff;
}

.id-slider .slick-slide {
  height: auto;
}

.cart-btn {
  padding-left: 36px;
}

.contact-form .form-row {
  margin-left: -5px;
  margin-right: -5px;
}

.cont-cta:hover {
  border: 2px solid #53170C !important;
}

.site-footer .cont-cta:hover {
  border: 2px solid #fff !important;
  color: #ffffff !important;
}

.post,
.page {
  margin: 0 !important;
}


a.shipping-calculator-button {
  color: #53170c;
  text-decoration: underline;
}
.contact-info {
  display: block;
}
.generator-main .card-generator-form-wrap .id-card-row .id-card-col9 .card-form-main .form-main-row .cform-col3 {
  max-width: 100% !important;
  flex: 100% !important;
}


p#order_comments_field {
    display: block;
}
.woocommerce-checkout .bottom-header {
    display: none;
}
form.checkout.woocommerce-checkout {
    padding-top: 20px;
}
div#order_review tr.search-bar form button.cont-cta {
    height: 50px;
}
div#order_review tr.search-bar form input[type="text"] {
    height: 50px;
}
div#order_review tr.search-bar form {
    padding: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name .student-img img {
    width: 300px;
}
td.woocommerce-table__product-name.product-name .prdct-name a{
	font-size:14px;
}

.woocommerce-checkout div#order_review dl.variation {
    display: none;
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1599px) {
  h1 {
    font-size: 65px;
    line-height: 1.5;
  }
}

@media only screen and (max-width:1399px) {
  .about-img {
    width: 475px;
    height: 475px;
  }

  .cat-img {
    padding: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 49px;
  }

  h4 {
    font-size: 21px;
    line-height: 1.5;
  }

  .banner-text .cta {
    margin-top: 30px;
  }

  .cta {
    font-size: 22px;
    line-height: 1.5;
  }

  .banner-sec {
    padding-top: 70px;
  }

  .top-contact span a {
    font-size: 21px;
    line-height: 1.5;
  }

  .cat-img {
    border: 1px solid #e1e1e1;
    padding: 5px;
    text-align: center;
  }

  .about-img {
    width: 400px;
    height: 400px;
  }

  .about-img img {
    max-width: 250px;
  }

  .id-slider .slick-arrow {
    left: 0;
  }

  .id-slider .slick-next.slick-arrow {
    right: 0;
  }

  .prdct-name {
    width: 20%;
  }

  ul.wc-item-meta {
    width: 80%;
  }

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce ul.order_details li {
    width: 33.3%;
    word-break: break-all;
    margin: 0px 0px 30px;
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 991px) {
 
  h1 {
    font-size: 31px;
  }

  h4 {
    font-size: 19px;
  }

  a.cta {
    padding: 10px 35px;
    font-size: 18px;
  }

  .banner-slider .slick-dots>li button {
    width: 15px;
    height: 15px;
  }

  .header-contact ul li a {
    display: flex;
    align-items: center;
  }

  .top-header .row {
    align-items: center;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #212121;
    z-index: 999;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
  }

  .navbar {
    position: static;
  }

  .main-header {
    position: relative;
  }

  .navbar-light .navbar-nav {
    align-items: flex-start;
    padding: 15px;
  }

  .navbar-light .navbar-nav .nav-item:not(:last-child) {
    margin: 0px;
  }

  .navbar-light .navbar-nav .nav-item {
    padding: 10px 0px;
  }

  .navbar-light .navbar-nav .nav-item:nth-child(even) {
    display: none;
  }

  .mobile-cart {
    display: block;
  }

  .mobile-cart li {
    padding: 0px;
    list-style-type: none;
  }

  .mobile-cart {
    order: -1;
  }

  button.navbar-toggler {
    order: 1;
  }

  .navbar-brand {
    margin: 0px;
  }

  .navbar-toggler .bar {
    width: 24px;
    height: 4px;
    background: #53170c;
    display: block;
    margin: 4px 0px;
    border-radius: 15px;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler.open .bar {
    margin: -4px 0px;
  }

  .navbar-toggler.open .bar.bar-1 {
    transform: rotate(45deg);
  }

  .navbar-toggler.open .bar.bar-2 {
    opacity: 0;
  }

  .navbar-toggler.open .bar.bar-3 {
    transform: rotate(-45deg);
  }

  .top-contact+.row:last-child>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .cat-table thead {
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 0px;
    height: 0px;
  }

  .cat-table td {
    display: inline-block !important;
    width: 100%;
    text-align: right;
    position: relative;
    padding-left: 50% !important;
  }

  .cat-table td:before {
    content: attr(data-th);
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .cat-wrapper {
    width: 100%;
    max-width: 110px;
    margin-left: auto;
  }

  .id-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .id-text {
    padding: 15px 0px 0px 0px;
  }

  section.cart-sec {
    padding: 30px 0px;
  }

  .main-banner {
    padding: 70px 0px;
  }

  .p-120 {
    padding: 100px 0px;
  }

  h3 {
    font-size: 28px;
    line-height: 1.5;
  }

  .about-img {
    width: 350px;
    height: 350px;
  }

  .form-cont {
    font-size: 12px;
  }

  .id-slider .slick-list {
    padding: 78px 0px 75px !important;
  }

  .up-btn {
    padding: 11px 31px;
  }

  .cart-btn,
  .upload-btn-wrapper {
    padding-left: 15px;
  }

  .woocommerce ul.order_details li strong {
    font-size: 13px;
    line-height: 1.5;
  }
  .contact-info {
    display: none;
}
}

@media only screen and (max-width: 767px) {
  .cat-img {
    padding: 10px !important;
  }

  .top-header .col-md-2 {
    width: 30%;
  }

  .p-120 {
    padding: 70px 0px;
  }

  .top-header .col-md-10 {
    width: 70%;
  }

  .top-header ul li:not(:last-child) {
    margin-right: 12px;
  }

  .top-header ul li a {
    font-size: 12px;
    line-height: 1.2;
  }

  .bottom-header {
    display: none;
  }

  .top-contact .row>div {
    width: 50%;
  }

  .top-contact span a {
    font-size: 16px;
  }

  .top-contact {
    margin-bottom: 30px;
  }

  h5 {
    font-size: 19px;
    line-height: 1.5;
  }

  .foot-links li a {
    font-size: 14px;
  }

  body {
    font-size: 14px;
  }

  .cat-images .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .contact-form .form-row>div:not(:last-child) {
    margin-bottom: 20px;
  }

  .about-sec .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  section.about-foot {
    padding: 40px 0px;
  }

  .id-list.slick-slide.slick-current .id-box {
    transform: unset;
    filter: unset;
  }

  .id-card-wrapper {
    flex-wrap: wrap;
    text-align: center;
  }

  .upload-btn-wrapper {
    padding-left: 0px;
    padding-top: 30px;
  }

  .card_img {
    width: 100%;
    text-align: left;
  }

  /* .card_img img {
    width: 100%;
  } */


  .form-col {
    width: 100%;
  }

  .form-col.w-16 {
    width: 50%;
  }

  .form-para {
    margin: auto;
    text-align: center;
    max-width: 390px;
  }

  .id-btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 20px;
  }

  .id-btns>button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .id-btns>button:first-child {
    margin: auto;
    max-width: 117px;
    margin-bottom: 20px;
  }

  .up-btn {
    font-size: 14px;
    padding: 12px 25px;
  }

  .tab-menu ul li a {
    padding: 13px 19px;
    font-size: 16px;
  }

  .tab-menu {
    max-width: 277px;
  }

  .id-slider .slick-list {
    padding: 40px 0px 40px !important;
    height: auto !important;
  }

  .check-box {
    width: 35px;
    height: 35px;
  }
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
    padding: 0px;
  }
  .woocommerce form.checkout_coupon{
    padding: 0px;
  }
}

@media only screen and (max-width: 575px) {

  .top-header ul li a {
    font-size: 10px;
    line-height: 1.5;
  }

  .top-header ul li:not(:last-child) {
    margin-right: 10px;
  }

  .top-header ul {
    justify-content: center;
  }

  .top-header .col-md-2 {
    width: 100%;
  }

  .top-header .col-md-10 {
    width: 100%;
  }

  .navbar-brand img {
    max-width: 120px;
  }

  .banner-sec {
    padding-top: 50px;
  }

  .banner-sec .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .top-contact .row {
    align-items: center;
  }

  .top-contact span a {
    font-size: 14px;
  }

  .cont-cta {
    padding: 12px 17px;
  }

  .cart-numb {
    width: 27px;
    height: 27px;
    font-size: 12px;
  }

  .cat-images {
    padding: 32px 0px;
  }

  .cat-crumb {
    padding: 10px 0px;
  }

  h3 {
    font-size: 25px;
  }

  .contact-form .form-control {
    padding: 13px 11px;
    font-size: 12px;
  }

  h2 {
    font-size: 28px;
  }

  .main-banner {
    padding: 40px 0px;
  }

  .cat-crumb .breadcrumb-item a {
    font-size: 14px;
  }

  .cat-crumb .breadcrumb {
    margin: 0px;
  }

  .about-img {
    width: 250px;
    height: 250px;
  }

  .about-img img {
    max-width: 160px;
  }

  .cart-btn {
    padding-left: 10px;
  }

  .upload-btn-wrapper {
    padding-left: 0px;
  }

  .woocommerce ul.order_details li {
    width: 50%;
    flex: 50%;
  }

  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    flex-wrap: wrap;
  }

  .woocommerce-column {
    border: 1px solid #53170c;
    padding: 30px 10px;
    margin-bottom: 30px;
  }

  h4.woocommerce-column__title {
    margin-bottom: 10px;
  }

  .woocommerce .woocommerce-customer-details address {
    border: none !important;
  }

  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    padding: 20px;
  }

  .prdct-name {
    width: 40%;
  }

  ul.wc-item-meta {
    width: 60%;
    padding: 0px;
  }
  footer.entry-footer{
    padding: 0px;
  }
}