@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Londrina+Solid:300,400,900&display=swap");
body {
  position: relative;
}

section {
  padding: 6rem 0;
}

a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a:hover {
  color: inherit;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

ul li a {
  color: inherit;
}

.img-radius {
  border-radius: 1rem;
  overflow: hidden;
}

.prod-mob-slider {
  display: none;
}

.msg-text {
  color: white;
}

.msg-text h2 {
  font-family: "Londrina Solid", cursive;
  font-weight: 3rem;
}

.word,
.char {
  -webkit-animation-delay: var(--del);
          animation-delay: var(--del);
  -webkit-animation-direction: var(--dir, normal);
          animation-direction: var(--dir, normal);
  -webkit-animation-duration: var(--dur);
          animation-duration: var(--dur);
  -webkit-animation-iteration-count: var(--it, infinite);
          animation-iteration-count: var(--it, infinite);
  -webkit-animation-name: var(--name);
          animation-name: var(--name);
  -webkit-animation-timing-function: var(--tf);
          animation-timing-function: var(--tf);
  -webkit-animation-fill-mode: var(--fill, forwards);
          animation-fill-mode: var(--fill, forwards);
  display: inline-block;
  position: relative;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 1;
}

.--float .char {
  --name: float;
  --dur: 2200ms;
  --del: calc(var(--char-index) * -0.5s);
  --tf: ease-in-out;
  --dir: alternate;
}

.--float .char:nth-child(2n) {
  --name: float-alt;
}

@keyframes float {
  from {
    -webkit-transform: translate(2%, -10%) rotate(-1deg);
            transform: translate(2%, -10%) rotate(-1deg);
  }
  to {
    -webkit-transform: translate(-2%, 5%) rotate(3deg);
            transform: translate(-2%, 5%) rotate(3deg);
  }
}

@-webkit-keyframes float-alt {
  from {
    -webkit-transform: translate(0%, -5%) rotate(-1deg);
            transform: translate(0%, -5%) rotate(-1deg);
  }
  to {
    -webkit-transform: translate(2%, 10%) rotate(3deg);
            transform: translate(2%, 10%) rotate(3deg);
  }
}

@keyframes float-alt {
  from {
    -webkit-transform: translate(0%, -5%) rotate(-1deg);
            transform: translate(0%, -5%) rotate(-1deg);
  }
  to {
    -webkit-transform: translate(2%, 10%) rotate(3deg);
            transform: translate(2%, 10%) rotate(3deg);
  }
}

.img-float {
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

#mobile-menu {
  display: none;
}

nav.navbar.nav-menu {
  position: relative;
  padding: 1rem;
}

nav.navbar.nav-menu:before {
  content: "";
  position: absolute;
  background: url("/imgs/zz-shape.png") repeat-x;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  z-index: 1020;
}

.navbar-collapse {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}

.nav-menu .nav-item {
  margin: 0 1rem;
}

.nav-menu .nav-item .nav-link {
  font-family: "Londrina Solid", cursive;
  color: #8d67b6;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.nav-menu .nav-item .nav-link:before {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.nav-menu .nav-item:hover .nav-link {
  position: relative;
}

.nav-menu .nav-item:hover .nav-link:before {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  content: "";
  border-bottom: 10px solid #abcc52;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.7rem;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.nav-menu .nav-item:hover .nav-link:hover {
  color: #734c9e;
}

.nav-menu .nav-item .nav-link.active {
  position: relative;
}

.nav-menu .nav-item .nav-link.active:before {
  content: "";
  border-bottom: 10px solid #abcc52;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.7rem;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.nav-menu .navbar-nav .nav-link.dropdown-toggle:after {
  content: " ";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  vertical-align: 0;
}

.nav-menu .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  z-index: 1050;
}

.nav-menu .navbar-nav .dropdown-menu .dropdown-item {
  font-family: "Londrina Solid", cursive;
  font-weight: 500;
  font-size: 1.4rem;
  color: #8d67b6;
  text-transform: uppercase;
}

.nav-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #abcc52;
}

.nav-menu .navbar-nav .dropdown-menu .dropdown-item:active {
  background: transparent;
}

.dropdown-item.active {
  background: transparent !important;
  color: #abcc52 !important;
}

.dropdown-menu {
  position: relative;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  background: url("/imgs/zz-shape.png") repeat-x;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
}

.cart-link {
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.cart-link a span {
  font-size: 2rem;
  color: #fb6b47;
}

.cart-link a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #abcc52;
  border-radius: 50px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

nav#mobile-nav {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  z-index: 1000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

nav#mobile-nav:before {
  content: "";
  position: absolute;
  background: url("/imgs/zz-shape.png") repeat-x;
  width: 100%;
  height: 20px;
  bottom: -19px;
  left: 0;
}

