@charset "utf-8";

/*===== Common CSS =====*/
/*===== Header CSS =====*/
/*===== HomePage CSS =====*/
/*===== About CSS =====*/

/*===== Responsive CSS =====*/

/*===============================
  ===============================*/

/*===== Common CSS =====*/
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
/* body {
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
/* h1 {
  font-size: inherit;
  display: block;
} */
h2 {
  font-size: 36px;
  /* color: #fff; */
  /* font-weight: 500; */
}
h3 {
  font-size: 32px;
  /* color: #001041; */
  /* font-weight: 500; */
  /* line-height: 40px; */
}
h4 {
  font-size: 28px;
  /* color: #001041; */
  /* font-weight: 500; */
  /* margin-bottom: 15px; */
}
h5 {
  font-size: 24px;
  /* color: #001041; */
  /* font-weight: 500; */
}
h6 {
  font-size: 20px;
  /* color: #001041; */
  /* font-weight: 500; */
}
li {
  list-style: none;
}
img {
  border: 0;
}

*:hover {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

*:focus,
.btn-default-focus {
  box-shadow: none !important;
  outline: none !important;
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer;
  color: #001041;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* a:hover,
a:focus {
  text-decoration: none;
  color: #b11587;
} */
a,
input,
button,
textarea,
a:focus,
select:focus {
  outline: none;
}
a:hover,
a:focus,
select:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img,
svg {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

label {
  font-weight: 600;
}
input::-webkit-placeholder,
textarea::-webkit-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

main,
section,
footer {
  width: 100%;
  float: left;
  display: block;
}

.btn {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 0 25px;
  line-height: 44px;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.home-text {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #a7a7a7;
  padding-top: 25px;
}
.home-text1 {
  text-align: center;
  color: white;
  padding: 25px 0;
}
form {
  width: 100%;
  float: left;
  text-align: center;
}
.form-group {
  text-align: left;
  position: relative;
}
label {
  margin-bottom: 0.5rem !important;
  color: #001041;
}
.form-group .form-control,
.dataTables_filter input,
select.form-control {
  width: 100%;
  max-width: 100%;
  height: 47px !important;
  background: #fff;
  box-sizing: border-box;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #001041;
  padding: 0 12px;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.form-group .form-control:focus {
  border: 1px solid #001041;
}

.checkbox {
  margin: 0px;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"] + label {
  color: #001041;
  cursor: pointer;
  margin: 0px;
}
.checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 28px;
  height: 26px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  background: url("http://ebayninjafolio.com/") left top no-repeat;
}
.checkbox input[type="checkbox"]:checked + label span {
  background: url("http://ebayninjafolio.com/") left bottom no-repeat;
}
.checkbox input[type="checkbox"]:checked + label {
  color: #001041;
}

/* main,
section {
  position: relative;
} */
.container {
  max-width: 1380px;
  width: 100%;
  position: relative;
}
/****************************************/
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}
/*===== Header CSS =====*/
.header-main-top-part {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  display: inline-block;
  background: #1e306e;
}
.header-top-new .carousel {
  height: 22px;
}
.header-top-new .carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 15px;
  width: 15px;
}
.header-main-top-part .container {
  max-width: 1010px;
  width: 100%;
  position: relative;
}
.header-main-top-part p {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  line-height: 20px;
  font-size: 14px;
}
.header-main-top-part a {
  text-align: right;
  float: right;
  color: #fff;
  line-height: 41px;
  font-weight: 600;
  font-size: 22px;
  vertical-align: middle;
}
.logo {
  padding-top: 3px;
  padding-bottom: 3px;
}
.logo img {
  width: 135px;
  height: 50px;
}
.main-menu {
  width: 100%;
  display: inline-block;
}
.header-main-top-part img {
  vertical-align: top;
  margin-right: 8px;
}
.header-logo-part {
  width: 100%;
  display: inline-block;
  background: #e8f7ff;
}
.header-logo-part #custom-search-input {
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.header-logo-part .input-group {
  display: inherit;
}
.header-logo-part #custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 15px;
  padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  height: 45px;
  font-weight: 500;
  color: #000;
  max-width: 460px;
  width: 100%;
  float: right;
}
.header-logo-part #custom-search-input button {
  background: url("../images/search-icon.png") left center no-repeat;
  width: 30px;
  height: 43px;
  border: 0; /** belows styles are working good */
  padding: 0;
  margin-top: 2px;
  position: relative;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  color: #2b2d42;
  font-size: 24px;
}
.header-logo-part .search-query:focus + button {
  z-index: 3;
}
.header-logo-part .input-group-btn {
  position: absolute;
  right: 17px;
  height: 45px;
  z-index: 9999;
}
.main-slider {
  position: relative;
}
.main-slider .owl-theme .owl-nav {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 35%;
}
.main-slider .owl-prev {
  float: left;
  color: #1e306e !important;
}
.main-slider .owl-prev:hover {
  color: #fff !important;
}
.main-slider .owl-next {
  float: right;
  color: #1e306e !important;
}
.main-slider .owl-next:hover {
  color: #fff !important;
}
.main-slider .owl-theme .owl-nav [class*="owl-"] {
  font-size: 100px !important;
}
.main-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.main-slider .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.header-top-new {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  background: rgb(70, 22, 106);
  background: linear-gradient(
    90deg,
    rgba(70, 22, 106, 1) 0%,
    rgba(187, 21, 138, 1) 100%
  );
}
.header-top-new .container {
  /*max-width: 1600px;*/
  width: 100%;
  position: relative;
}
.header-top-new p {
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
}
.header-top-new p a {
  color: #fff;
  text-decoration: underline;
}
.header-top-new .carousel-control-next,
.carousel-control-prev {
  width: auto;
}

