@charset "UTF-8";

/*-----------------------------------------------------------------------------------

 Project Name: New Project
 Project URI: http://
 Description: 
 Author: 
 Author URI: 
 Version: 1.0.0

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

 == Table Of Content

 00 Imports
 01 Basics


---------------------------------------------------------------- */

/* 00. Imports */

@font-face {
  font-family: "Nunito-Regular";
  src: url(/fonts/Nunito-Regular.ttf?d2e691bc4a2b696929172cb3d22ce8ba) format("truetype");
}

@font-face {
  font-family: "Nunito-Bold";
  src: url(/fonts/Nunito-Bold.ttf?1cd294a771f26752bbb8d8d5210f6412) format("truetype");
}

@font-face {
  font-family: "Nunito-SemiBold";
  src: url(/fonts/Nunito-SemiBold.ttf?76ae20d4d4b7d46e613d2581512fcf73) format("truetype");
}

/* Start Basics  */

* {
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

html,
body {
  color: #3b3b3b;
  font-family: "Nunito-Regular";
  font-size: 16px;
  height: 100%;
}

@media screen and (max-width: 575px) {
  html,
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito-Bold";
  color: #2d2d2d;
}

p {
  font-size: 15px;
  font-family: "Nunito-Regular";
  line-height: 25px;
}

h1 {
  font-size: 36px;
  font-family: "Nunito-Bold";
  color: #2d2d2d !important;
}

@media screen and (max-width: 767px) {
  h1 {
    font-family: 25px;
  }
}

p,
a,
span {
  font-family: "Nunito-Regular";
  text-decoration: none;
}

button {
  font: 14px "Nunito-SemiBold";
}

.frm_pr {
  padding-right: 3%;
}

@media screen and (max-width: 991px) {
  .frm_pr {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .rwflex_rvs {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Start Basics ends */

/* Generic Classes */

.brand-logo-nav {
  padding: 0px;
}

.logo {
  display: inline;
  width: 130px;
  /* background: white; */
  padding: 0px;
  margin-top: 0px;
  margin-left: -7px;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 114px;
  }
}

.icon {
  margin-right: 25px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.hide {
  display: none;
}

.search:hover + .hide {
  display: block;
  /* color: red; */
}

.navbar {
  border: 0px;
}

.navbar ul li a {
  color: #3b3b3b !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 0px;
  font-family: "Nunito-SemiBold";
  font-size: 14px;
}

.navbar ul li img {
  width: 17px;
}

.header_wishlist {
  position: relative;
}

@media screen and (max-width: 991px) {
  .header_wishlist a {
    padding-left: 2px;
  }
}

.header_wishlist .header_badge {
  background: #2d2d2d;
  position: absolute;
  left: 21px;
  top: 8px;
  font-size: 9px;
  color: white;
}

@media screen and (max-width: 991px) {
  .header_wishlist .header_badge {
    top: 6px;
  }
}

@media screen and (max-width: 991px) {
  .header-order-list a {
    padding-left: 0px;
    color: #3b3b3b;
    font-family: "Nunito-Bold";
  }
}

.login_link a {
  color: #3b3b3b;
  font-family: "Nunito-Bold";
}

@media screen and (max-width: 991px) {
  .login_link a {
    padding-left: 10px;
  }
}

.navbar-nav-l {
  margin-left: 5%;
}

.change_navColor {
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.18);
  background-color: #fff;
  -webkit-animation: slideInDown 1s both;
  animation: slideInDown 1s both;
}

.row {
  margin: 0px !important;
}

@media screen and (min-width: 769px) {
  .navbar-inverse {
    background-color: black;
  }
}

.navbar-inverse {
  background: white;
  color: #3b3b3b;
  border-color: white;
  z-index: 1000;
  box-shadow: 5px 0px;
  border-radius: 0px;
}

.search_input_item input[type=text] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 5px 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}

.search_input_item input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.search_input_item input[type=text]:placeholder {
  color: #cccccc;
}

.d-block {
  width: 100%;
}

.carousel-indicators {
  margin: 0px !important;
}

.carousel-caption {
  right: 5%;
  text-align: right;
  left: auto;
  padding: 5px;
}

#carouselExampleIndicators > a {
  padding: 0px !important;
}

.btn {
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Nunito-Bold";
}

.btn-danger {
  color: #fff;
  border: none;
  background: #ed3821;
  margin-top: 14px;
  margin-bottom: 10%;
  /* footer css  */
}

.btn-danger:hover {
  background: #ed3821;
}

.btn-danger:focus {
  box-shadow: none;
  background: #ed3821;
}

.pd-top {
  padding-top: 2%;
}

@media screen and (max-width: 575px) {
  .pd-top {
    padding-top: 5%;
  }
}

.site-footer {
  clear: both;
  position: relative;
  margin-top: -200px;
}

.site-footer h6 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer h6 a {
  color: #2d2d2d;
  font-family: "Nunito-Bold";
  text-transform: capitalize;
}

.site-footer a {
  color: #2d2d2d;
}

.site-footer .footer_address {
  color: #2d2d2d;
}

@media screen and (max-width: 767px) {
  .shopfrom_btn_wraper {
    padding-left: 5%;
  }
}

.shopfrom_btn_wraper .shopfrom_btn {
  margin-bottom: 10%;
}

.pad-l-r {
  /* padding-right: 10px; */
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #2d2d2d;
  padding-left: 0px;
  font-family: "Nunito-Regular" !important;
}

.footer-links a:active {
  text-decoration: none;
}

.footer-links a:focus {
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: none;
}

.footer-links:hover {
  text-decoration: none;
  font-family: "Nunito-SemiBold";
}

.footer-sm-link li a {
  padding-right: 0px;
}

.site-footer .social-icons a {
  background-color: transparent;
}

.copyright-text {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 991px) {
  .site-footer {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
    margin-bottom: 0px;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: right;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li a {
  position: relative;
}

.social-icons li a i {
  position: relative;
}

.social-icons li a:hover .footer_hover_img {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 425px) {
  .social-icons li a:hover .footer_hover_img {
    width: 48px;
    height: 49px;
  }
}

.social-icons li a:hover .store_hover_img {
  transform: translate(0, -4px);
}

.social-icons li a .footer_hover_img {
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.social-icons li a .footer_static_img {
  width: 20px;
  transition: opacity 0.5s ease-in-out;
}

.social-icons li a .store_icon {
  width: 36px;
  transition: opacity 0.5s ease-in-out;
}

.social-icons li a .store_hover_img {
  transition: transform 6s ease;
}

.social-icons li a .fb_icon {
  width: 15px;
  height: 15px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.2s linear;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.fa {
  color: #2d2d2d;
  font-size: 22px;
}

.footer-links > li a {
  color: #2d2d2d !important;
}

@media screen and (max-width: 375px) {
  .footer-links > li a {
    font-size: 13px;
  }
}

/* image side by side  */

.column {
  float: left;
  /* width: 20%; */
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.card {
  border: 0px;
  cursor: pointer;
  background-color: transparent;
}

.card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.card:hover .img-top {
  display: inline;
}

h1 {
  text-align: center;
  padding: 10px;
}

.shopByAge {
  background: url(/images/Shop_by_Age_BG.jpg?43a12f715a9d3c73b52d3bd3871f35c3) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .shopByAge {
    padding-top: 3%;
  }
}

.movie-img {
  height: 200px;
  width: 150px;
  background-color: aqua;
  overflow: hidden;
  background-image: url("https://i.hizliresim.com/mX07R4.png");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
}

.movie-title {
  height: 40px;
  width: 150px;
  background-color: black;
  overflow: hidden;
}

a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  color: black;
  background: transparent;
}

.round {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 575px) {
  .round {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.img-fluid:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10%;
}

.brand-img {
  border-radius: 20px;
}

@media screen and (max-width: 575px) {
  .brand-img {
    height: 150px;
  }
}

.partnerImg {
  background-image: url(/images/product-detail-bg.png?0fa5d0b49f3edd118d1e029661c28929);
  background-size: contain;
  width: 100%;
  border-radius: 20px;
}

@media screen and (min-width: 992px) {
  .text-padd-footer {
    color: white;
    font-size: 20px;
    padding-top: 30px;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .text-padd-footer {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0px;
    color: #ffffff;
    font-weight: 700;
  }
}

@media screen and (min-width: 992px) {
  .fImage {
    width: auto;
    padding: 4%;
    height: 90px;
  }
}

@media screen and (max-width: 991px) {
  .fImage {
    width: 100%;
    padding: 4%;
    height: 90px;
  }
}

@media screen and (max-width: 575px) {
  .fImage {
    width: 100%;
    padding: 4%;
    height: auto;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 767px) {
  .site-footer {
    background: url(/images/Footer_BG.jpg?afc4c9f6140425827198de404600f4da) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    margin-top: 20px;
  }

  .frame-sm {
    display: none;
  }

  .frame-lg {
    display: block;
  }

  .image {
    width: 100%;
    height: 225px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 10px;
  }

  .containers:hover .overlay {
    height: 10%;
  }
}

@media screen and (max-width: 768px) {
  .site-footer {
    background: url(/images/Footer_BG.jpg?afc4c9f6140425827198de404600f4da) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 40px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    margin-top: 10px;
  }

  .frame-sm {
    display: block;
  }

  .frame-lg {
    display: none;
  }

  p {
    font-size: 14px;
  }

  h1 {
    font-size: 25px;
    font-weight: 700;
  }

  .containers:hover .overlay {
    height: 17%;
  }
}

@media screen and (max-width: 767px) {
  .text-padd-footer {
    color: white;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 6px;
    display: block;
  }
}

.footer_logo {
  padding-left: 0px;
}

.container {
  position: relative;
}

.topleft {
  position: absolute;
  top: 17px;
  left: 0px;
  font-size: 18px;
  color: white;
  height: 23px;
}

.topleft img {
  height: 23px;
}

.bottomleft {
  position: absolute;
  bottom: 8px;
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.containers {
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 1px solid lightgray;
  background: #fff;
  margin-bottom: 10px;
}

.containers h4 {
  font-family: "Nunito-Regular";
}

.containers:hover .overlay {
  opacity: 1;
}

.containers .overlay {
  top: 194px;
  width: 113px;
  height: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 16px;
  background-color: #ed3821;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .containers .overlay {
    top: 166px;
  }
}

@media screen and (max-width: 375px) {
  .containers .overlay {
    top: 167px;
  }
}

@media screen and (max-width: 374px) {
  .containers .overlay {
    top: 117px;
  }
}

.fa-search {
  color: white;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 14px;
  background: red;
  padding: 5px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.topleft {
  position: absolute;
  top: 17px;
  left: 0px;
  font-size: 18px;
  color: white;
}

@media screen and (max-width: 375px) {
  .image {
    display: block;
    width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 10px;
  }
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  .image {
    display: block;
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 10px;
  }
}

.m-t-0 {
  margin-bottom: 0px !important;
}

.bg-Image-Trending-toy {
  background: url(/images/Trending_Toys_BG.jpg?8ed5955e492cda5066d4291bb316e9c9) no-repeat;
  /* background: url('../image/Trending_Toys_BG/Trending_Toys_BG.jpg'); */
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 100% 60px;
  font-size: 15px;
  line-height: 24px;
}

@media screen and (max-width: 575px) {
  .bg-Image-Trending-toy {
    padding-bottom: 7%;
    background-position: 100% 100%;
    background-size: cover;
  }
}

.bg-Image-Trending-toy h4 {
  font-family: "Nunito-Regular";
  font-size: 18px;
  margin-bottom: 6px;
}

.bg-Image-Trending-toy p {
  font-size: 16px;
}

.bg-Image-Trending-toy .pfeature_title {
  margin-top: 2%;
}

.bg-Image-Trending-toy .img-fluid:hover {
  box-shadow: none;
}

.bg-Image-Trending-toy button {
  border: none;
  transition: 0.3s ease;
}

.bg-Image-Trending-toy button:hover {
  border: none;
  transition: 0.3s;
  padding-left: 29px;
  padding-right: 29px;
}

.pd-10 {
  padding-top: 70px;
}

@media screen and (max-width: 575px) {
  .pd-10 {
    padding-top: 20px;
  }
}

.containerForTranding span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.containerForTranding img {
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 4px;
}

.bg-red {
  background: red;
  color: white;
  border-radius: 26px;
}

.containerForTranding {
  margin: 2%;
}

.containerForTranding {
  display: flex;
}

.w-100 {
  width: 100%;
}

.pd-buttom {
  padding-bottom: 30px;
}

#recipeCarousel,
#recipeCarousel,
#recipeCarouselForNewArrfivals,
#recipeCarouselForQuickView,
#recipeCarouselForBrand,
#recipeCarouselForBrandMobile,
#recipeCarouselForNewourstory,
#our_certfication,
#our_capabilities,
#recipeCarouselForTraindingToy {
  width: 100%;
}

.head {
  font-size: 20px;
  /* font-weight: 700; */
  font-family: "Nunito-Bold";
}

.side-by-side {
  width: 30%;
  padding-left: 30px;
  padding-right: 10px;
}

.chip-1 {
  border: 1px solid red;
  border-radius: 20px;
  background: white;
  margin-right: 20px;
  color: red;
  font-family: "Nunito-SemiBold";
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.chip-1:hover {
  background: red;
  color: #ffffff;
}

.clicked {
  background: red;
  border-radius: 20px;
  margin-right: 20px;
  color: white;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.side-by-side-2 {
  width: 70%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.side-by-side-2 .cardForAge {
  width: 20%;
  border: 1px solid #707070;
  border-radius: 20px;
  height: 90px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.side-by-side-2 .cardForAge:hover {
  border: 1px solid red;
}

.side-by-side-2 .cardForAge .textPd {
  padding: 20px;
  text-align: center;
  font-family: "Nunito-Bold";
}

.side-by-side-2 .cardForAge .textPd:hover .nav_shobyage {
  color: white;
}

.side-by-side-2 .cardForAge .textPd:hover .nav_shobyyear {
  color: white;
}

.side-by-side-2 .cardForAge .textPd .nav_shobyage {
  color: red;
  font-family: "Nunito-Bold";
}

.side-by-side-2 .cardForAge .textPd .nav_shobyyear {
  color: red;
  font: 12px "Nunito-Regular";
}

.side-by-side-2 .cardForAge a {
  padding: 0px;
  display: block;
  height: 100%;
}

.ourcertifications {
  /* Reposition the controls slightly */
}

@media screen and (max-width: 767px) {
  .ourcertifications {
    padding-bottom: 7%;
  }
}

.ourcertifications .ourcertifications_bg_img {
  background-image: url(/images/ourcertification_bg.jpg?d90f7a338d9fdb93699ceb1af2c2ba23);
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 3%;
  padding-bottom: 15%;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .ourcertifications .ourcertifications_bg_img {
    padding-bottom: 5%;
    padding-top: 5%;
    background-image: url(/images/ourcertification_bg_small.jpg?f439be22c64202cd9934df2b09dd6146);
  }
}

@media screen and (max-width: 767px) {
  .ourcertifications .ourcertifications_bg_img h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.ourcertifications .card {
  border: 0px;
  cursor: pointer;
  background-color: transparent;
}

.ourcertifications .card .img-fluid {
  max-width: 90%;
  height: auto;
  border-radius: 10%;
  padding: 0px 15%;
  margin: auto;
}

.ourcertifications .card .img-fluid:hover {
  box-shadow: none;
  border-radius: 0px;
  max-width: auto;
  height: auto;
}

.ourcertifications h5 {
  margin-top: 15px;
}

.hero_title {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: white !important;
}

.height_fix {
  margin-top: 90px;
}

.hero_banner {
  margin-top: 93px;
}

@media screen and (max-width: 1199px) {
  .hero_banner .hero_banner_body {
    padding: 0px 4%;
  }
}

@media screen and (max-width: 767px) {
  .hero_banner .hero_banner_body {
    padding: 0px 8%;
  }
}

.hero_banner .hero_banner_body img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .hero_banner .hero_banner_body img {
    height: 35vh;
  }
}

@media screen and (max-width: 575px) {
  .hero_banner .hero_banner_body img {
    height: 30vh;
  }
}

.hero_banner .herobanner_btn {
  color: red;
  background: #ffffff;
  font-family: "Nunito-SemiBold";
}

.hero_banner .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translateY(50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -10px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hero_banner .owl-theme .owl-nav {
    margin-top: -15px;
  }
}

.hero_banner .owl-carousel .owl-nav button.owl-next,
.hero_banner .owl-carousel .owl-nav button.owl-prev {
  width: 28px;
  height: 28px;
  background: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .hero_banner .owl-carousel .owl-nav button.owl-next,
  .hero_banner .owl-carousel .owl-nav button.owl-prev {
    border-radius: 0px;
    background: none;
  }
}

.hero_banner .owl-carousel .owl-nav button.owl-next {
  margin-right: -39px;
}

@media screen and (max-width: 375px) {
  .hero_banner .owl-carousel .owl-nav button.owl-next {
    margin-left: -50px;
  }
}

.hero_banner .owl-carousel .owl-nav button.owl-prev {
  margin-left: -39px;
}

@media screen and (max-width: 375px) {
  .hero_banner .owl-carousel .owl-nav button.owl-prev {
    margin-right: -50px;
  }
}

.hero_banner .owl-dots {
  margin-top: 20px;
}

.hero_banner .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-right: 3px;
}

.hero_banner .owl-theme .owl-dots .owl-dot.active span {
  background: red;
}

.hero_banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #c0c0c0;
}

.hero_banner span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .hero_banner span {
    color: red;
    font-size: 30px;
  }
}

.hero_banner span,
.hero_banner a,
.hero_banner a:hover {
  color: white;
}

.card-padd {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px !important;
}

.card-padd .img-fluid {
  border-radius: 20px !important;
}

.herostroe_locate_btn {
  color: #ed3821;
  font: 16px "Nunito-SemiBold";
  transition: none !important;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 375px) {
  .herostroe_locate_btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 991px) {
  .herostroe_locate_btn {
    margin-bottom: 15px;
  }
}

.herostroe_locate_btn:hover {
  transition: none !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  background: #ffffff;
  color: #ed3821;
}

@media screen and (max-width: 375px) {
  .herostroe_locate_btn:hover {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

.hs_ll_content_wraper {
  padding-left: 2px;
}

.hs_ll_content_wraper .herostroe_locateleft_content {
  padding-top: 15px;
  font-family: "Nunito-SemiBold";
  padding-right: 38%;
  font-size: 17px !important;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .hs_ll_content_wraper .herostroe_locateleft_content {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 991px) {
  .hs_ll_content_wraper .herostroe_locateleft_content {
    padding-right: 42%;
  }
}

@media screen and (max-width: 767px) {
  .hs_ll_content_wraper .herostroe_locateleft_content {
    padding-right: 15%;
  }
}

@media screen and (max-width: 575px) {
  .hs_ll_content_wraper .herostroe_locateleft_content {
    padding-right: 5%;
  }
}

.herostroe_locateright_card {
  position: relative;
  padding-right: 30%;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .herostroe_locateright_card {
    padding-right: 15%;
  }
}

@media screen and (max-width: 375px) {
  .herostroe_locateright_card {
    padding-right: 5%;
  }
}

.herostroe_locateright_card .herostroe_locateright_content {
  padding-top: 15px;
  font-family: "Nunito-SemiBold";
  font-size: 17px;
  text-align: left;
  padding-left: 2px;
}

@media screen and (max-width: 1199px) {
  .herostroe_locateright_card .herostroe_locateright_content {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .herostroe_locateright_card .herostroe_locateright_content {
    padding-left: 5%;
  }
}

.herostroe_locateright_card .herostroe_locateright_img {
  position: absolute;
  right: 20px;
  bottom: 0px;
  z-index: -1;
}

@media screen and (max-width: 375px) {
  .herostroe_locateright_card .herostroe_locateright_img {
    right: 0px;
  }
}

.herostroe_locateright_card .herostroe_locateright_img img {
  height: 120px;
  width: 120px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ed3821 !important;
  background-color: #ffffff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: red !important;
  background: white !important;
  border-radius: 20px;
}

.cpr_smtext {
  font-family: "Nunito-Regular";
  color: #2d2d2d;
  font-size: 13px;
  margin-bottom: 8px;
  padding-top: 5px;
}

@media screen and (max-width: 575px) {
  .cpr_smtext {
    text-align: left;
    font-size: 12px;
    font-family: "Nunito-Regular";
    color: #787d83;
  }
}

@media screen and (max-width: 425px) {
  .cpr_smtext {
    text-align: left;
    font-size: 12px;
    font-family: "Nunito-Bold";
    color: #787d83;
  }
}

.cpr_smtextright {
  font-size: 13px;
  font-family: "Nunito-Regular";
  margin-bottom: 8px;
  padding-top: 5px;
  color: #2d2d2d;
}

@media screen and (max-width: 575px) {
  .cpr_smtextright {
    text-align: center !important;
    font-size: 11px;
    font-family: "Nunito-Regular";
    color: #787d83;
  }
}

@media screen and (max-width: 425px) {
  .cpr_smtextright {
    text-align: center !important;
    font-size: 11px;
    font-family: "Nunito-Bold";
    color: #787d83;
  }
}

.ftp {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ftp {
    margin-bottom: 5px;
  }
}

.dropdown-toggle::after {
  color: red;
}

.new_arrivals {
  padding-top: 4%;
}

.new_arrivals .img-fluid:hover {
  box-shadow: none;
}

.new_arrivals button {
  border: none;
  transition: 0.3s ease;
}

.new_arrivals button:hover {
  border: none;
  transition: 0.3s;
  padding-left: 29px;
  padding-right: 29px;
}

@media screen and (max-width: 575px) {
  .shopby_category {
    padding-top: 3%;
  }
}

@media screen and (min-width: 1661px) {
  .shopby_category_inner_card_img {
    height: 230px;
  }
}

@media screen and (max-width: 575px) {
  .shop_brand {
    padding-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .shopby_branlarge {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .shopby_brandmobile {
    display: none;
  }
}

.trending_toy_mt {
  margin-top: 4%;
}

@media screen and (max-width: 767px) {
  .trending_toy_mt {
    margin-top: 7%;
  }
}

@media screen and (max-width: 575px) {
  .trending_toy_mt {
    margin-top: 5%;
  }
}

@media screen and (max-width: 425px) {
  .trending_toy_mt {
    margin-top: 10%;
  }
}

@media screen and (max-width: 375px) {
  .footer_title {
    font-size: 13px;
  }
}

.shopbrand_img {
  transition: all 0.2s ease-in-out;
}

.shopbrand_img:hover {
  box-shadow: none;
  transform: scale(1.1);
}

.store_locator_socialicon li a {
  padding: 4px 12px;
}

@media screen and (max-width: 375px) {
  .store_locator_socialicon li a {
    padding: 4px 1px;
  }
}

.store_locator_socialicon .footer_static_img {
  width: 35px;
}

/* All Styles ends Here */

@media screen and (max-width: 991.99px) {
  .navbar-collapse ul {
    display: none;
  }

  .navbar-collapse .mobile-device {
    display: block;
    max-width: 300px;
    float: right;
    min-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .navbar-collapse .mobile-device .wid-100 {
    width: 100%;
  }

  .navbar-collapse .mobile-device .text-dec {
    font-size: 16px;
    padding: 10px;
    padding-bottom: 0px;
    font-family: "Nunito-Bold";
    text-transform: capitalize;
  }

  .navbar-collapse .mobile-device .active,
  .navbar-collapse .mobile-device .data-collapsible:hover {
    border-right: 2px solid #555;
    color: #3b3b3b;
    float: right;
  }

  .navbar-collapse .mobile-device .data-collapsible:after {
    content: "+";
    color: red;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .navbar-collapse .mobile-device .active:after {
    content: "\2212";
    color: red;
  }

  .navbar-collapse .mobile-device .content-OfHead {
    padding: 0 1px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f8ced0;
  }

  .navbar-collapse .mobile-device .content-OfHead .data-collapsible {
    font-size: 13px;
  }

  .navbar-collapse .mobile-device .content-OfHead .data-collapsible .content-OfHead ul {
    padding-left: 4% !important;
  }

  .navbar-collapse .mobile-device .content-OfHead .data-collapsible .content-OfHead .sub-Content {
    font-size: 13px !important;
    padding: 5px !important;
    margin-left: 5px !important;
  }

  .navbar-collapse .mobile-device .sub_menu_title {
    padding-top: 0px;
    padding: 10px;
  }

  .navbar-collapse .mobile-device .data-collapsible {
    color: #3b3b3b;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: "Nunito-Bold";
    background: white;
  }

  .navbar-collapse .mobile-device .data-un-collapsible {
    color: #3b3b3b;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: "Nunito-Bold";
    background: white;
  }
}

@media screen and (max-width: 991px) {
  .mobile-device {
    overflow-y: scroll;
    height: 295px;
  }
}

.custom_navtoggle {
  padding: 0px;
  border: none;
}

.custom_navtoggle i {
  color: #ed3821;
}

#brand-display,
#category-display {
  display: none;
}

#category-display {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  width: 800px;
}

#age-display {
  display: block;
}

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

@media screen and (min-width: 992px) {
  .navbar-collapse .mobile-device {
    display: none;
  }
}

ul li a {
  font-family: "Nunito-SemiBold";
}

.alphabet {
  list-style-type: none;
  padding: 0;
  cursor: pointer;
  width: 80%;
  text-align: center;
}

.alphabet li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  -moz-box-sizing: border-box;
  color: #3b3b3b;
  display: inline-block;
  box-sizing: border-box;
  width: 3.84%;
}

.alphabet li:last-child {
  border-right: none;
}

.alphabet li:hover {
  color: green;
  background-color: lightgrey;
}

.brand {
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  height: auto;
}

.brand .brand-logo img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.brand .brand-logo img:hover {
  transform: scale(1.1);
}

.brand_wraper {
  padding-right: 10px;
  display: flex;
  height: 213px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
}

.brand_wraper .brand-logo img {
  width: 120px;
  height: 100%;
}

.brand-progress {
  width: 85%;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  height: auto;
}

.filter-UI {
  background-color: lightgray;
  border-radius: 10px;
  padding-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .filter-UI {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.filter-UI .select_state_wraper h5 {
  margin-bottom: 5px;
  font-family: "Nunito-Bold";
  font-size: 15px;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.filter-UI .select_state_wraper select {
  background: lightgray;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  background-image: url(/images/dropdown.png?257b8e6c2c87cfcf63471036300fba1c);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Nunito-Regular";
  color: #3b3b3b;
}

@media screen and (max-width: 767px) {
  .filter-UI .select_state_wraper select {
    margin-bottom: 15px;
  }
}

.filter-UI .store_serchinput_wraper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .filter-UI .store_serchinput_wraper {
    display: block;
    height: auto;
    margin-bottom: 25px;
    text-align: center;
  }
}

.filter-UI .store_serchinput_wraper .search-container input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  width: 280px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 12px;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper .search-container input[type=text] {
    width: 257px;
  }
}

@media screen and (max-width: 351px) {
  .filter-UI .store_serchinput_wraper .search-container input[type=text] {
    width: 330px;
    font-size: 13px;
  }
}

@media screen and (max-width: 351px) {
  .filter-UI .store_serchinput_wraper .search-container input[type=text] {
    width: 180px;
    font-size: 13px;
  }
}

.filter-UI .store_serchinput_wraper .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper .search-container button {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .filter-UI .store_serchinput_wraper .search-container button {
    margin-right: 0px;
  }
}

@media screen and (max-width: 351px) {
  .filter-UI .store_serchinput_wraper .search-container button {
    padding: 3px 10px;
  }
}

.filter-UI .store_serchinput_wraper .select_wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper .select_wrap {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .filter-UI .store_serchinput_wraper .select_wrap {
    justify-content: center;
  }
}

.filter-UI .store_serchinput_wraper .select_wrap select {
  padding: 6px;
  width: 72px;
}

.filter-UI .store_serchinput_wraper .select_wrap p {
  margin: 0;
  margin-right: 5px;
}

.filter-UI .fa-search {
  color: gray;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.input-group > .input-group-append > .input-group-text {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.centered {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  transform: translate(-50%, -50%);
  font-family: "Nunito-Bold";
}

.card {
  border-radius: 0px;
  cursor: default;
}

.card .card-body {
  padding: 0px;
}

.card .card-body .title {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Nunito-SemiBold";
  text-align: left;
}

.card .card-body .loaction_description {
  font-size: 14px;
  margin-bottom: 0px;
}

.card .card-body .image-locate {
  width: 40px;
}

.card .card-body a {
  padding: 0px;
  font-size: 14px;
  font-family: "Nunito-SemiBold";
  display: flex;
  align-items: center;
}

.card .card-body a:hover {
  text-decoration: underline;
}

.card .card-body a img {
  width: 15px;
  height: 15px;
}

.card .card-body a.call {
  font-family: "Nunito-Bold";
  font-size: 15px;
  padding-top: 12px;
  cursor: pointer;
}

.card .card-body a.call:hover {
  text-decoration: none;
}

.card .card-body a.call img {
  margin-right: 3px;
}

.card .card-body .get_direction {
  margin-top: 10px;
  cursor: pointer;
}

.card .card-body .get_direction img {
  margin-left: 4px;
}

@media screen and (min-width: 569px) {
  .store .card {
    border-right: 2px solid lightgray;
    margin-top: 50px;
  }
}

@media screen and (max-width: 568px) {
  .store .card {
    border-right: 0px solid lightgray;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .center_input {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .center_input {
    margin-top: 0px;
  }
}

.search_input_mt {
  margin-top: -6px;
}

@media screen and (max-width: 1199px) {
  .search_input_mt {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .search_input_mt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .search_input_mt {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.n-numberlocation {
  text-align: right;
  font: 14px "Nunito-SemiBold";
  padding-top: 15px;
  padding-right: 10px;
  color: #2b2b2b;
}

@media screen and (max-width: 575px) {
  .n-numberlocation {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .loc_order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .loc_order2 {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .loc_order3 {
    order: 3;
  }
}

/* Reposition the controls slightly */

.carousel-control {
  left: -12px;
}

.carousel-control.right {
  right: -12px;
}

/* Changes the position of the indicators */

.carousel-indicators {
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.carousel-indicators li {
  background: #c0c0c0;
}

.carousel-indicators .active {
  background: red;
}

/* Changes the colour of the indicators */

.next,
.previous {
  background-color: red;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .next,
  .previous {
    background: none;
    color: red;
    font-size: 30px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  margin-top: -5%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background: transparent;
}

@media screen and (max-width: 490px) {
  .carousel {
    margin-bottom: 0;
    padding: 20px !important;
  }
}

@media screen and (min-width: 491px) {
  .carousel {
    margin-bottom: 0;
    padding: 0 60px 30px 60px !important;
  }
}

/* multiple image  */

@media (max-width: 576px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .carousel-indicators > li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}

@media (max-width: 530px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 10% !important;
  }
}

@media screen and (min-width: 531px) and (max-width: 600px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 10% !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 8% !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 767px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 6% !important;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium - display 4  */

@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }

  .carousel-indicators > li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: auto !important;
  }
}

.carousel-indicators li {
  border-bottom: 0px;
  border-top: 0px;
}

/* large - display 6 */

/*********************************************************************/

/* Bootstrap 4 Multiple Item Carousel */

/*********************************************************************/

/* medium - display 2  */

@media (min-width: 769px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

/* large - display 3 */

@media (min-width: 992px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.slider_btn {
  margin-top: -17%;
}

@media screen and (max-width: 1199px) {
  .slider_btn {
    margin-top: -154px;
  }
}

@media screen and (max-width: 575px) {
  .slider_btn {
    margin-top: -27%;
  }
}

@media screen and (max-width: 425px) {
  .slider_btn {
    margin-top: -139px;
  }
}

@media screen and (max-width: 1199px) {
  .sub_slider_btn {
    margin-top: -9%;
  }
}

@media screen and (max-width: 575px) {
  .sub_slider_btn {
    margin-top: -11%;
  }
}

@media screen and (max-width: 375px) {
  .sub_slider_btn {
    margin-top: -17%;
  }
}

@media screen and (max-width: 575px) {
  .shop_category_carousel {
    padding: 0px 35px 30px 35px !important;
  }
}

@media screen and (min-width: 1661px) {
  .recipeCarousel .shopby_category_inner_card .shopby_category_inner_card_img {
    height: 230px !important;
  }
}

.filter-UI {
  background-color: lightgray;
  border-radius: 10px;
  padding-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .filter-UI {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.filter-UI .select_state_wraper h5 {
  margin-bottom: 5px;
  font-family: "Nunito-Bold";
  font-size: 15px;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.filter-UI .select_state_wraper select {
  background: lightgray;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  background-image: url(/images/dropdown.png?257b8e6c2c87cfcf63471036300fba1c);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Nunito-Regular";
  color: #3b3b3b;
}

@media screen and (max-width: 767px) {
  .filter-UI .select_state_wraper select {
    margin-bottom: 15px;
  }
}

.filter-UI .store_serchinput_wraper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .filter-UI .store_serchinput_wraper {
    display: block;
    height: auto;
    margin-bottom: 25px;
    text-align: center;
  }
}

.filter-UI .store_serchinput_wraper .search-container input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  width: 280px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 12px;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper .search-container input[type=text] {
    width: 257px;
  }
}

@media screen and (max-width: 351px) {
  .filter-UI .store_serchinput_wraper .search-container input[type=text] {
    width: 330px;
    font-size: 13px;
  }
}

@media screen and (max-width: 351px) {
  .filter-UI .store_serchinput_wraper .search-container input[type=text] {
    width: 180px;
    font-size: 13px;
  }
}

.filter-UI .store_serchinput_wraper .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper .search-container button {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .filter-UI .store_serchinput_wraper .search-container button {
    margin-right: 0px;
  }
}

@media screen and (max-width: 351px) {
  .filter-UI .store_serchinput_wraper .search-container button {
    padding: 3px 10px;
  }
}

.filter-UI .store_serchinput_wraper .select_wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .filter-UI .store_serchinput_wraper .select_wrap {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .filter-UI .store_serchinput_wraper .select_wrap {
    justify-content: center;
  }
}

.filter-UI .store_serchinput_wraper .select_wrap select {
  padding: 6px;
  width: 72px;
}

.filter-UI .store_serchinput_wraper .select_wrap p {
  margin: 0;
  margin-right: 5px;
}

.filter-UI .fa-search {
  color: gray;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.input-group > .input-group-append > .input-group-text {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.centered {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  transform: translate(-50%, -50%);
  font-family: "Nunito-Bold";
}

.card {
  border-radius: 0px;
  cursor: default;
}

.card .card-body {
  padding: 0px;
}

.card .card-body .title {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Nunito-SemiBold";
  text-align: left;
}

.card .card-body .loaction_description {
  font-size: 14px;
  margin-bottom: 0px;
}

.card .card-body .image-locate {
  width: 40px;
}

.card .card-body a {
  padding: 0px;
  font-size: 14px;
  font-family: "Nunito-SemiBold";
  display: flex;
  align-items: center;
}

.card .card-body a:hover {
  text-decoration: underline;
}

.card .card-body a img {
  width: 15px;
  height: 15px;
}

.card .card-body a.call {
  font-family: "Nunito-Bold";
  font-size: 15px;
  padding-top: 12px;
  cursor: pointer;
}

.card .card-body a.call:hover {
  text-decoration: none;
}

.card .card-body a.call img {
  margin-right: 3px;
}

.card .card-body .get_direction {
  margin-top: 10px;
  cursor: pointer;
}

.card .card-body .get_direction img {
  margin-left: 4px;
}

@media screen and (min-width: 569px) {
  .store .card {
    border-right: 2px solid lightgray;
    margin-top: 50px;
  }
}

@media screen and (max-width: 568px) {
  .store .card {
    border-right: 0px solid lightgray;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .center_input {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .center_input {
    margin-top: 0px;
  }
}

.search_input_mt {
  margin-top: -6px;
}

@media screen and (max-width: 1199px) {
  .search_input_mt {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .search_input_mt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .search_input_mt {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.n-numberlocation {
  text-align: right;
  font: 14px "Nunito-SemiBold";
  padding-top: 15px;
  padding-right: 10px;
  color: #2b2b2b;
}

@media screen and (max-width: 575px) {
  .n-numberlocation {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .loc_order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .loc_order2 {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .loc_order3 {
    order: 3;
  }
}

.ourstorymore {
  display: none;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
  color: black;
  font-family: "Nunito-Regular";
}

.ourstoryBtn {
  border: none;
  color: blue;
  text-align: left;
}

.hero_banner {
  margin-top: 79px;
}

@media screen and (max-width: 991px) {
  .hero_banner {
    margin-top: 73px;
  }
}

.hero_banner img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hero_banner .ourcompny_img1 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hero_banner .ourcompny_img2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero_banner .news_img1 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hero_banner .news_img2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero_banner .partner_img1 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hero_banner .partner_img2 {
    display: none;
  }
}

.about_banner {
  margin-top: 92px;
}

.contact_banner_img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .contact_banner_img .contact_img1 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .contact_banner_img .contact_img2 {
    display: none;
  }
}

.our_mission {
  padding-bottom: 5%;
}

.our_mission .our_mission_description {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .our_mission .our_mission_description {
    padding-top: 5%;
  }
}

.our_mission .our_mission_description h1 {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .our_mission .rw_flex {
    flex-direction: column-reverse;
  }
}

.our_mission_description p {
  font-family: "Nunito-SemiBold";
  line-height: 1.6;
}

.our_mission_img img {
  width: 100%;
}

.ourvalues {
  padding-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .ourvalues {
    padding-bottom: 2%;
  }
}

.ourvalues h1 {
  text-align: center;
  margin-bottom: 3%;
}

.ourvalues_card {
  padding: 0px 9%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .ourvalues_card {
    padding: 0px;
  }
}

.ourvalues_card .ourvalues_card_body {
  display: flex;
  flex-direction: column;
}

.ourvalues_card .ourvalues_card_title {
  margin-top: 4%;
  display: flex;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .ourvalues_card .ourvalues_card_title {
    display: block;
    text-align: center;
  }
}

.ourvalues_card h2 {
  text-align: left;
  color: #9f9f9f;
  font-weight: 700;
  font-size: 50px;
}

.ourvalues_card_body img {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .ourvalues_card_body img {
    width: 70%;
    margin-bottom: 20px;
  }
}

.ourvalues_card_title h3 {
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
}

.ourvalues_card_content {
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .ourvalues_card_content {
    display: block;
    text-align: center;
  }
}

.ourvalues_card_content p {
  font-family: "Nunito-SemiBold";
  flex: 1;
  text-align: center;
  margin-bottom: 0px;
  font-size: 15px;
}

.about_info {
  padding: 5% 0;
}

.about_info .main_text_wrap {
  padding: 30px 20px;
  background: #fff9f9;
}

@media screen and (max-width: 991px) {
  .about_info .main_text_wrap {
    margin-bottom: 20px;
  }
}

.about_info .main_text_wrap h2 {
  text-align: left;
  font-size: 40px;
  color: #2d2d2d;
  margin: 0;
  margin-bottom: 15px;
  display: block;
  text-transform: unset;
}

@media screen and (max-width: 1200px) {
  .about_info .main_text_wrap h2 {
    font-size: 30px;
  }
}

.about_info p {
  font-family: "Nunito-SemiBold";
  font-size: 15px;
}

.about_info p i {
  font-size: 12px;
}

.about_info p #moreAbout {
  display: none;
}

.ourvision {
  padding-bottom: 8%;
}

@media screen and (max-width: 767px) {
  .ourvision {
    padding-bottom: 3%;
  }
}

.ourvision h1 {
  margin-bottom: 6%;
  text-align: center;
  padding-top: 6%;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .ourvision h1 {
    margin-top: 6%;
  }
}

@media screen and (max-width: 575px) {
  .ourvision h1 {
    padding-top: 10%;
    margin-bottom: 4%;
  }
}

.ourvision img {
  width: 100%;
}

.ourvision p {
  text-align: left;
  font-family: "Nunito-SemiBold";
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ourvision p {
    text-align: center;
  }
}

.ourstory {
  padding-bottom: 5%;
  /* large - display 6 */
}

.ourstory h1 {
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: black;
}

.ourstory .ourstory_col {
  display: flex;
  height: 100%;
}

.ourstory .ourstory_col .ourstory_col_wrap {
  padding-bottom: 25px;
  display: flex;
}

@media screen and (max-width: 575px) {
  .ourstory .ourstory_col .ourstory_col_wrap {
    padding-bottom: 0px;
  }
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper {
  display: flex;
  flex-direction: column;
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_img img {
  width: 100%;
  height: auto;
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content {
  padding-top: 20px;
  display: flex;
  flex: 1;
  height: 100%;
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #2d2d2d;
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body p {
  line-height: 1.5;
  flex: 1;
  text-align: left;
  font: 15px "Nunito-SemiBold";
  color: #3b3b3b;
}

@media screen and (max-width: 575px) {
  .ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body p {
    margin-bottom: 0px;
  }
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body p span {
  font: 15px "Nunito-SemiBold";
  color: #3b3b3b;
}

.ourstory .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .media_mention_content_body {
  padding-top: 0px;
  padding-bottom: 9%;
}

.ourstory .ourstory_col .pdtop {
  padding-top: 3%;
}

@media screen and (min-width: 768px) {
  .ourstory .our_story_indicator {
    display: none;
  }
}

.ourstory_slider .ourstory_swiper_container {
  position: static;
}

.ourstory_slider .ourcompany_swiperwraper {
  height: auto;
}

.ourstory_slider .ourstory_slider_body {
  margin: 0px 6%;
}

@media screen and (max-width: 767px) {
  .ourstory_slider .ourstory_slider_body {
    margin: 0px 10%;
  }
}

.ourstory_slider .ourstory_slider_body .ourstory_col {
  display: flex;
  height: 100%;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap {
  padding-bottom: 25px;
  display: flex;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper {
  display: flex;
  flex-direction: column;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_img img {
  width: 100%;
  height: auto;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content {
  padding-top: 20px;
  display: flex;
  flex: 1;
  height: 100%;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #2d2d2d;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body p {
  line-height: 1.5;
  flex: 1;
  text-align: left;
  font: 15px "Nunito-SemiBold";
  color: #3b3b3b;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body p span {
  font-size: 15px;
  font-family: "Nunito-SemiBold";
  color: #3b3b3b;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body button {
  background: none;
}

.ourstory_slider .ourstory_slider_body .ourstory_col .ourstory_col_wrap .ourstory_wraper .ourstory_content .ourstory_content_body .ourstory_readmorebtn {
  padding: 0px;
  color: blue;
  font: 14px "Nunito-SemiBold";
  margin-top: 10px;
}

.ourstory_slider .ourstory_slider_body .ourstory_next_btn {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .ourstory_slider .ourstory_slider_body .ourstory_next_btn {
    background: none;
  }
}

.ourstory_slider .ourstory_slider_body .ourstory_next_btn span {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: contents;
}

@media screen and (max-width: 575px) {
  .ourstory_slider .ourstory_slider_body .ourstory_next_btn span {
    color: red;
    font-size: 30px;
    font-weight: 700;
  }
}

.ourstory_slider .ourstory_slider_body .swiper-slide {
  width: 33%;
}

.ourstory_slider .ourstory_slider_body .swiper-button-next,
.ourstory_slider .ourstory_slider_body .swiper-container-rtl .swiper-button-prev {
  background-image: url("");
}

.ourstory_slider .ourstory_slider_body .swiper-button-prev,
.ourstory_slider .ourstory_slider_body .swiper-container-rtl .swiper-button-next {
  background-image: url("");
}

@media screen and (min-width: 768px) {
  .ourstory_slider .ourstory_slider_body .swiper-pagination {
    display: none;
  }
}

.ourstory_slider .ourstory_slider_body .swiper-pagination-bullet-active {
  opacity: 1;
  background: red;
}

.about_working {
  margin-top: 145px;
  text-align: center;
}

.about_working .about_working_bg_img {
  background-image: url("/images/About Working at Funskool_BG.jpg?2652e9b3ebae15a95582b081c3848d5d");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about_working p {
  line-height: 28px;
  font-family: "Nunito-SemiBold";
  margin-bottom: 3%;
  padding: 0px 16%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_working p {
    margin-bottom: 5%;
    padding: 0px 0px;
  }
}

.about_working a button {
  background: #ed3821;
  color: #ffffff;
  border-radius: 10px;
  padding: 11px 30px;
  font: 14px "Nunito-SemiBold";
  transition: all 0.3s ease;
  border: none;
}

@media screen and (max-width: 767px) {
  .about_working a button {
    display: none;
  }
}

.about_working a button:hover {
  color: #ffffff;
  padding: 11px 35px;
  font: 14px "Nunito-SemiBold";
}

.about_working .open_positions_btn {
  font-family: "Nunito-Bold";
}

.work_withus .aboutworking_img {
  padding: 5% 0% 0px 0%;
  margin-top: 0px;
  margin-bottom: -88px;
}

@media screen and (max-width: 1199px) {
  .work_withus .aboutworking_img {
    margin-top: 0px;
    margin-bottom: -88px;
  }
}

.work_withus .aboutworking_img img {
  width: 100%;
}

.work_withus .work_withus_bg_img {
  background-image: url(/images/Why_Work_with_Us_BG.jpg?c45cf495ecd75867b471c6ac456e3981);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 11%;
  padding-bottom: 5%;
  background-position: top;
}

@media screen and (max-width: 1199px) {
  .work_withus .work_withus_bg_img {
    padding-top: 13%;
  }
}

@media screen and (max-width: 767px) {
  .work_withus .work_withus_bg_img {
    background-size: 100% 78%;
    background-image: url(/images/Res_BG.jpg?72c4bf5f5e775e9c1e386ee3f2f278cd);
  }
}

@media screen and (max-width: 991px) {
  .work_withus .work_withus_bg_img {
    padding-top: 18%;
  }
}

@media screen and (max-width: 767px) {
  .work_withus .work_withus_bg_img {
    padding-top: 20%;
  }
}

@media screen and (max-width: 375px) {
  .work_withus .work_withus_bg_img {
    padding-top: 30%;
  }
}

@media screen and (max-width: 350px) {
  .work_withus .work_withus_bg_img {
    padding-top: 33%;
  }
}

.work_withus .work_withus_bg_img h1 {
  margin-bottom: 2%;
}

@media screen and (max-width: 575px) {
  .work_withus .work_withus_bg_img h1 {
    margin-top: 5%;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 425px) {
  .work_withus .work_withus_bg_img h1 {
    margin-top: 8%;
  }
}

@media screen and (max-width: 375px) {
  .work_withus .work_withus_bg_img h1 {
    margin-top: 2%;
  }
}

.work_withus .work_withus_bg_img .work_withushero_wraper {
  margin: 0px 9%;
}

@media screen and (max-width: 1199px) {
  .work_withus .work_withus_bg_img .work_withushero_wraper {
    margin: 0px 2%;
  }
}

@media screen and (max-width: 767px) {
  .work_withus .work_withus_bg_img .work_withushero_wraper {
    margin: 0px;
  }
}

.work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper {
    margin-bottom: 30px;
  }
}

.work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard {
  padding: 5%;
  background: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  margin: 0px 15px;
  padding: 16% 10% 7% 7%;
}

@media screen and (max-width: 991px) {
  .work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard {
    margin: 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}

.work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard .card_body {
  text-align: center;
  flex: 1;
}

.work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard .card_body img {
  width: 120px;
}

@media screen and (max-width: 991px) {
  .work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard .card_body img {
    width: 90px;
  }
}

@media screen and (max-width: 375px) {
  .work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard .card_body img {
    width: 50px;
  }
}

.work_withus .work_withus_bg_img .work_withushero_wraper .work_withuscard_wraper .work_withuscard .card_body h6 {
  padding-top: 15px;
  word-break: break-word;
}

@media screen and (min-width: 768px) {
  .work_withus .padd_ww {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.current_openings {
  padding-bottom: 3%;
  padding-top: 4%;
}

@media screen and (max-width: 767px) {
  .current_openings {
    padding-top: 0px;
  }
}

.current_openings h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .current_openings h1 {
    padding-top: 0px;
  }
}

.current_openings .curent_Openings_wraper {
  display: flex;
  flex: 1;
  height: 100%;
  padding-bottom: 30px;
}

.current_openings .curent_Openings_wraper .curent_Openings_card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 6%;
  flex: 1;
  display: flex;
  height: 100%;
  padding: 8%;
  transition: 0.3s ease;
  word-break: break-word;
}

.current_openings .curent_Openings_wraper .curent_Openings_card:hover {
  box-shadow: rgba(38, 36, 36, 0.23) 0px 5px 14px 5px;
}

.current_openings .curent_Openings_wraper .curent_Openings_card .card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.current_openings .curent_Openings_wraper .curent_Openings_card .card_body .card_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.current_openings .curent_Openings_wraper .curent_Openings_card .card_body .card_content h3 {
  font-size: 20px;
}

.current_openings .curent_Openings_wraper .curent_Openings_card .card_body .card_content h4 {
  font: 15px "Nunito-Regular";
  color: rgba(0, 0, 0, 0.8);
}

.current_openings .curent_Openings_wraper .curent_Openings_card .card_body .card_content h5 {
  font: 15px "Nunito-Regular";
  color: rgba(0, 0, 0, 0.8);
}

.current_openings .curent_Openings_wraper .curent_Openings_card .card_body .cop_btn {
  margin-top: 20px;
}

.current_openings .curent_Openings_wraper .curent_Openings_card .card_body .cop_btn button {
  background: #ed3821;
  color: #fff;
  font: 14px "Nunito-SemiBold";
  border-radius: 10px;
  padding: 7px 40px;
}

.error {
  color: red !important;
  padding-top: 10px;
  font: 14px "FuturaMediumBT";
}

.corporate_office {
  padding-bottom: 7%;
  padding-top: 5%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .corporate_office {
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .corporate_office {
    padding-top: 2%;
    padding-bottom: 9%;
  }
}

.corporate_office .corporate_bg_img {
  background-image: url("/images/Corporate Office.jpg?8cd0fa1c44c08bea3651c70561cd6c3b");
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  padding: 3% 0px;
  padding-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .corporate_office .corporate_bg_img {
    background-image: url(/images/BG.jpg?b9141a4c4f9cae783a69689e3fd0561c);
  }
}

.corporate_office .corporate_bg_img .corporate_wraper {
  margin-right: 1%;
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .corporate_office .corporate_bg_img .corporate_wraper {
    margin-left: 0px;
  }
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form {
  background: #ffffff;
  padding: 5% 8% 6% 8%;
  position: absolute;
  width: 93%;
  top: -50px;
  border-radius: 20px;
  box-shadow: rgba(38, 36, 36, 0.23) 0px 5px 14px;
}

@media screen and (max-width: 1199px) {
  .corporate_office .corporate_bg_img .corporate_wraper .contactus_form {
    top: -72px;
  }
}

@media screen and (max-width: 991px) {
  .corporate_office .corporate_bg_img .corporate_wraper .contactus_form {
    top: -46px;
  }
}

@media screen and (max-width: 767px) {
  .corporate_office .corporate_bg_img .corporate_wraper .contactus_form {
    position: static;
    margin-top: 16px;
    width: 100%;
  }
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form label {
  font-family: "Nunito-SemiBold";
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form input {
  padding: 28px 10px;
  font-family: "Nunito-SemiBold";
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form span {
  color: red;
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form textarea {
  font-family: "Nunito-SemiBold";
  margin-left: 0px;
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form .submit-btn {
  text-align: center;
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form .submit-btn button {
  padding: 7px 30px;
  background: #ed3821;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 7%;
}

.corporate_office .corporate_bg_img .corporate_wraper .contactus_form span {
  color: red;
  font-size: 12px;
}

.regional_office {
  padding-bottom: 3%;
}

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

@media screen and (max-width: 767px) {
  .corporate_office_card {
    padding-bottom: 3%;
  }
}

@media screen and (max-width: 575px) {
  .corporate_office_card {
    padding-bottom: 5%;
  }
}

.corporate_office_card h3 {
  margin-top: 16%;
  margin-bottom: 6%;
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .corporate_office_card h3 {
    margin-top: 20%;
  }
}

@media screen and (max-width: 767px) {
  .corporate_office_card h3 {
    margin-top: 8%;
  }
}

.corporate_office_card img {
  width: 100%;
  height: 290px;
}

.corporate_office_card h4 {
  font-size: 18px;
  margin-bottom: 18px;
  padding-top: 7%;
}

.corporate_office_card p {
  margin-bottom: 0px;
  line-height: 22px;
}

.corporate_office_card a {
  padding: 0px;
  font-size: 13px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  color: #3b3b3b;
}

.corporate_office_card a:hover {
  font-family: "Nunito-Bold";
  color: #3b3b3b;
}

.corporate_office_card a img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.corporate_office_card ul li {
  display: flex;
}

.corporate_office_card ul li a {
  font: 15px "Nunito-SemiBold";
  display: flex;
  align-items: center;
}

.corporate_office_card ul li a:hover {
  font-family: "Nunito-SemiBold";
  color: #3b3b3b;
}

.corporate_office_card ul li a img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .cprt_mt {
    margin-top: 10%;
  }
}

.news_tab {
  padding-top: 3%;
}

@media screen and (max-width: 767px) {
  .news_tab {
    padding-bottom: 1%;
  }
}

@media screen and (max-width: 575px) {
  .news_tab {
    padding-top: 5%;
  }
}

.news_tab .news_tab_wraper .news_col {
  display: flex;
  height: 100%;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 0px 20px 0px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .news_tab .news_tab_wraper .news_col .news_col_wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .news_tab .news_tab_wraper .news_col .news_col_wrap {
    margin-bottom: 10px;
  }
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper {
  display: flex;
  flex-direction: column;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_img img {
  width: 100%;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content {
  padding-top: 20px;
  display: flex;
  flex: 1;
  height: 100%;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body .dier {
  flex: 1;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body p {
  line-height: 1.4;
  flex: 1;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body .readmore-btn {
  text-align: center;
  margin-top: 4%;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body .readmore-btn button {
  background: #ed3821;
  padding: 7px 40px;
  color: #ffffff;
  border-radius: 10px;
  border: none;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body .readmore-btn button:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body .readmore-btn button {
    font-size: 15px;
  }
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body .readmore-btn button span {
  font-size: 14px;
}

.news_tab .news_tab_wraper .news_col .news_col_wrap .news_wraper .news_content .news_content_body .readmore-btn button span:hover {
  color: #000000;
  transition: 0.3s linear;
}

.news_tab .news_tab_wraper .news_nav {
  border: none;
  justify-content: center;
  padding-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .news_tab .news_tab_wraper .news_nav {
    padding-bottom: 8%;
  }
}

.news_tab .news_tab_wraper .news_nav li {
  padding: 0px 20px;
}

@media screen and (max-width: 575px) {
  .news_tab .news_tab_wraper .news_nav li {
    padding: 0px 39px;
  }
}

@media screen and (max-width: 350px) {
  .news_tab .news_tab_wraper .news_nav li {
    padding: 0px 20px;
  }
}

.news_tab .news_tab_wraper .news_nav li a {
  font-size: 30px;
  font-family: "Nunito-Bold";
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .news_tab .news_tab_wraper .news_nav li a {
    font-size: 25px;
  }
}

.news_tab .news_tab_wraper .nav-tabs .nav-link {
  border: none;
}

.news_tab .news_tab_wraper .nav-tabs .nav-link:focus,
.news_tab .news_tab_wraper .nav-tabs .nav-link:hover {
  border-left: none;
  border-right: none;
  border-top: none;
}

.news_tab .news_tab_wraper .nav-tabs .nav-item.show .nav-link,
.news_tab .news_tab_wraper .nav-tabs .nav-link.active {
  border-bottom: 2px solid red;
  color: red !important;
}

.videos_tab {
  padding-bottom: 3%;
}

.videos_tab .video_card_wraper {
  padding-bottom: 13%;
}

.videos_tab .video_card_wraper h5 {
  margin-top: 10px;
}

.news_paginations {
  justify-content: center;
  width: 100%;
}

.news_paginations .news_next_btn:hover {
  background: red;
}

.news_paginations .news_next_btn i {
  color: white;
}

.news_paginations .news_prev_btn:hover {
  background: red;
}

.news_paginations .news_prev_btn i {
  color: white;
}

.newspagination {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.newspagination .newsprev_btn {
  background: transparent !important;
}

@media screen and (max-width: 575px) {
  .newspagination .newsprev_btn {
    font-size: 16px;
  }
}

.newspagination .newsprev_btn i {
  color: #2d2d2d;
}

.newspagination .newsnext_btn {
  background: transparent !important;
}

@media screen and (max-width: 575px) {
  .newspagination .newsnext_btn {
    font-size: 16px;
  }
}

.newspagination .newsnext_btn i {
  color: #2d2d2d;
}

.newspagination .active {
  color: red;
}

.newspagination a {
  color: #3b3b3b;
}

@media screen and (max-width: 575px) {
  .newspagination a {
    font-size: 16px;
  }
}

.newspagination a:after {
  content: "" !important;
}

.sales_manager {
  margin-top: 115px;
  padding-bottom: 6%;
}

@media screen and (max-width: 575px) {
  .sales_manager {
    padding-bottom: 10%;
  }
}

.sales_manager .description_wraper {
  padding-right: 9%;
}

@media screen and (max-width: 991px) {
  .sales_manager .description_wraper {
    padding-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .sales_manager .description_wraper {
    padding-right: 2%;
  }
}

.sales_manager .description_wraper h1 {
  text-align: left;
  padding: 0px;
  margin-bottom: 4%;
}

@media screen and (max-width: 575px) {
  .sales_manager .description_wraper h1 {
    margin-bottom: 7%;
  }
}

.sales_manager .description_wraper .sales_manager_title {
  display: flex;
  margin-bottom: 6%;
}

.sales_manager .description_wraper .sales_manager_title h3 {
  font: 15px "Nunito-Regular";
}

.sales_manager .description_wraper .sales_manager_title h4 {
  font: 15px "Nunito-Regular";
  margin-left: 22%;
}

@media screen and (max-width: 375px) {
  .sales_manager .description_wraper .sales_manager_title h4 {
    margin-left: 9%;
  }
}

.sales_manager .description_wraper .key_responsibilities h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .sales_manager .description_wraper .key_responsibilities h3 {
    margin-bottom: 20px;
  }
}

.sales_manager .description_wraper .key_responsibilities ul {
  margin-bottom: 8%;
}

.sales_manager .description_wraper .key_responsibilities ul li {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 23px;
}

.sales_manager .description_wraper .key_responsibilities ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: red;
  left: 0px;
  top: 7px;
}

@media screen and (max-width: 575px) {
  .sales_manager .applynow_frm {
    margin-top: 2%;
  }
}

.sales_manager .applynow_frm .resume-frm-grp {
  position: relative;
}

.sales_manager .applynow_frm input {
  position: relative;
  padding: 23px 10px;
}

.sales_manager .applynow_frm .resume_icon {
  position: absolute;
  top: 58px;
  right: 9px;
  width: 20px;
}

.sales_manager .applynow_frm .choosefileresume_input {
  padding-bottom: 50px;
}

.toy_manufacture {
  padding-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .toy_manufacture {
    padding-bottom: 8%;
  }
}

.toy_manufacture img {
  width: 100%;
}

.toy_manufacture_description {
  padding-left: 38%;
  padding-top: 23%;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .toy_manufacture_description {
    padding-left: 30%;
  }
}

@media screen and (max-width: 991px) {
  .toy_manufacture_description {
    padding-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .toy_manufacture_description {
    padding-top: 10%;
    text-align: center;
    padding-left: 0px;
  }
}

.toy_manufacture_description h3 {
  font: 28px "Nunito-Bold";
  line-height: 1.4;
  margin-bottom: 9%;
}

@media screen and (max-width: 767px) {
  .toy_manufacture_description h3 {
    margin-bottom: 6%;
    font-size: 24px;
  }
}

.toy_manufacture_description p {
  text-align: right;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .toy_manufacture_description p {
    text-align: center;
  }
}

.toy_manufacture_description .largesttoy_btn {
  padding: 0px;
  background: #ed3821;
  padding: 7px 35px;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 13%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .toy_manufacture_description .largesttoy_btn {
    margin-top: 3%;
  }
}

.toy_manufacture_description .largesttoy_btn:hover {
  color: #ffffff;
  padding: 7px 35px;
  font-size: 16px;
  font-family: "Nunito-Bold";
}

.our_capabilities {
  padding-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .our_capabilities {
    display: none;
  }
}

.our_capabilities h1 {
  margin-bottom: 4%;
}

.our_capabilities .our_capabilities_card h3 {
  font-size: 20px;
  padding-top: 13px;
}

.our_capabilities_small {
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .our_capabilities_small {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .our_capabilities_small h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.our_capabilities_small h3 {
  font-size: 16px;
  margin-top: 10px;
}

.partnerwith_us {
  padding-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .partnerwith_us {
    padding-top: 6%;
  }
}

.partnerwith_us .partnerwith_us_form {
  background: #ffffff;
  padding: 5% 8% 6% 8%;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(38, 36, 36, 0.23) 0px 5px 14px;
  margin-top: -131px;
}

@media screen and (max-width: 767px) {
  .partnerwith_us .partnerwith_us_form {
    margin-top: 0px;
  }
}

.partnerwith_us .partnerwith_us_form label {
  font-family: "Nunito-SemiBold";
}

.partnerwith_us .partnerwith_us_form input {
  padding: 28px 10px;
  font-family: "Nunito-SemiBold";
  font-size: 14px;
  height: 58px;
}

.partnerwith_us .partnerwith_us_form input:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.partnerwith_us .partnerwith_us_form textarea {
  font-family: "Nunito-SemiBold";
  font-size: 14px;
}

.partnerwith_us .partnerwith_us_form textarea:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.partnerwith_us .partnerwith_us_form select {
  color: #2d2d2d;
  height: 58px;
  font-family: "Nunito-Bold";
  font-size: 14px;
  -webkit-appearance: none;
  background: transparent;
  background-image: url(/images/dropdown.png?257b8e6c2c87cfcf63471036300fba1c);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.partnerwith_us .partnerwith_us_form select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.partnerwith_us .partnerwith_us_form .submit-btn {
  text-align: center;
}

.partnerwith_us .partnerwith_us_form .submit-btn button {
  padding: 7px 30px;
  background: #ed3821;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 7%;
}

.partnerwith_us .partnerwith_us_form span {
  color: red;
  font-size: 12px;
}

.partnerwith_us .partnerwith_us_description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 6%;
}

@media screen and (max-width: 767px) {
  .partnerwith_us .partnerwith_us_description {
    padding-left: 0px;
    margin-top: 8%;
  }
}

.partnerwith_us .partnerwith_us_description h3 {
  font-size: 15px;
  font-weight: bolder;
  margin-bottom: 15px;
  font-family: "Nunito-Regular";
}

.partnerwith_us .partnerwith_us_description p {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .partnerwith_us .partnerwith_us_description p {
    text-align: center;
  }
}

.partnerwith_us .partnerwith_us_description span b {
  font-size: 15px;
  margin-bottom: 10px;
}

.our_certification {
  background-position: 100% 100%;
  padding-bottom: 15%;
}

@media screen and (max-width: 991px) {
  .our_certification {
    padding-bottom: 23%;
  }
}

@media screen and (max-width: 991px) {
  .our_certification {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 767px) {
  .our_certification {
    padding-bottom: 12%;
  }
}

.our_certification .img-fluid {
  max-width: 70%;
  height: auto;
  border-radius: 10%;
  margin: auto;
}

.our_certification .img-fluid:hover {
  box-shadow: none;
  width: autos;
}

.our_certification h5 {
  margin-top: 15px;
}

.our_certification .our_cpad {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .our_certification .our_certifications_indicator {
    display: none;
  }
}

.partnerwith_us_form {
  background: #ffffff;
  padding: 5% 8% 6% 8%;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(38, 36, 36, 0.23) 0px 5px 14px;
}

.partnerwith_us_form label {
  font-family: "Nunito-SemiBold";
}

.partnerwith_us_form input {
  padding: 28px 10px;
  font-family: "Nunito-SemiBold";
}

.partnerwith_us_form textarea {
  font-family: "Nunito-SemiBold";
}

.partnerwith_us_form .submit-btn {
  text-align: center;
}

.partnerwith_us_form .submit-btn button {
  padding: 7px 30px;
  background: #ed3821;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 7%;
}

.collapse-content .fa.fa-heart:hover {
  color: #f44336 !important;
}

.collapse-content .fa.fa-share-alt:hover {
  color: #0d47a1 !important;
}

@media screen and (max-width: 991px) {
  .ourcertfication_title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .ourcertfication_title {
    margin-top: 80px;
  }
}

.partner_bnner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .partner_bnner .partnerimg_lg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .partner_bnner .partnerimg_sm {
    display: none;
  }
}

.herobanner_description {
  width: 33%;
  position: absolute;
  top: 0px;
  right: 57px;
  padding-top: 2%;
  z-index: 2;
  background: #ffffff;
  padding-bottom: 20px;
  background: #fef9f9;
}

@media screen and (max-width: 1199px) {
  .herobanner_description {
    padding-top: 2%;
  }
}

@media screen and (max-width: 991px) {
  .herobanner_description {
    right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .herobanner_description {
    width: 100%;
    position: static;
    padding: 3% 15px;
    margin: 6% 0px;
  }
}

.herobanner_description h1 {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .herobanner_description h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .herobanner_description h1 {
    text-align: center;
  }
}

.herobanner_description p {
  color: #3b3b3b;
  font-family: "Nunito-Regular";
  line-height: 1.2;
  padding: 0 10%;
  text-align: left;
  margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
  .herobanner_description p {
    padding-left: 12%;
  }
}

@media screen and (max-width: 991px) {
  .herobanner_description p {
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .herobanner_description p {
    text-align: center;
  }
}

.herobanner_description p #partnerdesdots {
  color: #3b3b3b;
}

.herobanner_description p #partnerdesmore {
  display: none;
  color: #3b3b3b;
  font-family: "Nunito-Regular";
  font-weight: 100;
}

.herobanner_description p #partnerdesmore b {
  font-weight: bold !important;
}

.herobanner_description p .pdtitle {
  color: #3b3b3b;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.herobanner_description #partnerdesBtn {
  color: blue;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  padding: 0 10%;
}

@media screen and (max-width: 767px) {
  .herobanner_description #partnerdesBtn {
    text-align: center;
    padding: 0;
  }
}

#more {
  display: none;
}

#moretwo {
  display: none;
}

#morethree {
  display: none;
}

.readmore_ourvalue {
  border: none;
  color: blue;
  padding-top: 10px;
  background: none;
}

.ourvalue-text {
  text-align: center;
  font-family: "Nunito-SemiBold";
  font-size: 15px;
}

@media screen and (max-width: 575px) {
  .customer_review_wraper {
    display: none;
  }
}

.customer_review_wraper .title1 {
  text-align: center;
  margin-top: 0px;
  float: right;
  clear: both;
  font-size: 20px;
  padding-right: 14px;
  padding-left: 14px;
  color: #ffffff !important;
  background: red;
  border-radius: 10px;
  font-family: "Nunito-Bold";
}

.customer_review_wraper .title2 {
  text-align: center;
  color: black;
  font-family: "Nunito-Bold";
  padding-left: 9%;
}

@media screen and (max-width: 767px) {
  .customer_review_wraper .title2 {
    padding-left: 0px;
    text-align: left;
    font-size: 20px;
  }
}

.customer_review_wraper_small {
  padding-bottom: 7%;
}

@media screen and (min-width: 576px) {
  .customer_review_wraper_small {
    display: none;
  }
}

.customer_review_wraper_small .write_review_btn {
  display: flex;
  justify-content: flex-end;
}

.customer_review_wraper_small .write_review_btn .title1 {
  margin-top: 0px;
  font-size: 16px;
  color: white !important;
  background: red;
  border-radius: 10px;
  font-family: "Nunito-Bold";
  text-align: center;
  padding: 6px 15px;
}

.customer_review_wraper_small .title2 {
  text-align: center;
  color: black;
  font-family: "Nunito-Bold";
  font-size: 20px;
  padding-left: 0px;
  text-align: center;
}

.star_rating {
  padding-top: 4px;
  padding-bottom: 6px;
}

.star_rating .fa {
  font-size: 15px;
}

.font {
  font-size: 15px;
  font-family: "Nunito-Bold";
  color: #ed3821;
}

table {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid lightgray;
  box-sizing: 0px 1px 1px 0px;
}

table tr td {
  padding-left: 4%;
  border-bottom: 1px solid lightgray;
  padding-right: 4%;
  padding-top: 14px;
}

table tr td .custom_title {
  display: flex;
  justify-content: space-between;
}

table tr td .custom_title h5 {
  font-family: "Nunito-Regular";
  font-size: 14px;
}

table tr td h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

table tr td .custom_review_pagination .product_description_pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  padding-top: 3%;
  padding-bottom: 3%;
}

table tr td .custom_review_pagination .product_description_pagination li a {
  border: none;
  margin: 3px;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

table tr td .custom_review_pagination .product_description_pagination li a span i {
  color: #ed3821;
}

table tr td .custom_review_pagination .product_description_pagination .crp_prev_btn {
  padding: 5px 13px;
}

table tr td .custom_review_pagination .product_description_pagination .crp_next_btn {
  padding: 5px 13px;
}

table tr td .custom_review_pagination .page-item.active .page-link {
  background: #ed3821;
  color: #ffffff !important;
}

table tr td .custom_review_pagination .page-item.active .page-link i {
  color: #ffffff;
}

table tr .right-pad {
  position: absolute;
  right: 16px;
  font-size: 12px;
  padding-right: 20px;
  border-bottom: 0px;
}

.checked {
  color: orange;
}

.product-feature-bg {
  background-image: url(/images/Trending_Toys_BG.jpg?8ed5955e492cda5066d4291bb316e9c9) no-repeat;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

#recipeCarouselForTraindingToy {
  width: 100%;
}

.productImage {
  height: 214px;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.prod-title {
  font-size: 16px;
  font-family: "Nunito-Bold";
  padding-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.justify {
  text-align: justify;
}

.padd {
  padding-left: 3%;
  padding-right: 3% !important;
  padding-bottom: 4%;
}

@media screen and (max-width: 575px) {
  .padd {
    padding-bottom: 10%;
  }
}

.link_breadcrumb {
  padding: 0px;
}

.bg-Image {
  background-image: url(/images/product-detail-bg.png?0fa5d0b49f3edd118d1e029661c28929);
  background-size: contain;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .headOfProdFeature {
    font-size: 24px;
    padding-top: 3%;
    padding-left: 0%;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .headOfProdFeature span {
    padding-left: 25px;
    display: block;
    font-size: 20px;
  }

  .product-feature {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .product-main-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  .sub-prod-card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 20px;
    border: 1px solid lightgray;
  }

  .sub-prod-card .sub-image {
    height: 110px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    border-radius: 20px;
  }
}

@media screen and (min-width: 576px) {
  .main-Image {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .main-Image {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .sub-prod-card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 2px;
    border: 1px solid lightgray;
  }

  .sub-prod-card .sub-image {
    height: 70px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .bg-Image .btn-s {
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .bg-Image .headOfProdFeature {
    font-size: 14px;
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 2%;
    color: white;
    font-weight: 700;
  }

  .product-feature {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .product-main-image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .headOfProdFeature_btn_wrap {
    padding-left: 10px;
  }
}

.headOfProdFeature_btn {
  transition: none !important;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 10px;
  font: 15px "Nunito-Regular";
  color: #ed3821;
}

@media screen and (max-width: 767px) {
  .headOfProdFeature_btn {
    border-radius: 5px;
  }
}

.headOfProdFeature_btn:hover {
  transition: none !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  background: #ffffff;
  color: #ed3821;
}

@media screen and (min-width: 1200px) {
  .sub-prod-card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 20px;
    border: 1px solid lightgray;
  }

  .sub-prod-card .sub-image {
    height: 110px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
  }
}

@media screen and (min-width: 576px) {
  .main-Image {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .main-Image {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .sub-prod-card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 2px;
    border: 1px solid lightgray;
  }

  .sub-prod-card .sub-image {
    height: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
  }
}

@media screen and (max-width: 575px) {
  .sub-prod-card .sub-image {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .bg-Image .btn-s {
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .bg-Image .headOfProdFeature {
    font-size: 14px;
    padding-top: 3%;
    padding-left: 0%;
    color: white;
    font-weight: 700;
  }

  .bg-Image .headOfProdFeature span {
    font-size: 20px;
    padding-top: 10px;
    margin-left: 10px;
    display: block;
    padding-left: 0px;
    margin-right: 5px;
  }

  .product-feature {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .product-main-image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 575px) {
  .bg-Image .headOfProdFeature span {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .bg-Image .headOfProdFeature span {
    font-size: 14px;
  }
}

iframe {
  width: 100%;
}

p {
  text-align: justify;
}

.pd-20 {
  padding: 20px;
}

.border-wish {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  position: absolute;
  margin-top: 12px;
}

@media screen and (max-width: 575px) {
  .border-wish {
    position: static;
  }
}

div.stars {
  width: 270px;
  display: inline-block;
}

@media (max-width: 991px) {
  div.stars {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
}

.star:before {
  content: "\F005";
  font-size: 35px;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all 0.2s;
  padding-left: 0px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  label.star {
    float: left;
  }
}

@media screen and (max-width: 425px) {
  label.star {
    padding-right: 10px;
  }
}

@media screen and (max-width: 425px) {
  label.star {
    padding-right: 7px;
  }
}

input.star:checked ~ label.star:before {
  content: "\F005";
  color: #fd4;
  transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
  color: #fe7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
  color: #f62;
}

label.star:before {
  content: "\F006";
  font-family: FontAwesome;
}

@media screen and (max-width: 767px) {
  label.star:before {
    font-size: 20px;
  }
}

.demovideo_head {
  margin-top: 2%;
}

.keyfeaturepd_top {
  padding-top: 3%;
}

.sub_link_pd {
  padding-bottom: 0px;
}

.sub_link_content span {
  margin-right: 5px;
}

.writereview_title {
  padding-left: 5px;
  padding-bottom: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .writereview_title {
    padding-left: 0px;
  }
}

.productdetail_video_width {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .productdetail_video_width {
    width: 100%;
  }
}

.clickview_thumb_carousel {
  padding: 0 41px 30px 41px !important;
}

@media screen and (max-width: 575px) {
  .clickview_thumb_carousel {
    padding: 0 41px 10px 41px !important;
  }
}

@media screen and (min-width: 576px) {
  .clickview_thumb_carousel .cvw_thumb_carousel_indicator {
    display: none;
  }
}

.clickview_thumb_carousel .clickview_thumb_wraper {
  border-radius: 0px;
}

@media screen and (max-width: 575px) {
  .clickview_thumb_carousel .clickview_thumb_wraper {
    border: none;
    box-shadow: none;
  }
}

.product_descriptions_price_small {
  padding-bottom: 2%;
}

@media screen and (min-width: 576px) {
  .product_descriptions_price_small {
    display: none;
  }
}

.product_descriptions_price_small .pd_type {
  margin-bottom: 0px;
  color: #ed3821;
}

.product_descriptions_price_small .pd_productcode {
  margin-bottom: 3px;
}

.product_descriptions_price_small h1 {
  padding: 0px;
  margin-bottom: 0px;
}

.product_descriptions_price_small .pd_reviewstar {
  display: flex;
  align-items: center;
}

.product_descriptions_price_small .pd_reviewstar span {
  padding-right: 5px;
}

.product_descriptions_price_small .pd_reviewstar h5 {
  font-size: 13px;
  color: #5fabe5;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-top: 3px;
}

@media screen and (max-width: 575px) {
  .product_descriptions {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .product_descriptions .product_descriptions_price {
    display: none;
  }
}

.product_descriptions .pd_type {
  margin-bottom: 0px;
  color: #ed3821;
}

.product_descriptions .pd_productcode {
  margin-bottom: 3px;
}

.product_descriptions h1 {
  padding: 0px;
  margin-bottom: 0px;
}

.product_descriptions h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ed3821;
}

.product_descriptions .pdtext-box p {
  margin-bottom: 3px;
}

.product_descriptions .pdtext-box a {
  padding: 0px;
  font-size: 15px;
  color: blue;
  font-family: "Nunito-SemiBold";
  margin-bottom: 5px;
  text-decoration: none;
}

.product_descriptions .pdtext-box a:hover {
  text-decoration: underline;
  font-family: "Nunito-SemiBold";
  color: blue;
  font-size: 15px;
}

.product_descriptions .pdtext-box a:focus {
  box-shadow: none;
  text-decoration: underline;
}

.product_descriptions .pd_description_collapse_body {
  padding: 0px;
  padding-bottom: 20px;
}

.product_descriptions .pd_description_collapse_body p {
  line-height: 25px;
  font-size: 14px;
}

.product_descriptions .pd_reviewstar {
  display: flex;
  align-items: center;
}

.product_descriptions .pd_reviewstar span {
  padding-right: 5px;
}

.product_descriptions .pd_reviewstar h5 {
  font-size: 13px;
  color: #5fabe5;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .product_descriptions .pd_reviewstar h5 {
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  .product_description_brand img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product_description_brand .pd_brand_img {
    display: none;
  }
}

.product_description_brand .pd_brand_img_small {
  height: 60px;
}

@media screen and (min-width: 768px) {
  .product_description_brand .pd_brand_img_small {
    display: none;
  }
}

.pdb_pd {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .pdb_pd {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 575px) {
  .product_description_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.product_description_btn .btn_addcart {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .product_description_btn .btn_addcart {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .product_description_btn .btn_addcart {
    margin-top: 0px;
    width: 60%;
  }
}

.product_description_btn .btn_wishlist {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .product_description_btn .btn_wishlist {
    margin-bottom: 10%;
    margin-top: 0px;
  }
}

.product_description_btn .btn_wishlist img {
  width: 20px;
}

.pd_pd_20 {
  padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  .pd_pd_20 {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 575px) {
  .pd_pd_20 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pd_pb {
    padding-bottom: 0px;
  }
}

.product_feature_title {
  padding-top: 3%;
  padding-bottom: 2%;
}

@media screen and (max-width: 575px) {
  .product_feature_title {
    padding-top: 8%;
  }
}

.demo_video_wraper {
  height: 390px;
  margin: 0px 5%;
}

@media screen and (max-width: 767px) {
  .demo_video_wraper {
    width: 100%;
    margin: 0px 0px;
  }
}

@media screen and (max-width: 575px) {
  .demo_video_wraper {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .product_features {
    padding-bottom: 0%;
  }
}

.youmayalso_title {
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  .youmayalso_title {
    margin-top: 30%;
  }
}

.key_feature h1 {
  padding-top: 3%;
  padding-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .key_feature h1 {
    padding-top: 7%;
    padding-bottom: 4%;
  }
}

.key_feature p {
  font-size: 14px;
  line-height: 1.6;
}

.write_review_footer {
  justify-content: center;
}

.write_review_footer .write_review_cancel_btn {
  background: none !important;
  color: red !important;
}

.product-card {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 20px;
  border: 1px solid lightgray;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-card {
    border-radius: 10px;
  }
}

.product-card img {
  height: 225px;
  width: 100% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .product-card img {
    height: auto;
  }
}

.product-card:hover .overlay {
  opacity: 1;
}

.f-color {
  color: red;
}

.product-container {
  padding: 2px 16px;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 113px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 16px;
  background-color: white;
  text-align: center;
}

.padd-container {
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.margin-btm {
  margin-bottom: 10px;
}

.total-result {
  font-size: 20px;
  padding-left: 10px;
  font-family: "Nunito-SemiBold";
}

.chip-design {
  display: inline-block;
  padding: 0 15px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border-radius: 20px;
  background-color: #f1f1f1;
  margin-bottom: 5px;
  font-family: "Nunito-Bold";
}

.closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.closebtn:hover {
  color: #000;
}

.filterBy {
  background-color: red !important;
  color: white;
  width: 95%;
  text-align: center;
  font-family: "Nunito-Bold";
}

.closebtnFilter,
.Filter {
  color: red !important;
  width: 95%;
  text-align: center;
  font-family: "Nunito-Bold";
}

.dropdown-menu {
  border-radius: 20px;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  height: 50px;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

select {
  border: 1px solid lightgray;
  padding: 8px;
  width: 130px;
}

.pf_title {
  padding-top: 3%;
}

.demovideo_title {
  padding-top: 5%;
}

.wap {
  margin-top: 100px;
}

.filterlist_wraper .active:after {
  content: "\2212";
}

.filterlist_wraper .prd-list_search {
  padding-top: 10px;
  padding-bottom: 15px;
}

.collapsible {
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 20px;
  font-family: "Nunito-Bold";
}

.collapsible:hover {
  background-color: red;
}

.collapsible:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.padd-bottom {
  padding-bottom: 10px;
}

.padd-bottom .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 10px;
  font-family: "Nunito-Bold";
}

@media screen and (max-width: 991px) {
  .sm_dropdonlist {
    height: 300px;
    overflow-y: scroll;
  }
}

button:focus {
  outline: 0px;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid lightgray;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* On mouse-over, add a grey background color */

.checkbox:hover input ~ .checkmark {
  border: 1px solid lightgray;
}

/* When the checkbox is checked, add a blue background */

.checkbox input:checked ~ .checkmark {
  background-color: red;
}

/* Show the checkmark when checked */

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  margin-top: 10px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
}

.prd_list_wraper button {
  border: none;
  transition: 0.3s ease;
}

.prd_list_wraper button:hover {
  border: none;
  transition: 0.3s;
  padding-left: 29px;
  padding-right: 29px;
}

@media screen and (max-width: 351px) {
  .headOfProdFeature {
    padding-right: 4%;
  }
}

.my_cart .shipping_details input {
  pointer-events: none;
  background-color: #dddddd;
}

a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}

/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/

.write_review_frm input[type=button],
.write_review_frm input[type=submit],
.write_review_frm input[type=reset] {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 5px 8px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  transition: all 0.3s ease-in-out;
}

.write_review_frm input[type=button]:hover,
.write_review_frm input[type=submit]:hover,
.write_review_frm input[type=reset]:hover {
  background-color: #39ace7;
}

.write_review_frm input[type=button]:active,
.write_review_frm input[type=submit]:active,
.write_review_frm input[type=reset]:active {
  transform: scale(0.95);
}

.write_review_frm textarea {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #0d0d0d;
  padding: 5px 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}

.write_review_frm input[type=text] {
  background-color: #f6f6f6;
  color: #0d0d0d;
  padding: 5px 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}

.write_review_frm input[type=text]:focus {
  background-color: #fff;
}

.write_review_frm input[type=text]:placeholder {
  color: #cccccc;
}

/* ANIMATIONS */

.wrapper {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.search-box {
  width: 750px;
  height: 40px;
  position: relative;
}

.input {
  position: absolute;
  top: 11px;
  box-sizing: border-box;
  width: 0px;
  height: 40px;
  padding: 0 16px;
  outline: none;
  font-size: 23px;
  border-radius: 50px;
  color: #333;
  border: 3px solid #4dc1f9;
  transition: all 0.8s ease;
}

.search-btn {
  position: absolute;
  background: #4dc1f9;
  border-radius: 50%;
  top: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.8s ease;
}

.input.active {
  width: 350px;
  right: 100px;
}

.search-btn.animate {
  transform: rotate(-360deg);
  right: 100px;
}

.search {
  width: 0;
  visibility: hidden;
  /* display property wasn't working with transition */
  transition: width 1s;
  float: left;
}

.searchicon:hover ~ .search,
.search:hover,
.search:focus {
  visibility: visible;
  width: 197px;
  position: relative;
}

.searchicon {
  position: absolute;
}

.bg-white {
  background-color: white !important;
}

.product-main-image-popup {
  width: 100%;
}

.small-image-poup {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

@media screen and (min-width: 200px) {
  .carousel-popup {
    padding: 0 20px 6px 20px !important;
  }

  .carousel-popup .next,
  .carousel-popup .previous {
    background-color: red;
    color: white;
    font-size: 11px;
    font-weight: 700;
  }

  .carousel-popup .round {
    border-radius: 50%;
    width: 17px;
    height: 17px;
  }

  .carousel-popup .sub-prod-card {
    border-radius: 0px;
  }
}

.pd-5 {
  padding: 5px;
}

.popup .text-left-popup {
  font-size: 15px;
}

.popup p {
  font-size: 12px;
}

.popup h1 {
  padding: 2px;
}

.popup h3 {
  font-size: 1.5rem;
}

.modal-body h3 {
  font-size: 16px;
}

.containerForTranding span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.containerForTranding-right img {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.containerForTranding-right .store-image {
  width: 30%;
  text-align: end;
  padding: 0px !important;
}

.containerForTranding-right .store-text {
  width: 70%;
  padding: 10px;
}

.bg-red {
  background: red;
  color: white;
  border-radius: 26px;
}

.bg-img {
  background-image: url(/images/product-detail-bg.png?0fa5d0b49f3edd118d1e029661c28929);
  background-position: center;
  background-size: contain;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .bg-img {
    background-position: 100% 100%;
  }
}

.bg-left-img {
  background-image: url(/images/product-detail-bg.png?0fa5d0b49f3edd118d1e029661c28929);
  background-position: center;
  background-size: contain;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .bg-left-img {
    background-position: 100% 100%;
  }
}

.containerForTranding-right {
  display: flex;
  margin: 2%;
  flex: 1;
}

.containerForTranding-right .social-icons-right ul {
  padding-top: 4%;
}

.containerForTranding-right .social-icons-right ul li span .fa {
  background: transparent;
  color: white;
  cursor: pointer;
}

.padd-shop {
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 4%;
}

.no-bg {
  background-color: transparent !important;
}

.pd-t-10 {
  padding-top: 10px;
}

h1 {
  color: black;
}

.space {
  padding-left: 2%;
  padding-right: 2%;
}

[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #ed3821;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #ed3821;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #ed3821;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

/*.carousel-inner-card {
    .pad-top {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse .mobile-device {
        display: block;
        float: right;
        max-width: 100% !important;
        width: 100% !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
}


!* searchbar form styles *!

.demo-2 {
    @media screen and (max-width: 767px) {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    input[type="search"] {
        padding: 8px;
        border: 0;
        border-radius: 5px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
        @media screen and (max-width: 767px) {
            margin-right: 10px;
        }
        &:placeholder {
            color: transparent;
            font: 13px $nr;
        }
    }
    .submit-btn {
        background-color: red;
        padding: 8px;
        border-radius: 5px;
        width: 70px;
        border: 0;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
        height: 37px;
        i {
            font-size: 13px;
        }
    }
}


!* products listing page ui styles *!

.only-desktop {
    @media screen and (max-width: 767px) {
        display: none;
    }
}

.only-mobile {
    display: none;
    @media screen and (max-width: 767px) {
        display: block;
    }
}

.product-main-image-popup {
    width: 70%;
    display: block;
    margin: auto;
}

.popup .text-left-popup {
    text-align: left;
}

.text {
    cursor: pointer;
}

.custom-width {
    width: 70%;
    padding: 10px;
}

ol {
    li {
        &:nth-child(1) {
            .product-brief {
                padding-top: 15px;
            }
        }
    }
}

.product-brief {
    display: flex;
    align-items: center;
    // &:nth-child(1) {
    //     padding-top: 15px;
    // }
    .custom-icon {
        color: $black;
        font-size: 13px;
        display: flex;
        padding-right: 20px;
    }
}

.ourstory_img {
    img {
        @media screen and (max-width: 767px) {
            border-radius: 30px;
        }
    }
}

.news_banner {
    @media screen and (max-width: 767px) {
        margin-top: 100px;
    }
}*/

.carousel-inner-card .pad-top {
  padding-top: 20px !important;
}

@media screen and (max-width: 991px) {
  .navbar-collapse .mobile-device {
    display: block;
    float: right;
    max-width: 100% !important;
    width: 100% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
}

/* searchbar form styles */

@media screen and (max-width: 991px) {
  .demo-2 {
    padding-left: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .demo-2 {
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    font-size: 14px;
  }
}

.demo-2 input[type=search] {
  padding: 8px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .demo-2 input[type=search] {
    margin-right: 10px;
  }
}

.demo-2 input[type=search]:placeholder {
  color: transparent;
  font: 13px "Nunito-Regular";
}

.demo-2 .submit-btn {
  background-color: red;
  padding: 8px;
  border-radius: 5px;
  width: 70px;
  border: 0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  height: 37px;
}

.demo-2 .submit-btn i {
  font-size: 13px;
}

/* products listing page ui styles */

@media screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.only-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

.product-main-image-popup {
  width: 70%;
  display: block;
  margin: auto;
}

.popup .text-left-popup {
  text-align: left;
}

.text {
  cursor: pointer;
}

.custom-width {
  width: 70%;
  padding: 10px;
}

ol li:nth-child(1) .product-brief {
  padding-top: 15px;
}

.product-brief {
  display: flex;
  align-items: center;
}

.product-brief .custom-icon {
  color: #000000;
  font-size: 13px;
  display: flex;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .ourstory_img img {
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news_banner {
    margin-top: 100px;
  }
}

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

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

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

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

@media screen and (min-width: 575px) {
  .login_page .login_dialog {
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .login_page .login_dialog {
    max-width: 600px;
  }
}

@media screen and (min-width: 1201px) {
  .login_page .login_dialog {
    max-width: 700px;
  }
}

@media screen and (min-width: 1441px) {
  .login_page .login_dialog {
    max-width: 800px;
  }
}

.login_page .login_content {
  box-shadow: 0px 3px 16px #0000005c;
  border-radius: 0;
}

.login_page .login_header {
  border-bottom: none;
}

.login_page .login_header .close {
  padding: 20px 20px 15px;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .login_page .login_header .close svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_header .close svg {
    width: 16px;
    height: 16px;
  }
}

.login_page .login_body {
  padding: 0 100px;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body {
    padding: 0 70px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body {
    padding: 0 50px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body {
    padding: 0 20px;
  }
}

.login_page .login_body .form-group {
  margin-bottom: 20px;
}

.login_page .login_body .verify_otp label {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2d2d2d;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body .verify_otp label {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body .verify_otp label {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body .verify_otp label {
    font-size: 18px;
  }
}

.login_page .login_body .verify_otp .input_wrap {
  display: flex;
}

.login_page .login_body .verify_otp .input_wrap input {
  width: 100px;
  height: 90px;
  margin-right: 20px;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body .verify_otp .input_wrap input {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body .verify_otp .input_wrap input {
    width: 60px;
    height: 70px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body .verify_otp .input_wrap input {
    width: 40px;
    height: 60px;
  }
}

.login_page .login_body .verify_otp small {
  text-align: right;
  font-size: 20px;
  letter-spacing: 0px;
  color: #9f9f9f;
  margin-top: 18px;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body .verify_otp small {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body .verify_otp small {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body .verify_otp small {
    font-size: 14px;
  }
}

.login_page .login_body .verify_otp small a {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ed1c24;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body .verify_otp small a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body .verify_otp small a {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body .verify_otp small a {
    font-size: 14px;
  }
}

.login_page .login_body .verify_otp .otp_btn button {
  margin: 50px 0 72px 0;
}

.login_page .login_body .login_nav {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .login_page .login_body .login_nav {
    margin-bottom: 25px;
  }
}

.login_page .login_body .login_nav li a {
  font-size: 32px;
  letter-spacing: 0px;
  color: #2d2d2d;
  padding: 0;
  padding-right: 70px;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body .login_nav li a {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body .login_nav li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body .login_nav li a {
    font-size: 18px;
  }
}

.login_page .login_body .login_nav li a.active {
  text-decoration: underline;
  color: #ed1c24;
  background-color: transparent;
}

.login_page .login_body label {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body label {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body label {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body label {
    font-size: 18px;
  }
}

.login_page .login_body input {
  padding: 30px 16px;
  height: 90px;
  border: 1px solid #cecece;
  border-radius: 9px;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body input {
    height: 60px;
    padding: 15px 8px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body input {
    height: 50px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body input {
    height: 40px;
  }
}

.login_page .login_body input::-moz-placeholder {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #3b3b3b;
  opacity: 0.34;
}

.login_page .login_body input:-ms-input-placeholder {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #3b3b3b;
  opacity: 0.34;
}

.login_page .login_body input::placeholder {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #3b3b3b;
  opacity: 0.34;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body input::-moz-placeholder {
    font-size: 18px;
  }
  .login_page .login_body input:-ms-input-placeholder {
    font-size: 18px;
  }
  .login_page .login_body input::placeholder {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body input::-moz-placeholder {
    font-size: 16px;
  }
  .login_page .login_body input:-ms-input-placeholder {
    font-size: 16px;
  }
  .login_page .login_body input::placeholder {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body input::-moz-placeholder {
    font-size: 14px;
  }
  .login_page .login_body input:-ms-input-placeholder {
    font-size: 14px;
  }
  .login_page .login_body input::placeholder {
    font-size: 14px;
  }
}

.login_page .login_body .otp_btn {
  text-align: center;
}

.login_page .login_body .otp_btn button {
  padding: 14px 148px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  background: #ed1c24 0% 0% no-repeat padding-box;
  border-radius: 17px;
  border: none;
}

@media screen and (max-width: 1440px) {
  .login_page .login_body .otp_btn button {
    font-size: 22px;
    padding: 12px 128px;
  }
}

@media screen and (max-width: 991px) {
  .login_page .login_body .otp_btn button {
    font-size: 20px;
    padding: 10px 100px;
  }
}

@media screen and (max-width: 575px) {
  .login_page .login_body .otp_btn button {
    font-size: 18px;
    padding: 8px 80px;
  }
}

.login_page .login_body .login_tab button {
  margin: 114px 0 72px;
}

@media screen and (max-width: 767px) {
  .login_page .login_body .login_tab button {
    margin: 30px 0;
    margin-top: 10px;
  }
}

.login_page .login_body .register_tab button {
  margin: 70px 0 57px;
}

@media screen and (max-width: 767px) {
  .login_page .login_body .register_tab button {
    margin: 30px 0;
    margin-top: 10px;
  }
}

.profile_page {
  padding: 90px 0;
}

.profile_page h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2d2d2d;
  display: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .profile_page h3 {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  .profile_page {
    padding: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .profile_page {
    padding: 60px 0;
  }
}

@media screen and (max-width: px) {
  .profile_page {
    padding: 40px 0;
  }
}

@media screen and (max-width: 575px) {
  .profile_page {
    padding: 20px 0;
  }
}

.profile_page .profile_nav {
  border: 1px solid #c5c5c5;
  border-radius: 30px;
  margin-right: 58px;
}

@media screen and (max-width: 991px) {
  .profile_page .profile_nav {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.profile_page .profile_nav .profile_nav_link {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ed1c24;
  padding: 30px;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile_nav .profile_nav_link {
    font-size: 22px;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .profile_page .profile_nav .profile_nav_link {
    font-size: 20px;
    text-align: center;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile_nav .profile_nav_link {
    font-size: 18px;
  }
}

.profile_page .profile_nav .profile_persnoalinfo_link.active {
  background: #ed1c24;
  color: #ffffff;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.profile_page .profile_nav .profile_myorder_link.active {
  background: #ed1c24;
  color: #ffffff;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.profile_page .profile_nav #v-pills-orders-tab.active {
  border-radius: 30px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.profile_page .profile .personal_wrap {
  padding: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c5c5c5;
  border-radius: 30px;
  position: relative;
}

.profile_page .profile .personal_wrap .edit_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #ed1c24 0% 0% no-repeat padding-box;
  border-radius: 19px;
  text-align: center;
  font: normal normal bold 14px/19px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 11px 53px;
  border: none;
}

@media screen and (max-width: 767px) {
  .profile_page .profile .personal_wrap .edit_btn {
    font-size: 12px;
  }
}

.profile_page .profile .personal_wrap .form-group {
  margin-bottom: 65px;
  padding-bottom: 11px;
}

.profile_page .profile .personal_wrap .form-group label {
  text-align: left;
  font-size: 22px;
  letter-spacing: 0.44px;
  color: #000122;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .personal_wrap .form-group label {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .profile_page .profile .personal_wrap .form-group label {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .personal_wrap .form-group label {
    font-size: 16px;
  }
}

.profile_page .profile .personal_wrap .form-group input,
.profile_page .profile .personal_wrap .form-group textarea {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.44px;
  color: #000122;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .personal_wrap .form-group input,
  .profile_page .profile .personal_wrap .form-group textarea {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .profile_page .profile .personal_wrap .form-group input,
  .profile_page .profile .personal_wrap .form-group textarea {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .personal_wrap .form-group input,
  .profile_page .profile .personal_wrap .form-group textarea {
    font-size: 16px;
  }
}

.profile_page .profile .orders_wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c5c5c5;
  border-radius: 30px;
}

.profile_page .profile .orders_wrap .order_info_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}

@media screen and (max-width: 767px) {
  .profile_page .profile .orders_wrap .order_info_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap:nth-last-child(1) {
  border: none;
}

.profile_page .profile .orders_wrap .order_info_wrap img {
  margin-right: 35px;
  padding-left: 30px;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap img {
    margin-right: 25px;
    padding-left: 25px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info {
  padding: 30px;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info {
    padding: 20px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info h5 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0px;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info h5 {
    font-size: 14px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info h5 span {
  margin-right: 7px;
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info h6 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
  color: #101412;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info h6 {
    font-size: 16px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info {
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info {
    margin-bottom: 10px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info h6 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  flex: 2;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info h6 {
    font-size: 14px;
    flex: 3;
    margin-top: 4px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info p {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 15px;
  flex: 10;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info p {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .deliver_info p {
    font-size: 14px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info .order_id {
  display: flex;
  align-items: center;
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info .order_id h6 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.6;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .order_id h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .order_id h6 {
    font-size: 14px;
  }
}

.profile_page .profile .orders_wrap .order_info_wrap .order_info .order_id p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.6;
  margin: 0;
  margin-left: 25px;
}

@media screen and (max-width: 1440px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .order_id p {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .profile_page .profile .orders_wrap .order_info_wrap .order_info .order_id p {
    font-size: 14px;
  }
}

.my_cart {
  padding: 84px 0;
}

@media screen and (max-width: 1440px) {
  .my_cart {
    padding: 64px 0;
  }
}

@media screen and (max-width: 991px) {
  .my_cart {
    padding: 44px 0;
  }
}

@media screen and (max-width: 575px) {
  .my_cart {
    padding: 24px 0;
  }
}

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

@media screen and (max-width: 991px) {
  .my_cart .cart_header {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.my_cart .cart_header .total_cart_count h6 {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ed1c24;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_header .total_cart_count h6 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_header .total_cart_count h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .cart_header .total_cart_count h6 {
    font-size: 20px;
  }
}

.my_cart .cart_header .cart_total h6 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.48px;
  color: #2d2d2d;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_header .cart_total h6 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_header .cart_total h6 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_header .cart_total {
    display: none;
  }
}

.my_cart .shipping_header h4 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2d2d2d;
  margin-bottom: 36px;
}

@media screen and (max-width: 1440px) {
  .my_cart .shipping_header h4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .shipping_header h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .shipping_header h4 {
    font-size: 25px;
  }
}

.my_cart .shipping_header h6 {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2d2d2d;
  margin-bottom: 36px;
  padding-left: 15px;
}

@media screen and (max-width: 1440px) {
  .my_cart .shipping_header h6 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .shipping_header h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .shipping_header h6 {
    font-size: 20px;
    display: none;
  }
}

.my_cart .shipping_details .form-group {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .my_cart .shipping_details .form-group {
    margin-bottom: 25px;
  }
}

.my_cart .shipping_details .form-group label {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .my_cart .shipping_details .form-group label {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .shipping_details .form-group label {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .shipping_details .form-group label {
    font-size: 18px;
  }
}

.my_cart .shipping_details .form-group input {
  height: 90px;
  padding: 38px;
  border: 1px solid #cecece;
  border-radius: 9px;
}

@media screen and (max-width: 1440px) {
  .my_cart .shipping_details .form-group input {
    height: 60px;
    padding: 28px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .shipping_details .form-group input {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .my_cart .shipping_details .form-group input {
    height: 40px;
  }
}

.my_cart .shipping_details .form-group input::-moz-placeholder {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 0.43;
}

.my_cart .shipping_details .form-group input:-ms-input-placeholder {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 0.43;
}

.my_cart .shipping_details .form-group input::placeholder {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 0.43;
}

@media screen and (max-width: 1440px) {
  .my_cart .shipping_details .form-group input::-moz-placeholder {
    font-size: 20px;
  }
  .my_cart .shipping_details .form-group input:-ms-input-placeholder {
    font-size: 20px;
  }
  .my_cart .shipping_details .form-group input::placeholder {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .shipping_details .form-group input::-moz-placeholder {
    font-size: 18px;
  }
  .my_cart .shipping_details .form-group input:-ms-input-placeholder {
    font-size: 18px;
  }
  .my_cart .shipping_details .form-group input::placeholder {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .shipping_details .form-group input::-moz-placeholder {
    font-size: 16px;
  }
  .my_cart .shipping_details .form-group input:-ms-input-placeholder {
    font-size: 16px;
  }
  .my_cart .shipping_details .form-group input::placeholder {
    font-size: 16px;
  }
}

.my_cart .shipping_details .form-group textarea {
  height: 162px;
  padding: 38px;
  border: 1px solid #cecece;
  border-radius: 9px;
}

.my_cart .shipping_details .form-group textarea::-moz-placeholder {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 0.43;
}

.my_cart .shipping_details .form-group textarea:-ms-input-placeholder {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 0.43;
}

.my_cart .shipping_details .form-group textarea::placeholder {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 0.43;
}

@media screen and (max-width: 1440px) {
  .my_cart .shipping_details .form-group textarea::-moz-placeholder {
    font-size: 22px;
  }
  .my_cart .shipping_details .form-group textarea:-ms-input-placeholder {
    font-size: 22px;
  }
  .my_cart .shipping_details .form-group textarea::placeholder {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .shipping_details .form-group textarea::-moz-placeholder {
    font-size: 20px;
  }
  .my_cart .shipping_details .form-group textarea:-ms-input-placeholder {
    font-size: 20px;
  }
  .my_cart .shipping_details .form-group textarea::placeholder {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .shipping_details .form-group textarea::-moz-placeholder {
    font-size: 18px;
  }
  .my_cart .shipping_details .form-group textarea:-ms-input-placeholder {
    font-size: 18px;
  }
  .my_cart .shipping_details .form-group textarea::placeholder {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap {
    margin-bottom: 50px;
  }
}

.my_cart .cart_wrap .cart_items_wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  border: 1px solid #c5c5c5;
  overflow: hidden;
}

.my_cart .cart_wrap .cart_items_wrap .cart_item_with_options {
  border-bottom: 1px solid #c5c5c5;
}

.my_cart .cart_wrap .cart_items_wrap .cart_item_with_options:nth-last-of-type(1) {
  border-bottom: 0;
}

.my_cart .cart_wrap .cart_items_wrap .cart_item {
  padding: 60px 50px 30px 43px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item {
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item {
    padding: 30px;
  }
}

@media screen and (max-width: 797px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item img {
  margin-right: 65px;
  width: 170px;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item img {
    margin-right: 35px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item img {
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item img {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info {
  width: 100%;
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info h6 {
  text-align: left;
  letter-spacing: 0px;
  color: #ed1c24;
  opacity: 0.82;
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info h6 {
    font-size: 14px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price {
    flex-wrap: wrap;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h5 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h5 {
    font-size: 16px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h6 {
  letter-spacing: 0.48px;
  color: #2d2d2d;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h6 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h6 {
    font-size: 22px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h6 {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_price h6 {
    font-size: 18px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id h6,
.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id p {
  text-align: left;
  letter-spacing: 0px;
  color: #6d6d6d;
  margin: 0;
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id h6,
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id h6,
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id p {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id h6,
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .order_id p {
    font-size: 14px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 0.400000006px solid #c5c5c5;
  color: #2d2d2d;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter button {
    width: 26px;
    height: 26px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter .update_btn {
  width: auto;
  height: auto;
  border-radius: 8px;
  margin: 0;
  margin-left: 10px;
  background: #ed1c24;
  color: white;
  border: none;
  font-size: 18px;
}

@media screen and (max-width: 375px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter .update_btn {
    margin-top: 15px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter input {
  width: 69px;
  height: 37px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.6999999881px solid #c5c5c5;
  border-radius: 7px;
  text-align: center;
  letter-spacing: 0px;
  color: #ed1c24;
  margin: 0 12px;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter input {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter input {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter input {
    width: 50px;
    height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_item .order_info .cart_counter input {
    font-size: 14px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_option {
  display: flex;
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_option {
    margin: 20px;
    margin-top: 0;
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_option button {
  flex: 1;
  padding: 15px;
  letter-spacing: 0px;
  color: #9f9f9f;
  border: 1px solid #c5c5c5;
  border-bottom: 0;
  border-right: 0;
  background: white;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_option button {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_option button {
    font-size: 14px;
    border: 0;
    padding: 10px 6px;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_option button.remove {
  border-left: 0;
  border-right: 1px solid #c5c5c5;
}

.my_cart .cart_wrap .cart_items_wrap .cart_option .remove {
  width: 100%;
  border-top: 1px solid #c5c5c5;
  padding: 9px 16px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_option .remove {
    border: none;
    width: auto;
  }
}

.my_cart .cart_wrap .cart_items_wrap .cart_option .wishlist {
  width: 100%;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  padding: 9px 16px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .my_cart .cart_wrap .cart_items_wrap .cart_option .wishlist {
    border: none;
    width: auto;
  }
}

.my_cart .price_details_wrap {
  border: 1px solid #c5c5c5;
  border-radius: 18px;
  height: 100%;
}

.my_cart .price_details_wrap .price_header {
  padding: 20px;
  letter-spacing: 0px;
  background: #ed1c24 0% 0% no-repeat padding-box;
  border-radius: 18px 18px 0px 0px;
}

.my_cart .price_details_wrap .price_header h6 {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_header h6 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .price_details_wrap .price_header h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .price_details_wrap .price_header h6 {
    font-size: 20px;
  }
}

.my_cart .price_details_wrap .price_info_wrap {
  display: flex;
  flex-direction: column;
  height: 88%;
}

@media screen and (max-width: 991px) {
  .my_cart .price_details_wrap .price_info_wrap {
    height: auto;
  }
}

.my_cart .price_details_wrap .price_info_wrap .price_info {
  flex: 1;
  padding: 40px;
  border-bottom: 1px solid #c5c5c5;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_info_wrap .price_info {
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .price_details_wrap .price_info_wrap .price_info {
    padding: 30px;
    padding-bottom: 15px;
  }
}

.my_cart .price_details_wrap .price_info_wrap .price_info .item_price {
  display: flex;
  justify-content: space-between;
}

.my_cart .price_details_wrap .price_info_wrap .price_info .item_price p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_info_wrap .price_info .item_price p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .price_details_wrap .price_info_wrap .price_info .item_price p {
    font-size: 16px;
  }
}

.my_cart .price_details_wrap .price_info_wrap .price_info .item_price h6 {
  letter-spacing: 0.38px;
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_info_wrap .price_info .item_price h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .price_details_wrap .price_info_wrap .price_info .item_price h6 {
    font-size: 18px;
  }
}

.my_cart .price_details_wrap .price_info_wrap .price_total {
  flex: 1;
  padding: 15px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total {
    padding: 30px;
  }
}

.my_cart .price_details_wrap .price_info_wrap .price_total .total_wrap {
  display: flex;
  justify-content: space-between;
}

.my_cart .price_details_wrap .price_info_wrap .price_total .total_wrap p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #2d2d2d;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total .total_wrap p {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total .total_wrap p {
    font-size: 20px;
  }
}

.my_cart .price_details_wrap .price_info_wrap .price_total .total_wrap h6 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #2d2d2d;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total .total_wrap h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total .total_wrap h6 {
    font-size: 20px;
  }
}

.my_cart .price_details_wrap .price_info_wrap .price_total button {
  background: #ed1c24 0% 0% no-repeat padding-box;
  border-radius: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 15px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total button {
    font-size: 22px;
    margin-top: 120px;
    padding: 5px;
  }
}

@media screen and (max-width: 991px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total button {
    margin-top: 0;
    width: 50%;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .my_cart .price_details_wrap .price_info_wrap .price_total button {
    font-size: 20px;
    width: 100%;
  }
}

.my_wishlist {
  padding-top: 2%;
  padding-bottom: 5%;
  margin-top: 82px;
}

.my_wishlist h4 {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ed1c24;
  margin-left: 20px;
}

@media screen and (max-width: 1440px) {
  .my_wishlist h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .my_wishlist h4 {
    font-size: 22px;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .my_wishlist h4 {
    font-size: 22px;
  }
}

.my_wishlist .wishlist_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .my_wishlist .wishlist_wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .my_wishlist .wishlist_wrap {
    justify-content: center;
  }
}

.my_wishlist .wishlist_wrap .wishlist_col {
  text-align: center;
  width: 28%;
  margin: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c5c5c5;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .my_wishlist .wishlist_wrap .wishlist_col {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .my_wishlist .wishlist_wrap .wishlist_col {
    width: 100%;
  }
}

.my_wishlist .wishlist_wrap .wishlist_col img {
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  padding: 10px 35px;
}

.my_wishlist .wishlist_wrap .wishlist_col .wish_close {
  display: flex;
  justify-content: flex-end;
}

.my_wishlist .wishlist_wrap .wishlist_col .wish_close b {
  color: #3b3b3b;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 16px;
  font-weight: 900;
}

.my_wishlist .wishlist_wrap .wishlist_col .wishlist_info {
  border-top: 1px solid #c5c5c5;
  padding: 15px 74px;
}

@media screen and (max-width: 1440px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info {
    padding: 15px 34px;
  }
}

@media screen and (max-width: 991px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info {
    padding: 15px 24px;
  }
}

@media screen and (max-width: 575px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info {
    padding: 15px 50px;
  }
}

.my_wishlist .wishlist_wrap .wishlist_col .wishlist_info h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #3b3b3b;
  margin-bottom: 12px;
}

@media screen and (max-width: 1440px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info h6 {
    font-size: 14px;
  }
}

.my_wishlist .wishlist_wrap .wishlist_col .wishlist_info p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2d2d2d;
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info p {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info p {
    font-size: 16px;
  }
}

.my_wishlist .wishlist_wrap .wishlist_col .wishlist_info a {
  background: #ed1c24 0% 0% no-repeat padding-box;
  border-radius: 17px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  border: 0;
  width: 100%;
  padding: 10px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info a {
    font-size: 16px;
    padding: 10px 4px;
  }
}

@media screen and (max-width: 575px) {
  .my_wishlist .wishlist_wrap .wishlist_col .wishlist_info a {
    font-size: 14px;
  }
}

.order-success-content {
  display: flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0px 15px;
}

.order-success-content h1 {
  text-align: center;
}

.order-success-content p {
  text-align: center;
}

.order-success-content a {
  background: #ed1c24;
  color: #ffffff;
}

.order-success-content a:hover {
  color: #ffffff;
}

/* Start Basics  */

* {
  box-sizing: border-box;
  list-style: none;
  outline: none;
  word-wrap: break-word;
}

img {
  height: auto;
}

span,
a,
a:hover {
  color: inherit;
  text-decoration: none;
}

/* Start Basics ends */

/* All Styles ends Here */

/* Loader */

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/loader.gif?db58eb1bc410c7b69dd545e69770fc12) center no-repeat #fff;
}