.navbar-brand img {
  width: 100%;
}

.slide-menu {
  position: fixed;
  z-index: 1050;
  background: #8d67b6;
  top: 0;
  width: 23rem;
  right: 0;
  height: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: translateX(23rem);
          transform: translateX(23rem);
}

.slide-menu ul {
  position: relative;
  top: 0;
  padding-left: 1rem;
}

.slide-menu ul li {
  margin: 0 0.5rem !important;
  font-weight: 500;
  list-style: none;
  font-family: "Londrina Solid", cursive;
}

.slide-menu ul li.dropdown.m-dd ul li {
  margin: 0 !important;
}

.slide-menu ul li a {
  text-transform: uppercase;
  padding: 0.25rem !important;
  color: white !important;
  cursor: pointer;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.slide-menu ul li a:hover, .slide-menu ul li a.active {
  background: transparent;
  color: white;
}

.slide-menu .close-btn {
  padding: 2rem 0;
}

.slide-menu .close-btn p {
  font-size: 1.75rem;
  margin-bottom: 0;
  padding-top: 0.5rem;
}

.slide-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-menu ul li.nav-item:nth-child(1) .nav-link.active:before,
.slide-menu ul li.nav-item:nth-child(1) .nav-link:hover:before {
  right: inherit;
  width: 16% !important;
}

.slide-menu ul li.nav-item:nth-child(2) .nav-link.active:before,
.slide-menu ul li.nav-item:nth-child(2) .nav-link:hover:before {
  right: inherit;
  width: 27% !important;
}

.slide-menu ul li.nav-item:nth-child(4) .nav-link.active:before,
.slide-menu ul li.nav-item:nth-child(4) .nav-link:hover:before {
  right: inherit;
  width: 33% !important;
}

.slide-menu li.nav-item:hover before {
  border-bottom: none !important;
}

.mobile-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-items .cart-link {
  margin-right: 1.2rem;
}

.menu-btn {
  width: 32px;
  height: 36px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  cursor: pointer;
}

.menu-btn .bar {
  height: 4px;
  width: 100%;
  background: #8d67b6;
  border-radius: 1rem;
}

.dropdown-menu .dropdown-item {
  color: white;
  font-weight: 400;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: white;
}

.nav-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.nav-head .logo {
  visibility: hidden;
}

.disable.on {
  display: none;
}

.dropdown.m-dd .btn {
  background: transparent !important;
  border: none !important;
}

.dropdown.m-dd .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown.m-dd .btn-primary:not(:disabled):not(.disabled).active,
.dropdown.m-dd .btn-primary:not(:disabled):not(.disabled):active,
.dropdown.m-dd .show > .btn-primary.dropdown-toggle {
  background: transparent;
  outline: none !important;
}

.dropdown.m-dd .btn-primary:not(:disabled):not(.disabled).active:focus,
.dropdown.m-dd .btn-primary:not(:disabled):not(.disabled):active:focus,
.dropdown.m-dd .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown.m-dd .btn[aria-expanded="true"]:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 40px;
  color: white;
  top: 5px;
  font-size: 1.5rem;
}

.dropdown.m-dd .btn[aria-expanded="false"]:before {
  content: "";
}

.dropdown.m-dd .btn[aria-expanded="false"]:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 40px;
  color: white;
  top: 5px;
  font-size: 1.5rem;
}

.slide-menu.open .nav-menu .nav-item:hover .nav-link:before {
  border-bottom: none !important;
  position: inherit !important;
}

.slide-menu.open .nav-menu .nav-item:hover {
  color: #abcc52 !important;
}

header {
  height: 75vh;
  width: 100%;
}

header .container {
  position: relative;
  height: 100%;
}