.header-logo-sec {
  position: relative;
  width: 100%;
  display: inline-block;
  /* padding-top: 0; */
  /* margin: -6px 0 0 0; */
}
/* .header-logo-sec .container {
  max-width: 1380px;
  max-width: 1360px;
  width: 100%;
  position: relative;
} */
.header-logo-top-part {
  width: 100%;
  display: inline-block;
  padding: 5px 0; /*margin-top: -10px;*/
  background-color: rgb(246, 246, 246);
}
.header-logo-top-part .row {
  margin-left: -15px;
  margin-right: -15px;
}
ul.header-logo-left-part {
  width: 100%;
  display: inline-block;
  text-align: left;
}
ul.header-logo-left-part li {
  position: relative;
  vertical-align: middle;
  margin-right: 25px;
  padding-bottom: 0;
  width: auto;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}
ul.header-logo-left-part li a {
  color: #000;
  font-weight: 300;
}
ul.header-logo-left-part li img {
  margin-right: 8px;
}
ul.header-logo-left-part li::before {
  top: 4px;
  position: absolute;
  content: "";
  background-color: #4c4c4c;
  height: 13px;
  width: 2px;
  right: -15px;
  top: 6px;
}
ul.header-logo-left-part li:last-child::before {
  background-color: transparent;
}

ul.header-logo-right-part {
  width: 100%;
  display: inline-block;
  text-align: right;
}
ul.header-logo-right-part li {
  position: relative;
  padding-left: 23px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}
ul.header-logo-right-part li a {
  color: #000;
  font-weight: 300;
}
ul.header-logo-right-part li a:hover {
  font-weight: 400;
}
ul.header-logo-right-part li::before {
  top: 4px;
  position: absolute;
  content: "";
  background-color: #4c4c4c;
  height: 13px;
  width: 2px;
  right: -15px;
  top: 6px;
}
ul.header-logo-right-part li:last-child::before {
  background-color: transparent;
}

