@import "https://fonts.googleapis.com/css2?family=Roboto&family=Varela+Round&display=swap";
@font-face {
  font-family: "GothamRoundedMedium";
  src: url("../fonts/Gotham Rounded Medium.otf");
  src: url("../fonts/GothamRounded-Book.otf");
}
@font-face {
  font-family: "GothamRoundedBold";
  src: url("../fonts/Gotham Rounded Bold.otf");
}
@font-face {
  font-family: "GothamRounded-Book";
  src: url("../fonts/GothamRounded-Book.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "GothamRounded-Book";
}
.heading-top{
  padding-bottom: 20px;
}
.list li {
    list-style: disc;
    padding-top: 10px;
}
ul {
    list-style: none;
    padding-left: 16px;
}
h5{
    color: #0074c8 !important;
    font-weight: 900 !important;
}
button.btn {
  background-color: #0064ac !important;
  border-radius: 25px;
}
a.nav-link {
  color: #534f4f !important;
  font-weight: 500;
}
a {
  color: #050505;
  font-weight: 600;
}
p {
  font-family: "GothamRounded-Book";
  color: #000;
  opacity: 9;
}
ul {
  opacity: 9;
}
.header-part {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 18px 2%;
}
span#para_diaper {
  font-family: "GothamRounded-Book";
  font-size: 23px !important;
  font-weight: inherit !important;
  color: #6a6868 !important;
}
span#para_pant {
  font-size: 23px !important;
  font-family: "GothamRounded-Book";
  font-weight: inherit !important;
  color: #6a6868 !important;
}
.logo {
  cursor: pointer;
  margin-right: auto;
}
.nav-links {
  list-style: none;
}
.nav-links li {
  display: inline-block;
  padding: 0 5px;
}
.nav-links li a {
  transition: all 0.3s ease 0;
}
.nav-links li a:hover {
  color: #090a0a;
}
.btn-header {
  padding: 5px 15px;
  background: #0064ac;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.3s ease 0;
  margin-left: 10px;
  color: #fff;
}
.btn-header:hover {
  background-color: rgba(0, 136, 169, 0.8);
}
.main-section img {
  display: block;
  margin:15px 0px 20px 0px;
  width: 100%;
}
.nav-links li a::before {
  content: "|";
  padding: 10px;
}
.right-content {
  display: flex;
  flex-wrap: wrap;
  width: 64%;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
  align-items: center;
  /* text-align: center; */
  margin-top: 67px;
}
h3 {
  font-size: 30px;
  margin: 0;
  padding: 0px;
  font-family: 'GothamRoundedBold' !important;
  color: #0074C8 !important;
}
.content {
  width: 22%;
  margin: 10px 50px;
  box-sizing: border-box;
  float: right;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  padding-top: 10px;
}
.content img {
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.content h3 {
  font-size: 15px;
  text-align: center;
  color: #0088a9;
}
.wrapper {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.left-content {
  width: 15%;
  margin-right: 5%;
}
.right-content {
  width: 80%;
  padding: 50px;
}
.thumb-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}
.filter-section {
  padding-top: 10px;
  text-align: center;
  display: block;
}
.filter-section h2,
.filter-result h2 {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.filter-result {
  margin-top: 10px;
  align-items: center;
  text-align: center;
}
.outer-body {
  display: flex;
  margin: 5px;
  align-items: center;
  justify-content: center;
}
.inner-diaper {
  padding: 4%;
  transition: 0.3s;
  cursor: pointer;
}
.inner-diaper span {
  color: #0074c8;
  font-weight: 500;
  font-size: 10px;
}
.inner-diaper.active img {
  filter: brightness(100);
}
.inner-diaper.active span {
  color: #fff;
}
.diaper-filter {
  width: 56px;
  border: 1px solid #0064ac;
  border-radius: 5px;
  align-items: center;
  margin: 10px;
}
.inner-diaper span:img {
  filter: brighness(100);
}
.inner-diaper span:hover {
  color: #fff;
}
.img-thumb {
  text-align: center;
}
.img-thumb span {
  display: block;
  padding-top: 15px;
  color: #0074c8;
}
.shop-now {
  display: inline-block;
  padding-top: 5px;
  text-align: center;
  margin-top: 10px;
  width: 103px;
  text-align: center;
  height: 34px;
  background: #2daa6b;
  box-shadow: 0 2px 0 #078545;
  border-radius: 6px;
  line-height: 25px;
  font-size: 16px;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
}
.item {
  margin: 30px;
  width: 100%;
}
.filter-section button,
#btndefault1,
#M-default1 {
  width: 60%;
  background-color: #fff;
  color: #0074c8;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #0074c8;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  font-size: 12px;
  margin-bottom:10px;
}
.logo-footer {
  text-align: center;
  width: 100%;
}
.logo-footer img {
  width: 250px;
}
.wrapper {
  position: relative;
}
#accordion {
  cursor: pointer;
}
.active,
.hide:hover {
  background-color: #ccc;
}
.active {
  background-color: #0074c8 !important;
  color: #fff !important;
}
.hiding {
  display: none;
}
.left-content {
  position: relative;
}
.hide {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #e16a64;
  border: 3px solid #e16a64;
  border-radius: 99px;
  font-weight: 800;
  font-size: 15px;
}
.product_slider_box {
  padding: 20px 20px 30px;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 16px 16px 0 0 #f8f8f9;
  -moz-box-shadow: 16px 16px 0 0 #f8f8f9;
  box-shadow: 16px 16px 0 0 #f8f8f9;
  position: relative;
  background: #fff;
}
.product_slider_box .img-thumb img {
  max-height: 200px;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .wrapper {
    flex-direction: column;
  }
  .left-content {
    width: 100%;
    margin-right: auto;
  }
  .right-content {
    width: 100%;
    padding: 0;
  }
  .thumb-row {
    flex-wrap: wrap;
  }
  .thumb-wrap {
    /* margin-top: 30px; */
  }
}
@media only screen and (min-width: 1023px) {
  .Mobile-filter {
    display: none;
  }
  .hide {
    display: inline-block;
    width: 100%;
    right: 0;
  }
  .hiding {
    display: block;
  }
  .filter-section button,
  #btndefault1,
  #M-default1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .left-content {
    margin-top: 67px;
  }
  .hide {
    display: none;
  }
}
@media only screen and (max-width: 654px) {
  .hide {
    width: 60%;
  }
}
@media only screen and (max-width: 370px) {
  .hide {
    width: 90%;
  }
  .item {
    width: 70%;
  }
}
@media only screen and (min-width: 370px) {
  .item {
    margin: 12px;
  }
}
@media screen and (max-width: 991px) {
  a.nav-link {
    font-weight: 700 !important;
  }
  .down-text {
    text-align: center !important;
    font-size: 12px !important;
  }
  .footer-down {
    width: 100%;
    height: 12vw;
  }
  a.navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
  button.navbar-toggler {
    text-align: right;
    border: 0;
    color: #0074c8;
  }
}
@media screen and (min-width: 992px) {
  ul.navbar-nav.mr-auto {
    margin-left: 12%;
  }
  .down-text {
    text-align: center;
    font-size: 12px !important;
  }
  .footer-down {
    width: 100%;
    height: 5vw;
  }
  #t_c_para {
    text-align: right;
  }
  a.nav-link {
    font-size: 15px;
    margin-left: 35px;
    font-weight: 700 !important;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 16px 120px;
  }
}
.container {
  max-width: 1170px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}