header .banner-text {
  width: 70%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.sub-pg {
  background: url(/imgs/banner-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
}

section.msg {
  background: url(/imgs/banner-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh !important;
}

section.msg .msg-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

section.msg .msg-text h2 {
  font-size: 3rem;
}

section.msg .msg-text p {
  font-family: "Lato", sans-serif;
  font-size: 1.35rem;
  padding: 0 20%;
}

section.msg .msg-text p a.cta-link.btn2 {
  background: #5bc4da;
}

section.msg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(171, 204, 82, 0.2);
  z-index: 1;
}

section.msg .overlay.b {
  background: rgba(141, 103, 182, 0.3);
}

section.msg.cm {
  background: url(/imgs/toy_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-text {
  font-family: "Londrina Solid", cursive;
}

.banner-text h1 {
  font-size: 5rem;
  line-height: 5rem;
  color: #ffae33;
  letter-spacing: 1px;
  width: 80%;
  margin: 0.5em 0;
  text-transform: uppercase;
}

.banner-text p {
  font-size: 1.75rem;
  color: white;
  letter-spacing: 0.5px;
}

.banner-text p:nth-child(2) {
  margin-bottom: 0;
}

.banner-text p:nth-child(3) {
  font-family: "Lato", sans-serif !important;
  font-size: 1.125rem;
}

.nav-menu.b-cta .cta-link {
  width: 180px !important;
}

.cta-link {
  font-family: "Londrina Solid", cursive;
  background: #8d67b6;
  padding: 0.75rem 2.25rem;
  font-size: 1.325rem !important;
  letter-spacing: 1px;
  color: white;
  position: relative;
  border-radius: 0;
  border: none !important;
}

.cta-link:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  height: 75%;
  width: 90%;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.cta-link:hover {
  background: #8056ae;
}

.cta-link:hover:before {
  height: 100%;
  width: 100%;
}

.cta-link.contact-btn {
  background: #fb6b47;
  width: 160px;
}

.img img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.sec-title {
  width: 48%;
}

.sec-title h3 {
  font-family: "Londrina Solid", cursive;
  color: #8d67b6;
  font-size: 2.25rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.sec-title h3:before {
  content: "";
  border-bottom: 10px solid #abcc52;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3rem;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.title-header {
  font-family: "Londrina Solid", cursive;
  color: #444444;
  margin-bottom: 2rem;
}

.title-header p {
  letter-spacing: 1px;
}

.title-header p:first-child {
  margin-bottom: 0;
  font-size: 1.65rem;
}

.title-header p:last-child {
  font-weight: 300;
}

.product-sec {
  position: relative;
  z-index: 2;
  background: #8d67b6;
}

.product-sec:before {
  background: url("/imgs/zz-shape_p.png") repeat-x;
}

.mm-sec {
  position: relative;
  background: #abcc52;
}

.mm-sec:before {
  background: url("/imgs/zz-shape_g.png") repeat-x;
}

.mm-sec p a {
  color: #fb6b47;
  border: none;
  padding: 0 !important;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.mm-sec p a:hover {
  color: #8d67b6;
  background: transparent;
}

.product-sec:before,
.mm-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.f-bg {
  background: url(/imgs/frog-bg.png) no-repeat;
  background-position: 75%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 2rem 0;
  background-size: 40%;
  z-index: -1;
}

.prod-tabs .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}

.prod-tabs .nav-tabs .nav-item {
  margin: 0;
}

.prod-tabs .nav-tabs .nav-item .nav-link {
  font-family: "Londrina Solid", cursive;
  font-size: 1.35rem;
  background: transparent;
  color: white;
  border: none;
  border-radius: 0;
  border-right: 2px solid white;
  padding: 0 2rem;
}

.prod-tabs .nav-tabs .nav-item .nav-link.active {
  color: #abcc52;
}

.prod-tabs .nav-tabs .nav-item .nav-link:hover {
  color: #abcc52;
}

.prod-tabs .nav-tabs .nav-item:last-child .nav-link {
  border-right: none;
}

.prod-tabs p.tab-desc {
  text-align: center;
  font-family: "Londrina Solid";
  color: white;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2rem;
}

.prod-details .product-name,
.prod-details .product-price {
  font-family: "Londrina Solid", cursive;
  letter-spacing: 1px;
  font-size: 2rem;
}

.prod-details .product-name {
  font-weight: 700;
  color: white;
}

.prod-details .product-price {
  color: #abcc52;
}

.prod-details .product-price span {
  font-size: 1rem !important;
}

.prod-details .p-desc {
  color: white;
  margin-bottom: 2rem;
}

.prod-details .addtocart .cta-link {
  border-radius: 0;
  background: #ffae33 !important;
}

.contact {
  text-align: center;
}

.contact .sec-title {
  width: 38%;
  margin: auto;
}

.contact-form {
  margin-top: 3rem;
  padding: 0 15%;
}

.contact-form .form-control {
  font-family: "Londrina Solid", cursive;
  font-weight: 300;
  font-size: 1.125rem;
  padding: 0.75rem;
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
}

.mm-sec {
  background-color: #abcc52;
}

.mm {
  color: white;
}

.mm h1 {
  font-family: "Londrina Solid", sans-serif;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  margin-top: 0;
}

.mm h1 span {
  margin-right: 0.5rem;
  color: #8d67b6;
}

.mm h1 span:nth-child(2) {
  color: white;
}

.mm h1 a {
  width: 20%;
  background: white;
  padding-top: 1rem !important;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
  border: none;
}

.mm h1 a:hover {
  background: #8d67b6;
}

.mm p {
  margin-bottom: 0;
}

footer {
  color: #8d67b6;
  padding: 1.75rem 0;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container p {
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  font-size: 1rem;
}

.f-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.f-links ul li a {
  font-family: "Londrina Solid", sans-serif;
  letter-spacing: 1px;
  padding: 0 0.75rem;
  font-size: 1.125rem;
  border-right: 1px solid #8d67b6;
  font-weight: 300;
}

.f-links ul li a:hover {
  font-weight: 500;
}

.f-links ul li:last-child a {
  border-right: none;
}

.prod-pg-tab.nav-pills .nav-item {
  padding-left: 0;
}

.prod-pg-tab.nav-pills .nav-item .nav-link {
  padding: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #8d67b6;
}

.prod-pg-tab.nav-pills .nav-item .nav-link:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.prod-pg-tab.nav-pills #pills-tabContent {
  margin: 0 1rem 1rem 0;
}

.prod-pg-tab.nav-pills #pills-tabContent .tab-pane {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #8d67b6;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent;
}

.prod-view-details .product-name {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.prod-view-details .product-price {
  font-weight: 700;
  font-size: 1.8rem;
}

.prod-view-details form.quantity.add-to-cart {
  margin-top: 1rem;
}

.prod-view-details .add-to-cart .addtocart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mm a {
  font-family: "Lato", sans-serif;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0.75rem 1.2rem !important;
  margin: 0.5rem 0;
  text-align: left;
  font-size: 1rem;
  background: transparent;
  color: #444444;
}

.mm a span img {
  vertical-align: middle;
  padding-top: 0.2rem;
  width: 90px;
  margin-left: 0.3rem;
}

.mm a:hover {
  color: #444444;
  background: #eee;
}

.prod-details.p-pg .product-name,
.prod-details.p-pg .product-price {
  font-family: "Londrina Solid", cursive;
  letter-spacing: 1px;
  font-size: 2rem;
  color: #444444;
}

.prod-details.p-pg .product-name {
  font-weight: 700;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod-details.p-pg .product-name .product-price {
  margin-left: 10px;
  margin-top: -10px;
  color: #abcc52;
}

.prod-details.p-pg .product-name .product-price span {
  font-size: 1rem !important;
}

.prod-details.p-pg .p-desc {
  color: #444444;
  margin: 1rem 0;
}

.prod-details .plush-select label {
  font-family: 'Londrina Solid', cursive;
  font-size: 1.25rem;
}

.prod-details .plush-select select {
  margin-left: 1rem;
  border-radius: 0;
}

.add-to-cart .form-inline {
  color: #444444;
  margin-bottom: 1rem;
}

.add-to-cart .form-inline label {
  font-family: "Londrina Solid", sans-serif;
  font-size: 1.25rem;
}

.add-to-cart .form-inline input {
  font-family: "Lato", sans-serif;
  padding: 0.5rem;
  margin-left: 1rem;
  width: 75px;
  border-style: none;
  text-align: center;
  border: 1px solid #ddd;
}

main .sub-pg-sec .sec-title {
  width: 100%;
  padding: 0 38%;
}

main .sub-pg-sec .sec-title h3 {
  color: white;
}

main .sub-pg-sec:nth-child(3) .sec-title {
  padding: 0 32%;
}

main .sub-pg-sec:nth-child(3) .sec-title h3 {
  color: #8d67b6;
}

.toy-features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.features-box {
  position: relative;
}

.features-box:before {
  content: "";
  background: url("/imgs/dot.png") repeat-x;
  height: 6px;
  position: absolute;
  top: 18px;
}

.features-box p {
  color: white;
  font-size: 1rem;
  line-height: 1.75rem;
}

.feature-title {
  font-family: "Londrina Solid", cursive;
  color: #abcc52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-title .teddy-icon {
  width: 45px;
  height: 40px;
  position: relative;
  margin-right: 1rem;
}

.feature-title .teddy-icon span.f-num {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  font-size: 1.25rem;
}

.feature-title p {
  font-size: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #abcc52;
}

.toy-img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.toy-img img {
  width: 90%;
}

.toy-features.left-b {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.toy-features.left-b .features-box:nth-child(1):before {
  width: 138px;
  right: -20px;
}

.toy-features.left-b .features-box:nth-child(2):before {
  width: 200px;
  right: -20px;
}

.toy-features.right-b {
  padding-left: 3%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.toy-features.right-b .features-box:nth-child(1):before {
  width: 82px;
  left: -94px;
}

.toy-features.right-b .features-box:nth-child(2):before {
  width: 92px;
  left: -102px;
}

.toy-features.right-b .features-box:nth-child(3):before {
  width: 58px;
  left: -68px;
}

.related-item-slider {
  margin-top: 3rem;
}

.related-item-slider .related-items .img {
  border-radius: 1rem;
  overflow: hidden;
}

.related-item-slider .related-items .prod-details {
  text-align: center;
}

.related-item-slider .related-items .prod-details .product-name,
.related-item-slider .related-items .prod-details .p-desc {
  color: #444444;
}

.related-item-slider .related-items .prod-details .product-name {
  font-size: 1.75rem;
  margin-top: 2rem;
  font-weight: 500;
}

.desc-features {
  margin-top: 1rem;
}

.desc-features ul.nav-pills li.nav-item .nav-link.active,
.desc-features ul.nav-pills li.nav-item .show > .nav-link {
  background: transparent;
  color: #8d67b6;
}

.desc-features ul.nav-pills li.nav-item .nav-link {
  font-family: "Londrina Solid", cursive;
  font-weight: 500 !important;
  letter-spacing: 1px;
  color: #444444;
  font-size: 1.25rem;
  padding: 0;
}

.desc-features ul.nav-pills li.nav-item:first-child {
  padding-right: 1rem;
  border-right: 1px solid #444444;
  margin-left: 0;
  margin-right: 1rem;
}

.desc-features .tab-content {
  padding-top: 0.5rem;
}

.desc-features .tab-content .tab-pane {
  padding-left: 0;
}

.desc-features .tab-content .tab-pane p {
  font-size: 1rem;
}

.desc-features .tab-content .tab-pane ul li {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.desc-features .tab-content .tab-pane ul li span {
  font-family: "Londrina Solid", cursive;
  font-size: 1.125rem;
  color: #8d67b6;
  letter-spacing: 1px;
  font-weight: 400;
}

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

.f-box p:nth-child(2) {
  font-family: "Londrina Solid", cursive;
  color: #abcc52;
  letter-spacing: 1px;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.f-box p:nth-child(3) {
  color: white;
}

.slick-slide {
  outline: none !important;
  padding-bottom: 2rem;
}

.about-slider .slick-prev, .about-slider .slick-next {
  top: inherit;
  bottom: 0;
  z-index: 10;
  height: 40px;
  width: 50px;
  background: #fb6b47;
}

.about-slider .slick-prev:after, .about-slider .slick-next:after {
  content: "";
  border: 1px solid #ff8f73;
  position: absolute;
  height: 75%;
  width: 80%;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.about-slider .slick-prev {
  left: inherit;
  right: 44%;
}

.about-slider .slick-next {
  right: 38%;
}

.about-slider .slick-prev:before, .about-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
}

.about-slider .slick-prev:before {
  content: "\f104";
}

.about-slider .slick-next:before {
  content: "\f105";
}

/* --- CART STYLES ---*/
.cart-pg {
  padding: 7rem 0;
}

.cart-pg .sec-title {
  width: 100%;
  padding: 0 36%;
  color: #444444;
}

.product-image {
  margin: 0 auto 1em auto;
  background: #000;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

.form-inline {
  padding: 10px 0;
}

form input.qty {
  width: 50px;
  border: 1px solid #ddd;
  /* font: 1em 'PT Serif', serif; */
  background: transparent;
  border-radius: 0;
  margin-left: 0.4em;
  text-align: center;
  padding: 0.5rem;
  font-weight: 300;
}

td.pqty input:focus {
  outline: none;
}

.btn,
a.btn {
  display: inline-block;
  text-align: center;
}

#site-info {
  height: 3em;
  width: 100%;
  line-height: 3;
  text-align: center;
  background: #cc8500;
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
}

body#checkout-page #site-info {
  position: static;
}

#shopping-cart {
  margin: 3rem 0 0 0;
}

.table thead th {
  font-family: "Londrina Solid", cursive;
  color: #8d67b6;
  border-bottom: none;
  border-top: none;
  font-weight: 500;
  font-size: 1.5rem;
}

img.pphoto {
  width: 100%;
  margin-bottom: 1rem;
}

.shopping-cart {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.shopping-cart tbody {
  font-family: "Londrina Solid", cursive;
}

.shopping-cart tbody tr {
  padding: 1rem 0;
}

.shopping-cart th {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  padding: 1em 0;
  width: 33.3%;
  text-align: center;
  /* border: 1px solid #ddd; */
  color: #444444;
  /* text-transform: uppercase; */
}

.shopping-cart td {
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 0.3em;
  width: 33.3%;
  text-align: center;
  border-top: none;
  color: #444444;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  vertical-align: middle;
  font-weight: 300;
}

.pname div {
  margin: 0 auto;
}

.shopping-cart td.pdelete {
  text-align: center;
  font-size: 0.75rem;
}

.pdelete a,
.pdelete a:hover {
  color: #ffae33;
  text-decoration: none;
  font-size: 2em;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
}

#shopping-cart-actions {
  /* margin: 1.5em 0; */
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}

#shopping-cart-actions li {
  display: inline-block;
  width: 100%;
  margin: 0.5rem 0;
  text-align: right;
}

#shopping-cart-actions li input,
#shopping-cart-actions li a {
  font-family: "Londrina Solid", cursive;
  font-weight: 500;
  width: 100%;
  border-radius: 0;
  background-color: #ffae33;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 1.25rem;
}

#shopping-cart-actions li .mme-pay a {
  background: white !important;
  color: #444444;
  font-family: "Lato";
  font-weight: normal;
  font-size: 0.8rem;
  text-transform: inherit;
}

p.text-right {
  margin-bottom: 0;
}

.total-display {
  background-color: #f5f5f5;
  padding: 1rem;
  max-height: 215px;
  margin-left: auto;
  margin-right: auto;
}

.btn-mme {
  background: #f7f7f7;
  border-radius: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-mme p {
  font-family: "Lato";
  font-size: 1rem;
  color: #444444;
  font-weight: 600;
  margin-bottom: 0;
}

.btn-mme p img {
  width: 100px;
}

.btn-mme:hover {
  color: #444444;
  background: #eaeaea;
}

#pricing {
  padding: 0.5em 0;
  margin: 1em 0;
}

.pricing {
  padding-right: 1rem !important;
}

.pricing p {
  text-align: right !important;
}

#sub-total,
#shipping {
  font-family: "Londrina Solid";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

#sub-total span,
#shipping span {
  font-weight: 500;
}

#content > h1,
#checkout-order-form h2 {
  font-size: 2em;
  text-align: center;
}

#pricing #sub-total,
#pricing #shipping {
  margin: 0;
}

fieldset {
  padding: 0;
}

#checkout-order-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-align: left;
}

#checkout-order-form input,
#checkout-order-form select {
  background: white;
  border: none;
  border: none;
  border-radius: 0;
  padding: 0.3em;
  width: 100%;
  height: 50px;
  padding: 0 20px;
}