.header-menu #store-search,
.bottom_menu #store-search {
  float: right;
  display: inline-block;
  margin: 0;
  clear: right;
  text-align: left;
  width: 100%;
  position: relative;
}
.header-menu #store-links {
  float: right;
  margin: 23px 0 -10px 0;
}
.header-menu #store-search table {
  padding: 0;
  margin: 0;
}
.header-menu form {
  margin: 0;
  padding: 0;
}
.header-menu #store-search input[type="text"] {
  height: 40px;
  width: 100%;
  margin: 0;
  color: #949494;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.header-menu .g-hdn {
  height: 0;
  line-height: 0;
  overflow: hidden;
  width: 0;
  position: absolute;
  font-size: 0;
  z-index: -1;
  outline: 0;
}
.header-menu #store-search input[type="submit"],
.bottom_menu #store-search input[type="submit"] {
  height: 40px;
  width: 50px;
  overflow: hidden;
  padding: 0;
  background-size: 20px 20px;
  margin: 0;
  color: #000000;
  font-size: 13px;
  text-indent: -9999em;
  cursor: pointer;
  background-color: #1d286a;
  background-image: url(../images/search-new-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
}
.header-new-manu {
  width: 100%;
  display: inline-block; /*background-color: #ffffff; border-top: solid 1px #1c286a; border-bottom:solid 1px #1c286a; */
}
.header-new-manu .container {
  max-width: 1200px;
  width: 100%;
  position: relative;
}
.header-new-manu .navbar-brand {
  display: none;
}
.header-new-manu .navbar-light .navbar-nav .nav-link {
  font-weight: 300;
  color: #1d286a;
  font-size: 16px;
}
.header-new-manu .navbar {
  padding: 0;
  width: 100%;
}
.header-new-manu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 1rem;
}
.header-new-manu .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #b11587;
}
.header-new-manu .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #b11587;
}

.header-new-manu ul.navbar-nav {
  text-align: center;
  display: inline-block;
  width: 100%; /*margin-top: -4px; margin-bottom: -4px;*/
}
.header-new-manu ul.navbar-nav li {
  position: relative;
  display: inline-block;
}

.header-menu {
  background: rgb(255, 255, 255);
  box-shadow: rgb(230, 230, 230) 0px 0.0625rem 0px 0px;
  transition: transform 0.3s ease-out 0s, box-shadow 0.15s ease-out 0s;
  padding: 5px 0;
  position: relative;
  z-index: 99999;
}

.header-menu .col-md-2 {
  flex: 0 0 12.666667%;
  max-width: 12.666667%;
}
.header-menu .col-md-7 {
  flex: 0 0 66.333333%;
  max-width: 66.333333%;
}