.footer {
  background-color: #0064ac;
  padding: 45px 0 10px;
}
.footer-col {
  width: 25%;
  padding: 15px 10px;
}
.footer-col h4 {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #2f9fd9;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: -2px;
}
.footer-col ul li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
  padding: 0;
  padding-top: 5px;
}
.footer-col ul p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 19px;
  line-height: 26px;
}
.footer-col ul li a:hover {
  color: #fff;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #fff;
}
@media (max-width: 767px) {
  .heading_span {
    padding-left: 0;
    padding-right: 0;
  }
  .review-sec {
    flex-direction: column;
  }
  .right-content {
    margin-top: 0;
  }
  #product_data > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product_slider_box {
    padding: 10px 10px 20px;
    -webkit-box-shadow: 10px 10px 0 0 #f8f8f9;
    -moz-box-shadow: 10px 10px 0 0 #f8f8f9;
    box-shadow: 10px 10px 0 0 #f8f8f9;
    margin-left: 0;
  }
  .product_slider_box .img-thumb img {
    width: 100%;
  }
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
  h1 {
    font-size: 2rem !important;
  }
  p {
    font-size: 16px !important;
    color: #000;
  }
  h3.para_heading {
    font-size: 18px;
  }
  h2.para_heading.acc-h2 {
    padding: 20px 0 10px;
    margin: 0;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
.img-logo {
  align-items: center;
  width: 180px;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.icon i {
  padding: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
}
.footer-down {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #0d4872;
}
.footer-down .down-text {
  color: #fff;
  text-align: left;
}
.down-text a {
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 1023px) {
  .mobile-section {
    display: none;
  }
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 14px;
}
.footer-col ul li a {
  font-size: 19px;
  color: #fff;
}
.footer-col ul li a:hover {
  color: #fcb900;
}
.footer-col h4 {
  font-weight: 600;
}
.icon a img {
  padding: 10px;
}
.down-text a {
  font-weight: 0;
}
@media only screen and (max-width: 371px) {
  .item {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
.btn-centre {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 14px;
}
.review-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-review {
  max-width: 80px;
  margin-left: 0;
  margin-right: 0;
}
.text-review {
  margin-bottom: 0;
  font-size: 10px;
  cursor: pointer;
}
.text-mrp {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.heading_span {
  display: block;
  padding-top: 15px;
  color: #0074c8;
  font-size: 0.9rem;
  font-weight: 700;
}
#btndefault1 {
  background-color: #0074c8 !important;
  color: #fff !important;
}
#M-default1 {
  background-color: #0074c8 !important;
  color: #fff !important;
}
.para_heading {
  font-family: "GothamRoundedBold";
  color: #0074c8;
}
p {
  text-align: left;
}

#content-section {
  margin-top: 12px;
}
.products-cate-sec2 {
  display: block;
  background-color: #88f1c2;
  background-image: url(https://teddyydiaper.in/wp-content/themes/teddyy-baby-diapers/images/bg_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  text-align: center;
}
.container-footer {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: 1230px;
  margin: auto;
  padding: 0 15px;
  max-width: 100%;
}
.uppercase {
  text-transform: uppercase;
}
h2 {
  font-size: 40px;
  line-height: 64px;
  margin-bottom: 40px;
}
.acc {
  width: 972px;
  width: 972px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}
.acc__card {
  margin: 0 0 32px;
  background: 0 0;
  margin: 0 0 22px;
  position: relative;
  border-radius: 20px;
}
.acc__title {
  line-height: 1.6;
  font-size: 20px;
  color: #454250;
  padding: 4px 0;
  padding-right: 60px;
  font-family: GothamRoundedBold;
  line-height: 21px;
  font-size: 18px;
  font-weight: 700;
  color: #454250 !important;
  cursor: pointer;
  display: block;
  padding: 10px 40px;
  padding-right: 60px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .acc__title {
    font-size: 16px;
    padding: 10px 46px 0 0;
  }
  .acc__panel {
    padding: 0 !important;
  }
  .acc-h2 {
    font-size: 20px !important;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .acc__panel p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .one {
    list-style: disc;
    font-size: 12px !important;
    line-height: 20px !important;
    width: 82% !important;
    margin-left: 30px;
  }
}
.acc__title::after {
  width: 40px;
  height: 40px;
  background: #0074c8;
  border-radius: 100%;
  content: "+";
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  width: 15px;
  height: 15px;
  background: url(https://teddyydiaper.in/wp-content/themes/teddyy-baby-diapers/images/plus.svg)
    center center no-repeat;
  position: absolute;
  right: 0;
  content: " ";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__panel {
  padding: 16px 0 0;
  color: #000;
  display: none;
  margin: 0;
  padding: 0 60px 40px 40px;
  text-align: left;
}
.acc__panel p {
  font-family: "GothamRoundedBook";
  font-size: 14px;
  line-height: 26px;
  color: #454250;
  margin: 0;
  font-weight: 400;
}
.acc__panel ul {
  font-family: "GothamRoundedBook";
  font-size: 14px;
  line-height: 26px;
  color: #454250;
  font-weight: 400;
}
.acc__panel li {
  font-family: "GothamRoundedBook";
  color: #454250;
  font-weight: 400;
}
.acc__panel p {
  color: #454250;
  font-size: 16px;
  line-height: 1.75;
}
p:last-child {
  margin: 0;
}
/* p {
  font-family: GothamRoundedBook;
  font-size: 16px;
  line-height: 2;
  color: #3c3c43;
  margin: 0 0 15px;
} */
.acc__title.active2::after {
  background: #0074c8 !important;
  content: "--";
  letter-spacing: -1px;
  line-height: 34px;
  background: url(https://teddyydiaper.in/wp-content/themes/teddyy-baby-diapers/images/cross.svg)
    center center no-repeat;
  -webkit-transition: 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__title::after {
  width: 15px;
  height: 15px;
  background: url(https://teddyydiaper.in/wp-content/themes/teddyy-baby-diapers/images/plus.svg)
    center center no-repeat;
  position: absolute;
  right: 0;
  content: " ";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__title::after {
  width: 40px;
  height: 40px;
  background: #0074c8;
  border-radius: 100%;
  content: "+";
  text-align: center;
}
.acc-h2 {
  font-family: GothamRoundedBold;
  padding: 40px 0 20px;
  font-size: 40px;
  color: #0074c8;
  font-weight: 800;
}
.one {
  list-style: disc;
  color: #454250;
  font-size: 16px;
  line-height: 1.75;
  width: 100%;
  margin-left: 36px;
}
#a_r_para p {
  color: #ffff;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #0074c8;
  color: #fff;
}

.desk-image {
  display: block;
}

.mobi-image {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .desk-image {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .mobi-image {
    display: block !important;
  }
}

.buy-now {
  background-color: #0064ac;
  border-radius: 20px;
}

.navbar {
  float: left;
  width: 100%;
  transition: all 0.4s ease;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 146px;
  padding-top: 60px;
  -webkit-box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%);
  background-image: url(https://teddyydiaper.in/wp-content/themes/teddyy-baby-diapers/images/topbar.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.display_flex {
  display: flex;
  width: 100%;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.white-line {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 8px 0;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.dropdown-content a:hover {
  color: #0074c8;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.white-line {
  border-top: 1px solid rgb(255 255 255 / 71%);
}

.footer-col ul li a {
  font-size: 15px;
}

.footer-col ul p {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1148px;
  }
}

.icon a img {
  width: 45px;
}

.footer-down .down-text {
  color: #fff;
}

.footer-down .down-text p {
  font-size: 14px;
}

.footer-down .down-text a {
  font-size: 14px;
}

.footer-down {
  height: 100%;
  min-height: 100px;
}

.navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 992px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 16px 150px 16px 150px;
  }

  a.nav-link {
    font-size: 16px;
    margin-left: 15px;
    font-weight: bold !important;
  }
}

@media (max-width: 1023px) {
  .display-flex-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 40px 20px 20px 20px;
  }

  .navbar-toggler {
    position: absolute;
  }
}

@media (min-width: 900px) {
  .navbar {
    padding: 50px 80px 0;
  }

  .buy-now-button {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .dropdown-content {
    position: relative;
    box-shadow: none;
    min-width: auto;
    display: none !important;
  }

  .dropdown-content.is-active {
    display: block !important;
  }

  .footer-col ul li a {
    font-size: 12px;
  }

  .footer-col ul li p {
    font-size: 12px;
  }

  .navbar {
    background-image: url(https://teddyydiaper.in/wp-content/themes/teddyy-baby-diapers/images/mobile-head-lines.png);
  }

  .shop-now {
    font-size: 12px;
    line-height: 21px;
    height: 30px;
  }

  .footer-col h4 {
    font-size: 12px;
  }

  .footer-col ul p {
    font-size: 12px;
  }

  .footer-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer-down .down-text p {
    font-size: 12px;
  }

  .footer-down .down-text a {
    font-size: 12px;
  }

  .mobile-menu {
    top: 0;

    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.37) !important;
    width: 210px;
  }

  .mobile-menu ul li {
    margin-bottom: 7px;
    font-size: 18px;
    margin-bottom: 12px;
  }

  .mobile-menu nav.nav {
    display: block;
  }

  .mobile-menu nav.nav li a {
    color: #000;
    line-height: 34px;
  }

  .mobile-menu nav.nav ul {
    flex-wrap: wrap;
  }

  .mobile-menu nav.nav ul li {
    display: inline-block;
    width: 100%;
    line-height: 24px !important;
    position: relative;
  }

  .mobile-menu ul li .dropdown .fa {
    font-size: 20px !important;
    color: #000;
    position: initial;
  }

  .mobile-menu ul li .dropdown.open .fa-angle-right,
  .mobile-menu ul li .fa-angle-down {
    display: none;
  }

  .mobile-menu ul li .dropdown.open .fa-angle-down {
    display: block;
  }

  .mobile-menu ul li .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    top: 5px;
  }

  .mobile-menu nav.nav ul ul.sub-menu li {
    margin-bottom: 0;
  }

  .main-menu li {
    margin-left: 0 !important;
  }

  .mobile-menu ul ul li {
    font-size: 14px;
  }

  .mobile-menu ul ul {
    padding-left: 10px;
  }

  .mobile-menu .cross,
  .mobile-menu ul li .dropdown i {
    display: none !important;
  }

  .mobile-menu ul li .dropdown:before {
    content: "";
    position: relative;
    width: 14px;
    height: 14px;
    border-right: 2px solid #3b3939;
    border-bottom: 2px solid #3b3939;
    transform: rotate(45deg);
    display: block;
    right: -10px;
    top: 5px;
  }

  .mobile-menu ul li .dropdown.open:before {
    top: 13px;
    transform: rotate(-136deg);
  }

  .buy-now-button {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar {
    background-image: url(https://teddyydiaper.in/wp-content/themes/teddyy-baby-diapers/images/topbar.svg);
  }

  .white-line {
    display: block;
  }

  .mobile-buynow {
    display: none;
  }
}

.footer-col ul li a {
  color: #ffff;
}

.footer-col ul p {
  color: #ffff;
}

@media screen and (max-width: 991px) {
  a.nav-link {
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  .footer-col:nth-child(1),
  .footer-col:nth-child(2) {
    width: 50%;
  }
}