#checkout-order-form select {
  /* width: 200px; */
  display: block;
}

.checkout-sec {
  background-color: #f7f7f7;
  padding: 1rem;
}

.checkout-sec h2,
#checkout-order-form h2 {
  font-family: "Londrina Solid";
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.5em;
  color: #444444;
}

#checkout-order-form h2 {
  margin: 10px 0;
  text-align: left;
}

.submit-btn.order-btn {
  font-family: 'Londrina Solid', cursive;
  font-size: 1.25rem;
  margin: 35px auto 0 auto;
  width: 50%;
}

.submit-btn.order-btn input {
  font-size: 1.25rem;
  font-weight: 500;
}

.submit-btn.order-btn .btn {
  background: #ffae33 !important;
  color: #fff;
}

.submit-btn.order-btn .btn:hover {
  background-color: #ffa00f !important;
}

.checkout-pg .sec-title {
  width: 100%;
  padding: 0 43%;
}

#checkout-order-form .accordion {
  margin-bottom: 1rem;
}

#checkout-order-form .card {
  border-radius: 0;
  background-color: #f7f7f7;
  border: none;
}

#checkout-order-form .card .card-header {
  background-color: transparent;
  border-bottom: none;
}

#checkout-order-form .card .card-header h5 button {
  font-family: "Londrina Solid";
  color: #444444;
  font-size: 1.5rem;
  font-weight: 500;
}