.header-menu .col-md-3 {
  flex: 0 0 21%;
  max-width: 21%;
}
.input-group-btn {
  position: absolute;
  right: 0;
}
.navbar .nav-item {
  margin: 0 !important;
}
.dropdown-menu .nav-item {
  padding-top: 0 !important;
  padding-bottom: 9px !important;
  margin-left: 0 !important;
}
.dropdown-menu .nav-item .nav-link {
  color: #1d286a !important;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}
.dropdown-menu .nav-item .nav-link:hover {
  transform: translateX(5px);
  text-decoration: underline;
}
.dropdown-menu .title-1cC {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #001780;
  text-transform: none;
  margin: 0 0 15px 0;
  padding: 0 11px 0 6px;
}
.dropdown-img {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.dropdown-img .img-fluid {
  max-width: 100px;
}
.dropdown-img p {
  margin-top: 15px;
}
.dropdown-menu .shop-now-btn {
  color: #fff !important;
  background-color: #1e306e;
  border: none;
  font-size: 15px !important;
  border-radius: 3px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 7px 33px 7px;
  margin: 20px 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #1e306e;
}
.dropdown-menu .shop-now-btn:hover {
  background: #1e306e;
  border: solid 1px #1e306e;
  color: #fff;
}
.label-1XV {
  vertical-align: middle;
  margin: 0 0 0 8px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  background: #1e306e;
  border-radius: 0 8px 0 0;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.label-1XV:hover {
  text-decoration: none;
}

.label-red {
  background: #e9235e;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-dark .navbar-nav .nav-link {
  font-weight: 300;
  padding: 0 0.5rem;
  color: #1d286a;
  font-size: 16px;
  text-transform: capitalize;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #b11587;
}
.navbar-nav {
  margin: 0 auto;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #b11587;
}
/****************************************/
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* line-height: 0 !important; */
  gap: 5px;
  padding: 5px 10px;
  background-color: #f6f6f6;
}
.header-row {
  display: flex;
  flex-direction: column;
  /* margin-top: 5px; */
}
.header-column {
  display: flex;
  font-size: 14px;
}
.aur {
  margin: 0 5px;
  vertical-align: middle;
}
/*===== Footer CSS =====*/
/* footer {
  width: 100%;
  float: none;
  display: inline-block;
} */
.footer-main {
  background-color: #1c286a;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  margin: 20px 10px;
}
.footer-row1 {
  display: flex;
  gap: 20px;
}
.footer-row {
  display: flex;
  gap: 20px;
}
.footer-column {
  margin: 10px;
  width: 150px;
}
.footer-heading {
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.footer-column p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.footer-column ul {
  list-style-type: none;
}
.footer-column ul li {
  margin-bottom: 10px;
  line-height: normal;
  /* margin-bottom: 5px; */
}
.header-row ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #001041;
}
.header-row ul li a:hover {
  color: #001041;
}
.footer-column ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.footer-column ul li a:hover {
  text-decoration: underline;
}
.footer-column1 {
  margin: 10px;
}
.footer-column1 h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.footer-column1 p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 1px;
}
.footer-column1 .search-container {
  position: relative;
  margin-bottom: 115px;
}
/* .footer-last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.search-contain input[type="text"] {
  height: 40px;
  width: 325px;
  background: #ffffff;
  padding-left: 10px;
  translate: 3% 0%;
  line-height: normal;
  border-radius: 4px;
  font-size: 14px;
  border-color: #f0f0f0;
  /* border-right: none; */
}
.search-contain button {
  height: 40px;
  padding: 0 15px;
  line-height: normal;
  background: #1d286a;
  font-size: 14px;
  translate: 0% 0%;
  border-color: #1d286a;
  border-left: none;
  font-weight: 400;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.search-container input[type="email"] {
  background: #ffffff;
  padding-left: 10px;
  translate: 0% 0%;
  line-height: normal;
  font-size: 14px;
  border: 0;
  border-radius:4px 0px 0px 4px;
  height: 32px;
  width: 266px;
}
.search-container button {
  position: absolute;  
  top: 0;
  right: 0;
  border: none;
  outline: none;
  text-transform: uppercase;
  height: 32px;
  padding: 0 5px;
  translate: -0% 0%;
  line-height: normal;
  background: #a5cde9;
  font-size: 14px;
  border: none;
  font-weight: 400;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.footer-container .last-col {
  padding-top: 0;
  float: right;
  width: 19rem;
}
.fot-cell {
  text-align: center;
  font-size: 14px !important;
}
.footer-copy-right {
  background: #526699;
}
.footer-copy-right p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
/* .footer-col {
  margin-left: 10px;
  margin-right: 10px;
} */
.bedquest_poducts img {
  width: 100%;
}
.footer-top-part {
  background: #1c286a;
}
.footer-top-part .col-md-3 {
  flex: 0 0 15.666667%;
  max-width: 15.666667%;
}
.footer-top-part .container {
  padding-right: 0;
  padding-left: 0;
}
.footer-top-part .row {
  margin-right: 0;
  margin-left: 0;
}
.footer-top-part h3 {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}
.footer-top-part ul {
  list-style-type: none;
}
.footer-top-part ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.footer-top-part ul li a {
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  color: #fff;
}
.footer-top-part ul li a:hover {
  text-decoration: underline;
}
.footer-top-part .search-container {
  position: relative;
  /* margin-bottom: 48px; */
}
.footer-top-part input[type="text"] {
  background: #ffffff;
  width: 100%;
  border: 0;
  border-radius: 4px;
  height: 36px;
}
.footer-top-part button {
  text-transform: uppercase;
  float: right;
  padding: 7px 18px 5px;
  background: #a5cde9;
  font-size: 14px;
  border: none;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 0;
  border-radius: 0 4px 4px 0;
}
ul.socile-icon {
  list-style-type: none;
  width: 100%;
  text-align: center;
}
ul.socile-icon li {
  width: auto;
  display: inline-block;
  float: none;
  margin-right: 10px;
  margin-left: 10px;
}
.footer-top-part .last-col {
  padding-top: 0;
  float: right;
  width: 19rem;
}
.copy-right-part {
  width: 100%;
  display: inline-block;
  background: #526699;
  padding: 0;
}
.copy-right-part .row {
  margin-right: 0;
  margin-left: 0;
}
.copy-right-part p {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 4px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.copy-right-part ul {
  width: auto;
  list-style-type: none;
  float: right;
}
.copy-right-part ul li {
  width: auto;
  display: inline-block;
}
.copy-right-part .col-md-8 {
  display: none;
}
/****************************************/
.header-main-top-part #store-header {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.header-main-top-part #store-header .container {
  position: relative;
}
.header-main-top-part #page-logo {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 110;
  display: inline-block;
}
.header-main-top-part #store-search,
.bottom_menu #store-search {
  float: left;
  display: inline-block;
  margin: 20px 0 20px 155px;
  clear: right;
  text-align: left;
}
.header-main-top-part #store-links {
  float: right;
  margin: 23px 0 -10px 0;
}
.header-main-top-part #store-search table,
.bottom_menu #store-search table {
  padding: 0;
  margin: 0;
}
.header-main-top-part form {
  margin: 0;
  padding: 0;
}
.header-main-top-part #store-search input[type="text"],
.bottom_menu #store-search input[type="text"] {
  height: 44px;
  width: 450px;
  margin: 0;
  color: #949494;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.header-main-top-part .g-hdn {
  height: 0;
  line-height: 0;
  overflow: hidden;
  width: 0;
  position: absolute;
  font-size: 0;
  z-index: -1;
  outline: 0;
}
.header-main-top-part #store-search input[type="submit"],
.bottom_menu #store-search input[type="submit"] {
  height: 44px;
  width: 65px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 13px;
  text-indent: -9999em;
  cursor: pointer;
  background-color: #1e306e;
  background-image: url(../images/search-new-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
}
.header-main-top-part #menu-space {
  position: relative;
  text-align: left;
  height: 44px;
  line-height: 44px;
  background-color: #e8f7ff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.header-main-top-part #store-links a:first-child {
  border: none;
}
.header-main-top-part #store-links a {
  float: left;
  padding: 0 10px;
  font-size: 12px;
  color: #000000;
  border-left: 1px solid #cecece;
  font-weight: 300;
}
.header-main-top-part #menu-space .main-menu {
  margin-bottom: 0;
  margin-top: 0;
}
.header-main-top-part #menu-space .nav {
  float: left;
  padding-left: 145px !important;
}
.header-main-top-part #menu-space .nav > ul > li {
  background: transparent !important;
}
.header-main-top-part #menu-space .nav a,
.nav a:visited {
  color: #001041;
  font-weight: 300;
  font-size: 12px;
}
/* .header-main-top-part #menu-space .nav a:hover,
a:focus {
  color: #ffcb1d;
} */
.header-main-top-part #Tabbed-Menu {
  float: left;
  position: relative;
  width: 100%;
  z-index: 100;
  padding-left: 145px;
}
#Tabbed-Menu > ul {
  float: left;
  width: 100%;
  list-style: none;
  z-index: 100;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Tabbed-Menu > ul > li {
  display: inline-block;
  z-index: 100;
  flex-grow: 1;
}
#Tabbed-Menu > ul > li > a {
  padding: 0;
  display: block;
  height: 48px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
#store-search table {
  padding: 0;
  margin: 0;
}
.header-main-top-part #selling-points {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.header-main-top-part #selling-points .row {
  display: inherit;
}
.header-main-top-part #selling-points span {
  display: inline-block;
  font-size: 11px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: left center;
}
.header-main-top-part #selling-points .row > div:nth-of-type(1) span {
  background-image: url(http://ebayninjafolio.com/);
  padding-left: 27px;
}
.header-main-top-part #selling-points .container > .row > div {
  padding: 0 5px;
  display: inline-block;
}
.header-main-top-part #selling-points .row > div:nth-of-type(2) span {
  background-image: url(http://ebayninjafolio.com/);
  padding-left: 28px;
}
.header-main-top-part #selling-points .row > div:nth-of-type(3) span {
  background-image: url(http://ebayninjafolio.com/);
  padding-left: 22px;
}
.header-main-top-part #selling-points .row > div:nth-of-type(4) span {
  background-image: url(http://ebayninjafolio.com/);
  padding-left: 77px;
}
.header-main-top-part #selling-points .row > div:nth-of-type(5) span {
  background-image: url(http://ebayninjafolio.com/);
  padding-left: 22px;
}
.header-midd-part {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.see-part-sleep-sec {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  /* padding: 3.375rem 0px 3.375rem; */
  overflow: hidden;
  background-color: rgb(249, 245, 245);
}
.see-part-sleep-sec h3 {
  width: 100%;
  color: #1e306e;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  /* font-size: 30px; */
  margin-bottom: 2rem;
}

/* .see-part-sleep-sec .owl-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  width: 3rem;
  height: 3rem;
  border-radius: 50px !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
}
.see-part-sleep-sec .owl-prev:hover {
  opacity: 0.5 !important;
}
.see-part-sleep-sec .owl-prev span {
  color: #000;
  font-size: 30px;
}
.see-part-sleep-sec .owl-next {
  position: absolute;
  right: 20px;
  top: 45%;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  width: 3rem;
  height: 3rem;
  border-radius: 50px !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
}
.see-part-sleep-sec .owl-next:hover {
  opacity: 0.5 !important;
}
.see-part-sleep-sec .owl-next span {
  color: #000;
  font-size: 30px;
} */

.review-box {
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.375rem;
  background: rgb(255, 255, 255);
  transition: transform 0.22s ease-out 0s, box-shadow;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(203, 203, 203, 0.15);
}

.review-box h2 {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  color: rgb(21, 21, 21);
}
.review-box p {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
.review-box h2 svg {
  width: 15px;
  height: 15px;
}
.review-box span {
  padding-left: 60px;
  margin-top: 20px;
  position: relative;
  padding-top: 0;
  width: 100%;
  line-height: 25px;
  text-align: left;
  color: rgb(21, 21, 21);
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
.review-box span b {
  font-weight: 300;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
}
.review-box span img {
  width: 3rem !important;
  float: left;
  height: 3rem;
  margin-right: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
}
.start-box {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 1rem;
}
.start-box img {
  width: 35% !important;
}
/*===== Aboutus CSS =====*/
.see-part-sleep-sec .carousel {
  margin: 0 auto;
  padding: 0 0;
}
.see-part-sleep-sec .carousel .carousel-item {
  text-align: center;
  overflow: hidden;
}
.see-part-sleep-sec .carousel .carousel-item .img-box {
  background: #fff;
  padding: 9px;
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.4);
}
.see-part-sleep-sec .carousel .carousel-item img {
  margin: 0 auto;
}
.see-part-sleep-sec .carousel-control-prev,
.carousel-control-next {
  width: 68px;
  background: none;
}
.see-part-sleep-sec .carousel-control-prev i,
.carousel-control-next i {
  font-size: 28px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.see-part-sleep-sec .carousel-indicators {
  bottom: -40px;
}
.see-part-sleep-sec .carousel-indicators li,
.carousel-indicators li.active {
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 50%;
}
.see-part-sleep-sec .carousel-indicators li {
  background: #999;
  border-color: transparent;
}
.see-part-sleep-sec .carousel-indicators li.active {
  background: #555;
}

/****************************************/
.bottom_menu {
  background: rgb(255, 255, 255);
  transition: transform 0.3s ease-out 0s, box-shadow 0.15s ease-out 0s;
  padding: 5px 0;
  overflow: hidden;
  border-bottom: 1px solid rgb(230, 230, 230);
  height: 66px;
}
.bottom_menu .logo {
  width: 10%;
  float: left;
}
.bottom_menu .main_menu {
  width: 100%;
}
#store-search {
  width: 20% !important;
  float: right !important;
}
li.mt_15 {
  margin-top: 15px !important;
}

.main_menu {
  margin: 0 10px;
}
.header-column1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-column1 li {
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}

.header-column1 a {
  display: block;
  /* padding: 10px; */
  text-decoration: none;
}

.dropdown1 {
  /* position: relative; */
}

.dropdown-content1 {
  display: none;
  position: absolute;
  top: 85%;
  padding: 15px;
  width: 80px;
  /* background-color: #edf1f5; */
  background-color: white;
  text-align: left;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.dropdown-content1 li {
  width: 100%;
  padding: 10px 0;
}
.dropdown1:hover {
  border-bottom: 2px solid #001780;
}

.dropdown1:hover .dropdown-content1 {
  z-index: 1000;
  display: block;
  opacity: 1;
}
.dropdown-content1 li a:hover {
  text-decoration: underline;
}
/* Optional: Style for submenu titles */
.submenu_title1 {
  font-size: 16px;
  font-weight: 700;
  color: #001780;
  text-transform: none;
}

.main_menu1 {
  margin: 0 !important;
}
.main_menu1 nav a {
  font-size: 14px !important;
}
.menu-ul {
  padding-right: 20px;
}
.menu-ul1 {
  padding-right: 0;
  font-size: 14px !important;
}
.main-menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toggle_border {
  position: relative;
  padding: 5px 10px;
  background-image: none;
  background-color: transparent;
  border: 1px solid #1c286a;
  border-radius: 4px;
}
.see-part-sleep-sec .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  float: left;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #1e306e;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
p.toggle_border {
  float: right;
  margin: 10px 0;
}
.main_menu .icon_bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  border: 1px solid #1c286a;
  margin-top: 4px;
  margin-bottom: 2px;
}
.main_menu .toggle,
.main_menu [id^="drop"] {
  display: none;
}
.menu {
  margin-top: 11px;
  /* text-align: center; */
}
.main_menu nav {
  padding: 0;
}
.main_menu nav:after {
  content: "";
  display: table;
  clear: both;
}
.main_menu h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  color: #1d2212;
  text-align: left;
  margin: 5px;
  padding: 2px 0;
}
.main_menu nav ul li a:after {
  background: rgba(197, 170, 88, 0.25) none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
}
.main_menu nav ul {
  padding: 0;
  /* margin: 0; */
}
.main_menu nav ul li {
  margin: 0px;
  float: left;
  margin-right: 2px; /*
    min-width: 100px;*/
  text-align: center;
  border-radius: 4px;
}
.main_menu nav ul li.active {
  color: #b11587;
}
.main_menu nav a {
  color: #1d286a !important;
  display: block;
  line-height: 50px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
}
.main_menu nav ul.menu > li > a::before {
  position: absolute;
  background: #1e306e;
  opacity: 0;
}
.main_menu nav ul.menu > li:hover > a::before {
  opacity: 1;
}

.main_menu nav ul.menu > li:hover > a {
  border-bottom: 2px solid #001041;
  padding: 0 5px;
  background-color: #edf1f5;
}

.main_menu nav a span.popular_txt,
.main_menu nav a span.red_label {
  vertical-align: middle;
  margin: 0 0 0 8px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  background: #1e306e;
  border-radius: 0 8px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.main_menu nav a span.red_label {
  background: #e9235e !important;
}
/*.main_menu nav ul>li:first-child a {
    padding-left: 0;
}*/
.main_menu nav ul ul {
  display: none;
  position: absolute;
  background-color: #edf1f5;
  z-index: 1000;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 0px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  /* border-radius: 0 0 8px 8px; */
  padding: 15px 15px;
  /* border-radius: 4px; */
}

.main_menu nav ul ul .row {
  -ms-flex-align: center !important;
}
.main_menu nav ul li ul .row {
  display: flex;
  flex-wrap: unset;
}
.main_menu nav ul li ul .row .col-md-4,
.main_menu nav ul li ul .row .col-md-3 {
  max-width: max-content;
  flex: 0 0 auto;
}

/* .main_menu nav ul.menu > li:first-child > a span.caret {
  opacity: 0;
  margin-left: 0px;
  border-left: 0px;
} */
.main_menu nav ul.menu > li:nth-last-child(1) > a span.caret {
  opacity: 0;
  margin-left: 0px;
  border-left: 0px;
}
.main_menu nav ul ul {
  padding: 15px 15px;
}
.main_menu nav ul ul.Duvets {
  width: 100%;
}
.main_menu nav ul ul.bedding {
  width: 100%;
}
.main_menu nav ul ul.kids {
  width: 100%;
}
.main_menu nav ul ul.Accessories {
  width: 100%;
}
.main_menu nav ul ul.About {
  width: 100%;
}
.main_menu nav ul ul.Compare {
  width: 100%;
}
.main_menu nav ul ul.Materials {
  width: 100%;
}
.main_menu nav ul ul.Help {
  width: 100%;
}
.main_menu nav ul ul.Sustainability {
  width: 100%;
}

.main_menu nav ul ul li a {
  padding: 5px;
  text-shadow: none;
  color: #1d286a !important;
  font-size: 14px;
  padding: 0 0px;
  font-weight: 300;
  border-left: 0px solid #fff;
  line-height: 2;
  text-transform: capitalize;
  border-bottom: none;
}
.main_menu nav ul ul li:hover a {
  transform: translateX(5px);
  text-decoration: underline;
}
.main_menu nav ul ul li .shop_btn {
  color: #fff !important;
  background-color: #1e306e;
  font-size: 16px !important;
  border-radius: 3px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 7px 33px 7px;
  margin: 20px 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #1e306e;
  line-height: 24px;
}
.main_menu nav ul ul li:hover .shop_btn {
  transform: none !important;
}
.main_menu nav ul .img-fluid {
  max-width: 100%;
}
/*.main_menu nav ul ul li:hover{
    background: #e8e8e8 !important;
}*/

.main_menu nav ul li:hover > ul {
  display: inherit;
}
.main_menu nav ul ul li.submenu_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #001780;
  text-transform: none;
  margin: 0 0 0px 0;
  padding: 0 10px 0 0px;
}
.main_menu nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  /* padding: 1px 10px; */
  padding: 4px 0px;
  min-width: 100%;
}
.main_menu nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

/* li>a:after {
    content: ' +';
} */
.main_menu li > a i {
  margin-left: 10px;
}
.main_menu li > a:only-child:after {
  content: "";
}
.main_menu span.caret {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: relative;
  vertical-align: -11px;
  margin-left: 5px;
}
.dropDowmImg {
  margin: 0 20px 20px 20px;
}

@media screen and (max-width: 1100px) {
  .header-column li {
    font-size: 12px;
  }
  .header-column1 li {
    font-size: 12px;
  }
  .search-contain input[type="text"] {
    width: 285px;
    font-size: 12px;
    padding-left: 5px;
  }
  .search-contain button {
    font-size: 12px;
  }
  .menu-ul {
    padding-right: 5px;
  }
  .footer-container {
    flex-direction: column;
  }
  .search-container button {
    right: unset;
    left: 263px;
  }
  .footer-column1 .search-container {
    margin-bottom: 70px;
  }
  /* .footer-column .search-container {
    position: relative;
    margin-bottom: 40px;
  }
  .search-container input[type="email"] {
    background: #ffffff;
    padding-right: 35px;
    border: 0;
    border-radius: 4px;
    height: 40px;
  }
  .search-container button {
    text-transform: uppercase;
    float: none;
    height: 40px;
    padding: 7px 18px 5px;
    background: #a5cde9;
    font-size: 14px;
    border: none;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 240px;
    right: 2400px;
    border-radius: 0 4px 4px 0;
  } */
}

@media screen and (max-width: 950px) {
  .header-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-column {
    display: flex;
    font-size: 14px;
  }
  .search-contain input[type="text"] {
    font-size: 12px;
    width: 200px;
  }
  .search-contain button {
    font-size: 12px;
    padding: 0 10px;
    translate: -20% 0;
  }
  .menu-ul {
    padding-right: 5px;
  }
  .moon {
    width: 200px;
  }
}

@media screen and (max-width: 820px) {
  .search-contain input[type="text"] {
    font-size: 10px;
    width: 100px;
  }
  .search-contain button {
    font-size: 10px;
  }
  .footer-row1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer-column:nth-child(3) {
    width: 127.609px !important;
  }
  /* .search-container input[type="email"] {
    width: 170px;
  }
  .search-container button {
    right: unset;
    left: 1px;
  } */
}

@media screen and (max-width: 400px) {
  .header-column {
    font-size: 10px;
    letter-spacing: 0px;
  }
  .aur {
    margin: 0 2px;
  }
  .logo img {
    width: 100px;
  }
  .search-contain input[type="text"] {
    font-size: 8px;
    width: 80px;
  }
  .search-contain button {
    font-size: 8px;
  }
  .search-container input[type="email"] {
    width: 170px;
  }
  .search-container button {
    right: unset;
    left: 166px;
  }
}