#checkout-order-form h5 {
  padding-left: 1.125em;
}

#checkout-order-form h5 button {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none !important;
}

#checkout-order-form h5 button:hover {
  color: #abcc52 !important;
}

#checkout-order-form .btn[aria-expanded="true"]:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 18px;
  color: #abcc52;
  font-size: 1.5rem;
}

#checkout-order-form .btn[aria-expanded="false"]:before {
  content: "";
}

#checkout-order-form .btn[aria-expanded="false"]:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 18px;
  color: #abcc52;
  font-size: 1.5rem;
}

footer.f2 {
  border-top: 1px solid #eee;
}

@media screen and (max-width: 1536px) {
  .f-bg {
    background-position: 88% 70%;
    background-size: 50%;
  }
}

@media screen and (max-width: 1199px) {
  header .banner-text {
    width: 80%;
  }
  .sec-title {
    width: 60%;
  }
  .about-slider .slick-prev,
  .about-slider .slick-next {
    bottom: -35px;
  }
  .about-slider .slick-prev {
    right: 43%;
  }
  .about-slider .slick-next {
    right: 36%;
  }
  .cart-pg .sec-title {
    padding: 0 34%;
  }
  .checkout-pg .sec-title {
    padding: 0 41%;
  }
}

@media screen and (max-width: 1024px) {
  .f-bg {
    background-position: 105% 70%;
    background-size: 58%;
  }
  .contact .sec-title {
    width: 25% !important;
  }
  main .sub-pg-sec .sec-title {
    padding: 0 36%;
  }
  .prod-details.p-pg .product-name,
  .prod-details.p-pg .product-price {
    font-size: 1.85rem;
  }
  .toy-features.left-b .features-box:nth-child(1):before {
    width: 83px;
  }
  .toy-features.left-b .features-box:nth-child(2):before {
    width: 138px;
    right: -16px;
  }
  .toy-features.right-b .features-box:nth-child(1):before {
    width: 60px;
    left: -70px;
    bottom: 35px;
    top: inherit;
  }
  .toy-features.right-b .features-box:nth-child(2):before {
    width: 68px;
    left: -80px;
  }
  .toy-features.right-b .features-box:nth-child(3):before {
    width: 46px;
    left: -58px;
  }
  main .sub-pg-sec:nth-child(3) .sec-title {
    padding: 0 29% !important;
  }
}

@media screen and (max-width: 991px) {
  #mobile-menu {
    display: block !important;
  }
  nav#desktop-nav {
    display: none !important;
  }
  .disable.on {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1010;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 0;
  }
  .sec-title {
    width: 80%;
  }
  .about-slider .slick-prev {
    right: 40%;
  }
  .about-slider .slick-next {
    right: 30%;
  }
  .prod-tabs {
    display: none;
  }
  .prod-mob-slider {
    display: block;
  }
  .prod-mob-slider .img img {
    padding: 10%;
  }
  .prod-mob-slider .slick-prev,
  .prod-mob-slider .slick-next {
    top: 0.8rem;
    z-index: 10;
  }
  .prod-mob-slider .slick-prev {
    left: 25%;
  }
  .prod-mob-slider .slick-next {
    right: 25%;
  }
  .prod-mob-slider .slick-prev:before,
  .prod-mob-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.75rem;
  }
  .prod-mob-slider .slick-prev:before {
    content: "\f30a";
  }
  .prod-mob-slider .slick-next:before {
    content: "\f30b";
  }
  .f-bg {
    background-position: center 20%;
    background-size: 100%;
  }
  .prod-mob-item p.slider-header {
    text-align: center;
    font-family: "Londrina Solid", cursive;
  }
  .prod-mob-item p.slider-header:nth-child(1) {
    font-size: 1.5rem;
    color: #abcc52;
  }
  .prod-mob-item p.slider-header:nth-child(2) {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.125rem;
  }
  .contact .sec-title {
    width: 35% !important;
  }
  main .sub-pg-sec .sec-title {
    padding: 0 30%;
  }
  .toy-features-wrapper {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .toy-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .toy-img img {
    width: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .toy-features.left-b {
    margin-top: 4rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .toy-features.left-b .features-box.mb-5 {
    margin-bottom: 0 !important;
  }
  .toy-features.left-b .features-box,
  .toy-features.right-b .features-box {
    margin-bottom: 2rem !important;
  }
  .toy-features.left-b .features-box.mb-5,
  .toy-features.right-b .features-box.mb-5 {
    margin-bottom: 2rem !important;
  }
  .toy-features.left-b .features-box p,
  .toy-features.right-b .features-box p {
    line-height: 1.5rem;
  }
  .toy-features-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .toy-features.right-b {
    padding-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .features-box:before {
    display: none;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  footer .container .f-links {
    margin-bottom: 1rem;
  }
  .prod-details.p-pg .product-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
  .prod-details.p-pg .product-name .product-price {
    margin-top: 1rem;
    margin-left: 0;
  }
  .cart-pg .sec-title {
    padding: 0 28%;
  }
  .checkout-pg .sec-title {
    padding: 0 38%;
  }
  .checkout-sec {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  header {
    background: url(/imgs/mob-bg.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: 60% !important;
  }
  header .banner-text {
    width: 100%;
  }
  .banner-text {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    padding-bottom: 3rem !important;
  }
  .banner-text h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  p {
    font-size: 1rem;
  }
  section {
    padding: 3rem 0;
  }
  .banner-text h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .prod-mob-slider .img img {
    padding: 5%;
  }
  .prod-mob-slider .slick-slide {
    padding-bottom: 0;
  }
  .f-bg {
    background-position: center 0;
    background-size: 120%;
  }
  .mm h1 {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  main .sub-pg-sec:nth-child(3) .sec-title {
    padding: 0 22% !important;
  }
  .cart-pg {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 767px) {
  nav#mobile-nav {
    padding: 2rem 0;
  }
  .mobile-menu .navbar-brand {
    padding: 0;
  }
  .mobile-menu .navbar-brand img {
    width: 90%;
  }
  .mobile-menu .cart-link {
    margin-right: 0.75rem;
  }
  .mobile-menu .cart-link a span {
    font-size: 1.75rem;
  }
  header.sub-pg {
    height: 30vh;
  }
  .banner-text {
    padding-bottom: 2rem !important;
  }
  .banner-text h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .banner-text p {
    font-size: 1.65rem;
  }
  .banner-text p:nth-child(3) {
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
  p {
    line-height: 1.75rem;
  }
  .sec-title h3 {
    font-size: 2rem;
  }
  .title-header p:first-child {
    font-size: 1.5rem;
  }
  .about-slider {
    padding-bottom: 2rem;
  }
  .about-slider .slick-prev,
  .about-slider .slick-next {
    bottom: 0;
  }
  .about-slider .slick-prev {
    right: inherit;
    left: 0;
  }
  .about-slider .slick-next {
    right: inherit;
    left: 14%;
  }
  .mob-abt-title .sec-title {
    width: 50%;
  }
  p.abt-desc {
    padding-top: 2rem;
  }
  .contact-form {
    padding: 0;
  }
  .prod-mob-slider .slick-prev {
    left: 16%;
  }
  .prod-mob-slider .slick-next {
    right: 16%;
  }
  .prod-details .product-name,
  .prod-details .product-price {
    font-size: 1.75rem;
  }
  .prod-details.p-pg .product-name,
  .prod-details.p-pg .product-price {
    font-size: 1.75rem;
  }
  .prod-details.p-pg .product-price {
    margin-top: 0.5rem !important;
  }
  .prod-features .f-box {
    margin-bottom: 1rem;
  }
  .mm a {
    padding: 0.5rem 1rem !important;
  }
  main .sub-pg-sec:nth-child(3) .sec-title {
    padding: 0 !important;
  }
  .cta-link:before {
    width: 95% !important;
  }
  .cta-link {
    width: 100% !important;
  }
  .cta-link.contact-btn {
    width: 100%;
  }
  .mm h1 {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mm h1 a {
    width: 40%;
    padding: 0.5rem !important;
    border-radius: 1rem;
    margin-left: 0;
  }
  main .sub-pg-sec .sec-title {
    padding: 0 15%;
  }
  .toy-img img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
  .prod-pg-tab.nav-pills #pills-tabContent {
    margin: 0 0 1rem 0;
  }
  .cart-pg .sec-title {
    padding: 0 11%;
  }
  .cart-pg .sec-title #sub-total,
  .cart-pg .sec-title #shipping,
  .cart-pg .sec-title .table thead th {
    font-size: 1.25rem;
  }
  .table-responsive {
    padding-left: 0;
    padding-right: 0;
  }
  .shopping-cart td, input.qty {
    font-size: 1rem;
    font-weight: 300 !important;
  }
  .checkout-pg .sec-title {
    padding: 0px 28%;
  }
  .submit-btn.order-btn {
    width: 100%;
  }
  section.msg .msg-text p {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .f-bg {
    background-size: 110%;
    background-position: center 18%;
  }
  .related-item-slider .slick-prev,
  .related-item-slider .slick-next {
    z-index: 10;
    height: 40px;
    width: 50px;
    background: #fb6b47;
    top: 30%;
  }
  .related-item-slider .slick-prev:after,
  .related-item-slider .slick-next:after {
    content: "";
    border: 1px solid #ff8f73;
    position: absolute;
    height: 75%;
    width: 80%;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .related-item-slider .slick-prev {
    left: 10%;
  }
  .related-item-slider .slick-next {
    right: 10%;
  }
  .related-item-slider .slick-prev:before,
  .related-item-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
  }
  .related-item-slider .slick-prev:before {
    content: "\f104";
  }
  .related-item-slider .slick-next:before {
    content: "\f105";
  }
}

@media screen and (max-width: 575px) {
  .nav-head .logo {
    visibility: inherit;
  }
  .mob-abt-title .sec-title {
    width: 65% !important;
  }
  .contact .sec-title {
    width: 60% !important;
  }
  .prod-mob-slider .slick-prev {
    left: 0;
  }
  .prod-mob-slider .slick-next {
    right: 0;
  }
  .prod-details .plush-select select {
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .slide-menu {
    width: 22rem;
  }
  .about-slider .slick-next {
    left: 18%;
  }
  .prod-mob-slider .img img {
    padding: 3%;
  }
  .f-bg {
    background-position: center 20%;
    background-size: 120%;
  }
  .prod-details .addtocart .cta-link {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */