@charset "utf-8";

html,
body {
  background: #ffffff;
  /* letter-spacing: 0.6px; */
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #1d286a;
  font-family: Arial, Helvetica, sans-serif;
  /* line-height: 24px; */
  position: relative;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;

  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
/* h1 {
  font-size: inherit;
  display: block;
} */

h3 {
  font-size: 30px;
  color: #001041;
  font-weight: 600;
  line-height: 40px;
}
h4 {
  font-size: 20px;
  color: #001041;
  font-weight: 600;
  margin-bottom: 15px;
}
h5 {
  font-size: 24px;
  color: #001041;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  color: #001041;
  font-weight: 600;
}
li {
  list-style: none;
}
img {
  border: 0;
}

.footer-top-part .col-md-2 {
  flex: 0 0 15.666667%;
  max-width: 15.666667%;
  margin-right: 2rem;
}

*: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;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

a {
  cursor: pointer;
  color: white;
  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,
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;
}

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("../Images/FrontStyle/checkbox.png") left top no-repeat;
}
.checkbox input[type="checkbox"]:checked + label span {
  background: url("../Images/FrontStyle/checkbox.png") 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-new1 .carousel {
  height: 22px;
}
.header-top-new1 .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; /*background: #1e306e;*/
  margin: 14px 0;
}
.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 .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-new1 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  background-color: #1c286a;
}
.header-top-new1 .container {
  /*max-width: 1600px;*/
  width: 100%;
  position: relative;
}
.header-top-new1 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;
  padding: 0 30px;
}
.header-top-new1 p a {
  color: #fff;
  text-decoration: underline;
}
.header-top-new1 .carousel-control-next,
.carousel-control-prev {
  width: auto;
}

/* .header-logo-sec {
  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 10px !important; /*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;
  color: #1c286a;
}
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: #1c286a;
}
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;
  color: #1c286a;
}
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: #1c286a;
}
ul.header-logo-right-part li a {
  color: #1c286a;
  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;
}

.main_menu #store-search {
  float: right;
  display: inline-block;
  margin: 0;
  clear: right;
  text-align: left;
  width: 100%;
  position: relative;
}
.main_menu #store-links {
  float: right;
  margin: 23px 0 -10px 0;
}
.main_menu #store-search table {
  padding: 0;
  margin: 0;
}
.header-menu form {
  margin: 0;
  padding: 0;
}
.main_menu #store-search input[type="text"] {
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  color: #717171;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.main_menu .g-hdn {
  height: 0;
  line-height: 0;
  overflow: hidden;
  width: 0;
  position: absolute;
  font-size: 0;
  z-index: -1;
  outline: 0;
}
.main_menu #store-search input[type="submit"] {
  height: 40px;
  width: 50px;
  padding: 0;
  background-size: 20px 20px;
  margin: 0;
  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-expand-lg .navbar-collapse {
  margin-left: 4rem !important;
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: 300 !important;
  padding: 0 1rem !important;
  color: #1d286a;
  font-size: 16px !important;
  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;
}
/****************************************/

/*===== HomePage CSS =====*/
.main-all-product-sec {
  width: 100%;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-all-product-sec ul {
  list-style-type: none;
  text-align: center;
  /* margin: 0 -15px; */
}
.main-all-product-sec ul li {
  /*display: inline-block;*/
  float: left;
  padding: 0 1px;
  width: 11%;
}
.main-all-product-sec ul li span {
  font-weight: 300;
  line-height: 19px;
  font-size: 14px;
  color: #070705;
  width: 100%;
  display: inline-block;
}
.main-all-product-sec ul li .icon-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
.main-all-product-sec ul li .icon-box img {
  width: 50px;
  max-width: inherit;
}
.bounce-main-part {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.bounce-main-part .carousel-indicators {
  margin-bottom: 0;
  bottom: -30px;
  z-index: 9999;
}

.main-slider img {
  /*width: 1530px; height: 500px;*/
  width: 100%;
  height: 660px;
}

/* Default styles */
.main-slider img {
  width: 100%;
  height: auto;
  max-height: 660px;
}

/* Media query for smaller screens, adjust as needed */

.bounce-banner-text {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-text {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 24px;
}
.banner-text h2 {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  color: #1e306e;
  font-size: 34px;
  margin-bottom: 20px;
  text-align: left;
}
.banner-text span {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  color: #1e306e;
  font-size: 29px;
  margin-bottom: 25px;
  text-align: left;
}
.banner-text p {
  width: 100%;
  display: inline-block;
  font-weight: 300;
  color: rgb(30, 48, 110);
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  margin-top: 50px;
}
.banner-text p b {
  font-weight: 500;
}
.banner-text img {
  width: 100%;
  height: auto;
  object-fit: inherit !important;
  min-height: inherit !important;
}
.banner-text .shop-now-btn {
  color: #fff;
  background-color: #1e306e;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 33px 10px;
  margin: 20px 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #1e306e;
}
.banner-text .shop-now-btn:hover {
  background: transparent;
  border: solid 1px #1e306e;
  color: #1e306e;
}
.banner-text .col-md-3 {
  flex: 0 0 27%;
  max-width: 27%;
}
/*.banner-text .col-md-4{flex: 0 0 29%; max-width: 29%;}*/
ul.bonuce-icon {
  width: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 15px;
}
ul.bonuce-icon li {
  width: 120px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
ul.bonuce-icon li img {
  width: 55px;
  height: 55px;
  max-width: 70px;
  margin-bottom: 12px;
}
ul.bonuce-icon li span {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.date-years-main-sec {
  position: relative;
  margin-bottom: 30px;
  z-index: 999; /*background-color: 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;*/
  width: 100%;
  display: inline-block; /*padding-bottom: 10px;*/
  padding-top: 25px; /*margin-top: 15px; margin-bottom: 15px;*/
}
/*.date-years-main-sec .row {width: 107%; margin-left: -60px;}*/
.date-years-main-sec ul {
  width: 100%;
  text-align: center;
  list-style-type: none;
}
.date-years-main-sec ul li {
  width: auto;
  padding: 0 33px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  line-height: 19px;
  color: #070705;
  font-size: 14px;
}
.date-years-main-sec ul li span {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.date-years-main-sec ul li img {
  width: 2.8rem;
  height: auto;
  margin-right: 10px;
}
.date-years-main-sec .first-col {
  text-align: left !important;
}
.date-years-main-sec ul li .icon-box {
  width: 100%;
  display: inline-block;
}
.date-years-main-sec span {
  font-weight: 400;
  line-height: 19px;
  color: #070705;
  width: 100%;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}
.date-years-main-sec .icon-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 13px;
  margin-top: 13px;
  text-align: center;
}
.date-years-main-sec .icon-last-box {
  margin-top: -5px;
  width: auto;
  display: inline-block; /*margin-bottom: 13px; margin-top: 13px; */
  text-align: center;
}
.date-years-main-sec .icon-last-box img {
  width: 7rem;
}
.date-years-main-sec .icon-box img {
  width: 55px;
  max-width: inherit;
}
.date-years-main-sec ul.start-sec {
  list-style-type: none;
  width: 100%;
  text-align: center; /*padding: 23px 0;*/
}
.date-years-main-sec ul.start-sec li {
  width: auto;
  display: inline-block;
  float: none;
}
.date-years-main-sec ul.start-sec li img {
  /*width: 20px; height:20px;*/
}
.sale-on-part {
  width: 100%;
  display: inline-block;
}
.sale-on-sec-part {
  width: 100%;
  display: inline-block; /*background: #e8f7ff;*/
  padding-top: 28px;
  padding-bottom: 28px;
}
.sale-on-sec-part ul {
  width: 100%;
  text-align: center;
  list-style-type: none;
}
.sale-on-sec-part ul li {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0 46px;
  font-weight: 700;
  color: #1e306e;
  font-size: 38px;
  vertical-align: middle;
}
.sale-on-sec-part ul li .shop-now-btn {
  color: #fff;
  background-color: #1e306e;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 33px 10px;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #1e306e;
}
.sale-on-sec-part ul li .shop-now-btn:hover {
  background: transparent;
  border: solid 1px #1e306e;
  color: #1e306e;
}
.bedding-accessories-main {
  width: 100%;
  display: inline-block;
}
.bedding-accessories-main .row {
  margin-left: 0;
  margin-right: 0;
}
.bedding-accessories-main .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.bedding-accessories-main .bedding-accessories-img {
  width: 50%;
  float: left;
}
.bedding-accessories-main .bedding-accessories-test {
  width: 50%;
  padding: 19px 0;
  float: left;
  background: #e8f7ff;
  text-align: center;
}
.bedding-accessories-main .bedding-accessories-test h2 {
  width: 100%;
  display: inline-block;
  color: #1e306e;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.bedding-accessories-main .bedding-accessories-test .shop-now-btn {
  color: #fff;
  background-color: #1e306e;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 20px 8px;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #1e306e;
}
.bedding-accessories-main .bedding-accessories-test .shop-now-btn:hover {
  background: transparent;
  border: solid 1px #1e306e;
  color: #1e306e;
}
.featured-products-main {
  width: 100%;
  display: inline-block;
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.featured-products-main .container {
  padding-left: 0;
  padding-right: 0;
}
.featured-products-main img {
  min-height: 170px;
  margin-top: 0;
  max-width: 270px;
  width: 100%;
}
.featured-products-main .col-md-3 {
  position: relative;
}
.featured-products-main span {
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  padding: 0.125rem 0.75rem;
  position: absolute;
  top: -1.5rem;
  font-size: 0.75rem;
  color: rgb(30, 48, 110);
  border-radius: 0.75rem;
  background-color: rgb(229, 235, 233);
  text-align: center;
  margin: 0 auto;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.featured-products-main h4 {
  font-style: normal;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 0px;
  line-height: 1.125;
  letter-spacing: 0px;
  color: rgb(30, 48, 110);
  font-size: 17px !important;
  text-align: center;
}
.featured-products-main p {
  font-size: 14px;
  line-height: 1.333;
  letter-spacing: 0.0375rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: rgb(0, 0, 0);
  text-align: center;
  display: inline-block;
  width: 70%;
}

/* .footer-top-part .row {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: -15px;
  padding-left: -15px;
} */
.featured-products-main .col-md-12 {
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
}

.featured-products-box {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 30px;
}
.featured-products-box b {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.33;
  letter-spacing: 0.01875rem;
  color: rgb(82, 82, 82);
}

.featured-products-box strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 1.143;
  color: rgb(0, 132, 130);
}
.featured-products-box p {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  color: rgb(0, 132, 130);
  margin: 0;
}
.featured-products-box p b {
  font-size: 0.875rem;
  text-decoration: line-through;
  color: rgb(116, 116, 116);
  width: auto;
}
.featured-products-main .shop-now-btn {
  display: inline-block;
  color: #fff;
  background-color: #1e306e;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 33px;
  margin: 20px 0;
  margin-bottom: 0;
  border: solid 1px #1e306e;
}
.featured-products-main .shop-now-btn:hover {
  background: transparent;
  border: solid 1px #1e306e;
  color: #1e306e;
}
.featured-box {
  width: 100%;
  display: inline-block;
}

.footer-top-part .row {
  /* margin-left: -15px; */
}
.featured-products-main h2 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  width: 99%;
  margin: 0 auto 5rem;
  text-align: center;
  font-weight: 500;
  color: #1d286a;
  font-size: 30px;
}
.featured-products-main h2::before {
  top: 19px;
  margin: 0 auto;
  position: absolute;
  content: "";
  background-color: #1c286a;
  height: 1px;
  width: 99%;
  left: 3px;
  right: 0;
}
.featured-products-main h2 b {
  background-color: #fff;
  margin: 0 auto;
  width: auto;
  position: relative;
  z-index: 9999;
  padding: 0 24px;
}
.pull-left {
  float: left;
  position: absolute;
  top: 50%;
  left: 65%;
  margin-left: -50%;
  transform: translate(-50%, -50%);
}
.pull-right {
  float: right;
  position: absolute;
  top: 50%;
  right: 40%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aligner-item--bottom {
  align-self: flex-end;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: none;
}
.carousel-indicators .active {
  background: #1e306e;
}
.bounce-main-part .main-slider img {
  width: 1330px;
  height: 530px;
}
/****************************************/
.bounce-main-part .carousel-control-next-icon {
  background-image: none !important;
}
.bounce-main-part .carousel-control-prev-icon {
  background-image: none !important;
}
.bounce-main-part .carousel-control-prev {
  position: absolute;
  bottom: calc(-2.26rem);
  top: auto;
  height: 20px;
  z-index: 9999999;
  left: 50%;
  transform: translateX(calc(-2.7rem));
  background: url(../images/left-arrow.png) left center no-repeat !important;
  width: 20px;
  opacity: 1;
}
.bounce-main-part .carousel-control-next {
  right: 50%;
  height: 20px;
  z-index: 9999999;
  transform: translateX(calc(2.9rem));
  position: absolute;
  bottom: calc(-2.2rem);
  top: auto;
  background: url(../images/right-arrow.png) left center no-repeat !important;
  width: 20px;
  opacity: 1;
}
.bounce-main-part .carousel-indicators li {
  background-color: #6674a2;
  width: 0.5rem;
  height: 0.5rem;
}
.devet-new-sec {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.devet-new-sec .container {
  padding-left: 0;
  padding-right: 0;
}
.devet-new-sec img {
  height: 500px;
  width: 100%;
}
.the-baby-img img {
  height: 450px;
  width: 100%;
}
.devet-new-sec .row {
  margin-right: 0;
  margin-left: 0;
}

.devet-new-right {
  width: 100%;
  display: inline-block;
  padding-right: 54px;
  padding-left: 54px;
  background: rgb(191, 40, 147);
  background: linear-gradient(
    90deg,
    rgba(191, 40, 147, 1) 0%,
    rgba(71, 23, 107, 1) 100%,
    rgba(70, 23, 107, 1) 100%
  );
}
.cot-duvet-new-right {
  background: rgb(70, 23, 107);
  background: linear-gradient(
    90deg,
    rgba(70, 23, 107, 1) 0%,
    rgba(191, 40, 147, 1) 100%
  );
}
.cot-duvet-new-text {
  padding-right: 0;
}
.cot-duvet-new-img {
  padding-left: 0;
}
.devet-new-right .banner-text {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.devet-new-right .banner-text h2 {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
  text-align: left;
}
.devet-new-right .banner-text span {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: left;
}
.devet-new-right .banner-text p {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}
.devet-new-right .shop-now-btn {
  color: #1e306e;
  background-color: #fff;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 33px;
  margin: 20px 0;
  margin-bottom: 0;
  border: solid 1px #fff;
}
.devet-new-right .shop-now-btn:hover {
  background: #1e306e;
  border: solid 1px #1e306e;
  color: #fff;
}

.cool-max-sec {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.cool-max-sec .container {
  padding-right: 0;
  padding-left: 0;
}
.cool-max-top-logo {
  width: 100%;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  top: 30px;
}
.cool-max-top-logo img {
  width: auto !important;
  height: auto !important;
}
.cool-max-top-logo span {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: #0088ba;
  font-size: 30px;
  margin-top: 20px;
}
.cool-max-top-sec {
  width: 100%;
  display: inline-block;
  border-radius: 3px; /*background-color: #f0f0f0;*/ /*padding-bottom: 23px; */
}
.cool-max-sec .row {
  margin-right: 0;
  margin-left: 0;
}
.cool-max-top-sec img {
  width: 100%;
  height: 660px; /*object-fit: cover;*/
}
.cool-max-top-sec p {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #0994bd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
}

.baby-cot-sec {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 45px;
}
.baby-cot-sec .banner-text {
  padding-top: 20px;
}
.baby-cot-sec .banner-text h2 {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
  text-align: left;
}
.baby-cot-sec .banner-text p {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  color: #1d286a;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}
.baby-cot-sec .banner-text .shop-now-btn {
  color: #fff;
  background-color: #1e306e;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 33px 10px;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #1e306e;
}
.baby-cot-sec .banner-text .shop-now-btn:hover {
  background: transparent;
  border: solid 1px #1e306e;
  color: #1e306e;
}

.baby-cot-sec .banner-text .new-btn {
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 400;
  background: rgb(71, 22, 106);
  background: linear-gradient(
    90deg,
    rgba(71, 22, 106, 1) 3%,
    rgba(191, 40, 147, 1) 99%
  );
  text-transform: uppercase;
  padding: 4px 43px 1px;
  margin-bottom: 30px;
  display: inline-block;
  border: solid 1px #1e306e;
}
.baby-cot-sec .banner-text .new-btn:hover {
  color: #fff;
  background: rgb(191, 40, 147);
  background: linear-gradient(
    69deg,
    rgba(191, 40, 147, 1) 3%,
    rgba(71, 22, 106, 1) 99%
  );
}

.save-sec-part {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.save-sec-part .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1380px;
}
.save-sec-part .row {
  margin-right: 0;
  margin-left: 0;
}
.save-boc {
  width: 100%;
  display: inline-block;
  padding: 12px 1.25rem;
  background: #526699;
  /*background: linear-gradient(90deg, rgba(71,22,106,1) 3%, rgba(191,40,147,1) 99%);*/
  border-radius: 3px;
}
.save-boc h2 {
  width: 100%;
  text-align: left;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  font-size: 1.125rem;
}
.save-boc p {
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.save-boc .shop-now-btn {
  color: #1e306e;
  background-color: #fff;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem 0.75rem;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #fff;
}
.save-boc .shop-now-btn:hover {
  background: #1e306e;
  border: solid 1px #1e306e;
  color: #fff;
}

.save-up-sec-part {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.save-sec-part .row {
  margin-right: 0;
  margin-left: 0;
}
.save-up-sec-part p {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #1d286a;
}
.save-up-sec-part img {
  margin-bottom: 20px;
  width: 55%;
}

.bedding-accessories-main-part {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.bedding-accessories-main-part .container {
  padding-right: 0;
  padding-left: 0;
}
.bedding-accessories-main-part .row {
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
.accessories-bg {
  width: 100%;
  background-color: #f0e4f7;
  text-align: center;
  display: inline-block;
  position: absolute;
  /* right: -15px; */
}
.bedding-accessories-main-part img {
  width: 100%;
  height: 230px;
  padding-left: 5px;
}
.accessories-bg .bedding-accessories-test {
  width: 100%;
  display: inline-block;
}
.accessories-bg .bedding-accessories-test h2 {
  width: 100%;
  display: inline-block;
  color: #1d286a;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 38px;
}
.accessories-bg .bedding-accessories-test .shop-now-btn {
  color: #fff;
  background-color: #1e306e;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 20px 8px;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  border: solid 1px #1e306e;
}
.accessories-bg .bedding-accessories-test .shop-now-btn:hover {
  background: transparent;
  border: solid 1px #1e306e;
  color: #1e306e;
}

.save-pro-main-sec {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.save-pro-box {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem 0 hsla(0, 0%, 67.8%, 0.28);
  box-shadow: 0 0.1875rem 0.375rem 0 hsla(0, 0%, 67.8%, 0.28);
}
.save-box {
  width: 100%;
  display: inline-block;
  position: relative;
}
.save-pro-main-sec .row {
  margin-right: -8px;
  margin-left: -8px;
}
.save-pro-main-sec .col-md-3 {
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
}
.save-pro-box img {
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.save-pro-text-box {
  padding: 30px;
}
.save-pro-text-box h2 {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 17px;
  color: #252f6f;
  margin-bottom: 18px;
}
.save-pro-text-box p {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 1.333;
  font-weight: 400;
  margin-bottom: 50px;
}
.shop-btn {
  width: auto;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #252f6f;
  position: absolute;
  left: 27px;
  bottom: 20px;
}
.shop-btn img {
  width: auto;
  height: auto;
  border-radius: 0;
  vertical-align: sub;
}
/*===== Footer CSS =====*/
footer {
  margin-top: 0;
  width: 100%;
  float: none;
  display: inline-block;
}
.footer-top-part {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  display: inline-block;
  background: #1c286a;
}
.footer-top-part .col-md-2 {
  flex: 0 0 15.666667%;
  max-width: 15.666667%;
}
.footer-top-part .col-md-3 {
  flex: 0 0 15.666667%;
  max-width: 15.666667%;
}

.footer-top-part h3 {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}
.footer-top-part ul {
  list-style-type: none;
  font-size: 14px !important;
}
.footer-top-part ul li {
  width: 100%;
  display: inline-block;
  font-size: 14px !important;
}

.pap {
  color: white;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-top-part ul li a {
  text-decoration: none;
  font-size: 14px !important;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
}
.footer-top-part ul li a:hover {
  text-decoration: underline;
}
/* .footer-top-part .search-container {
  position: relative;
  margin-bottom: 28px;
} */
.footer-top-part input[type="text"] {
  background: #ffffff;
  width: 100%;
  padding: 0 110px 0 10px;
  border: 0;
  border-radius: 4px;
  height: 36px;
}
.footer-top-part button {
  text-transform: uppercase;
  float: right;
  padding: 7px 18px 5px;
  background: #3142a2;
  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;
  margin-right: 10px;
}
.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 {
  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 {
  padding: 0;
  margin: 0;
}
.header-main-top-part form {
  margin: 0;
  padding: 0;
}
.header-main-top-part #store-search input[type="text"] {
  height: 44px;
  width: 450px;
  margin: 0;
  padding: 0 10px;
  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"] {
  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(../images/icon-1.png);
  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(../images/icon-2.png);
  padding-left: 28px;
}
.header-main-top-part #selling-points .row > div:nth-of-type(3) span {
  background-image: url(../images/icon-3.png);
  padding-left: 22px;
}
.header-main-top-part #selling-points .row > div:nth-of-type(4) span {
  background-image: url(../images/icon-4.png);
  padding-left: 77px;
}
.header-main-top-part #selling-points .row > div:nth-of-type(5) span {
  background-image: url(../images/icon-5.png);
  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 h2 {
  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: 35%;
  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: 35%;
  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: 17px;
  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;
}

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

/*===== Responsive CSS =====*/
@media screen and (max-width: 1920px) {
  .header-menu #store-search {
    width: 21.5%;
  }
}
@media screen and (max-width: 1545px) {
  .header-new-manu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0.2rem;
  }
  .header-new-manu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }
  .footer-top-part .col-md-2 {
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
  }
  .navbar .nav-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0 0.4rem;
  }
  .date-years-main-sec ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured-products-main p {
    width: 75%;
  }
  .footer-top-part h3 {
    font-size: 14px;
  }
  /* .header-logo-sec .container {
    max-width: 960px;
  } */
}

@media screen and (max-width: 1200px) {
  .footer-top-part .col-md-2 {
    flex: 0 0 25.666667%;
    max-width: 25.666667%;
  }
  .date-years-main-sec ul li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 1199px) {
  /*===== HomePage CSS =====*/
  .date-years-main-sec ul.start-sec li img {
    width: 30px;
    height: 30px;
  }
  .review-box h2 {
    font-size: 1.1rem;
  }
  .featured-products-main p {
    font-size: 0.8rem;
  }
  /****************************************/
}

@media screen and (max-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 10px;
  }

  /*===== HomePage CSS =====*/
  .date-years-main-sec ul.start-sec li img {
    width: 22px;
    height: 22px;
  }
  .banner-text .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .banner-text .col-md-4 {
    flex: 0 0 36%;
    max-width: 36%;
  }
  .bounce-banner-text {
    z-index: 999;
  }
  ul.bonuce-icon {
    bottom: 0;
    text-align: center;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .bedding-accessories-main .bedding-accessories-img img {
    min-height: 176px;
    object-fit: cover;
  }
  ul.bonuce-icon li {
    width: 100px;
    margin-bottom: 20px;
  }
  ul.socile-icon li img {
    width: 30px;
    height: 30px;
  }
  /****************************************/
  .date-years-main-sec .row {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    width: auto;
  }
  .nav a,
  .nav a:visited {
    padding: 2px 5px !important;
  }
  .header-new-manu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0.2rem;
  }
  .devet-new-right .banner-text span {
    line-height: 35px;
  }
  .header-new-manu .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  .save-boc .shop-now-btn {
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer-top-part h3 {
    font-size: 15px;
  }
  .date-years-main-sec ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* @media screen and (max-width: 992px) {
  .footer-top-part h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu {
    position: absolute;
    width: 100%;
  }
  .navbar-dark .navbar-toggler {
    border-color: #252f6f;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
    background: url("../images/menu.png") center center no-repeat;
  }
  .navbar {
    padding: 0 1rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar .nav-item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #1d286a;
  }
  .header-menu #store-search {
    width: 100%;
    margin-top: 6px;
  }
  .dropdown-menu .nav-item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .dropdown-toggle::after {
    float: right;
    text-align: right;
    margin-top: 10px;
  }
  /*===== HomePage CSS =====
  .nav a,
  .nav a:visited {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .main-all-product-sec ul li span {
    font-size: 14px;
    line-height: normal;
  }
  .bedding-accessories-main .bedding-accessories-test h2 {
    font-size: 25px;
  }
  /****************************************/
/* .header-new-manu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-new-manu .navbar-brand {
    display: none;
    width: auto;
  }
  .navbar-sec {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .header-new-manu ul.navbar-nav li {
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #1c286a;
  }
  .date-years-main-sec .col-md-2 {
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
  }

  .header-menu .col-md-2 {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .save-boc .shop-now-btn {
    padding-right: 40px;
    padding-left: 40px;
  }
  .save-pro-main-sec .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-products-main .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-products-main span {
    position: relative;
    top: 0;
    left: inherit;
    margin-right: 0;
    transform: translate(0%, 0%);
  }
  .featured-box {
    margin-bottom: 30px;
  }
  .footer-top-part .last-col {
    width: 100%;
  }
} */

@media screen and (max-width: 768px) {
  /*===== Header CSS =====*/
  /*.header-main-top-part{padding-bottom: 40px;}*/
  .header-top-new1 .carousel {
    height: auto;
  }
  /* .header-logo-sec #store-search .input-group-btn {
    position: absolute;
    right: 0;
  } */

  .header-logo-top-part .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.header-logo-left-part {
    text-align: center;
  }
  ul.header-logo-right-part {
    text-align: center;
    /*===== HomePage CSS =====*/
  }
  .main-all-product-sec {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .main-all-product-sec ul li {
    float: none;
    display: inline-block;
    width: 15%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .bounce-main-part img {
    min-height: 400px;
    object-fit: contain;
  }
  .date-years-main-sec .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .bedding-accessories-main .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bedding-accessories-main .bedding-accessories-img {
    width: 100%;
  }
  .bedding-accessories-main .bedding-accessories-test {
    width: 100%;
  }
  .bedding-accessories-main .bedding-accessories-img img {
    min-height: inherit;
    object-fit: cover;
  }
  ul.bonuce-icon li {
    width: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .banner-text .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .banner-text p {
    font-size: 13px;
    line-height: 22px;
  }
  .date-years-main-sec ul.start-sec {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  /****************************************/
  .header-main-top-part #store-links {
    display: none;
  }
  .copy-right-part .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .copy-right-part .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .copy-right-part ul {
    float: none;
    display: inline-block;
  }
  .copy-right-part {
    text-align: center;
  }
  .featured-products-main h2 {
    margin-bottom: 25px !important;
    font-size: 24px;
  }
  .accessories-bg .bedding-accessories-test h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .save-up-sec-part p {
    font-size: 16px;
  }
  .devet-new-sec .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .baby-cot-sec .banner-text p {
    width: 100%;
  }
  .devet-new-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .devet-new-right .banner-text h2 {
    font-size: 26px;
  }
  .devet-new-right .banner-text span {
    font-size: 22px;
  }

  .date-years-main-sec .row {
    width: auto;
    /* margin-left: -15px; */
  }
  .featured-products-main h2::before {
    top: 16px;
  }
  .save-boc .shop-now-btn {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }
  ul.bonuce-icon {
    position: relative;
    top: -120px;
    background: #f6f4f5;
  }
  .cool-max-top-sec p {
    position: relative;
  }
  .header-main-top-part p {
    font-size: 13px;
  }
  .header-logo-part .col-md-8 {
    padding-right: 0;
    padding-left: 0;
  }
  .header-logo-part #custom-search-input {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu {
    margin: 0;
    top: -120px;
    position: relative;
  }
  .nav ul {
    text-align: left;
  }
  .nav a,
  .nav a:visited {
    color: #fff; /*padding-top: 10px !important; padding-bottom: 10px !important;*/
  }
  .header-logo-part {
    text-align: center;
    position: relative;
    top: -25px;
  }
  .header-logo-part #custom-search-input .search-query {
    max-width: 100%;
  }
  .header-main-top-part a {
    margin-right: 75px;
  }
  .header-main-top-part .col-md-7,
  .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .date-years-main-sec ul.start-sec {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  /****************************************/

  .header-logo-top-part {
    text-align: center;
  }
  ul.header-logo-left-part {
    text-align: center;
  }
  ul.header-logo-right-part {
    text-align: center;
  }
  ul.header-logo-right-part li {
    padding-left: 15px;
    padding-right: 5px;
  }
  ul.header-logo-left-part li {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 15px;
  }
  /* .header-logo-sec #store-search {
    width: 100%;
  }
  .header-logo-sec #store-search input[type="text"] {
    width: 100%;
  } */
  .devet-new-right .banner-text {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .accessories-bg {
    position: relative;
    right: inherit;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .cool-max-top-sec p {
    padding-right: 10px;
    padding-left: 10px;
  }
  .save-boc h2 {
    font-size: 27px;
    text-align: center;
  }
  .save-boc p {
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .save-boc h2 {
    margin-bottom: 5px;
  }
  .save-boc .shop-now-btn {
    margin: 0 auto;
  }

  /*===== HomePage CSS =====*/
  .banner-text .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .banner-text .col-md-4 {
    flex: 0 0 51%;
    max-width: 51%;
  }
  .main-all-product-sec ul li {
    width: 25%;
  }
  ul.bonuce-icon li {
    width: 25%;
    padding-bottom: 10px;
  }
  .sale-on-sec-part ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  /****************************************/
  .cot-duvet-new-text {
    padding-right: 15px;
  }
  .cot-duvet-new-img {
    padding-left: 15px;
  }
  .save-up-sec-part img {
    width: 50%;
  }
  .save-up-sec-part p {
    margin-bottom: 20px;
  }
  .featured-products-main {
    text-align: center;
  }
  .featured-products-main img {
    width: 50%;
    min-height: inherit;
  }

  .devet-new-sec img {
    height: auto;
  }
  .cool-max-top-sec img {
    /*height: auto;*/
    object-fit: cover;
  }
  ul.bonuce-icon {
    top: -120px;
    padding-bottom: 0;
    background-color: transparent;
  }
  .cool-max-top-sec {
    background-color: #f6f4f5;
  }

  /*===== Footer CSS =====*/
  .footer-top-part {
    padding-bottom: 0;
  }
  .footer-top-part img {
    margin-bottom: 15px;
  }
  .footer-top-part ul {
    margin-bottom: 15px;
  }
  .footer-top-part .last-col {
    padding-top: 0;
  }
  .copy-right-part p {
    text-align: center;
  }
  .copy-right-part ul {
    width: 100%;
    text-align: center;
  }
  .copy-right-part ul li {
    float: none;
  }
  .pull-right {
    right: 18%;
    margin-right: -45%;
  }
  /****************************************/
  .header-main-top-part #menu-space .nav {
    padding-left: 0 !important;
  }
  .header-main-top-part #menu-space .nav a,
  .nav a:visited {
    background-color: #1e306e;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .nav a,
  .nav a:visited {
    border-bottom: solid 1px #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #fff !important;
  }
  .header-main-top-part #store-search input[type="text"] {
    width: 390px;
  }
}

@media screen and (max-width: 640px) {
  .logo img {
    width: 67%;
  }
  /*===== HomePage CSS =====*/
  .main-all-product-sec ul li {
    width: 30%;
  }
  .banner-text .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .banner-text .col-md-4 {
    flex: 0 0 36%;
    max-width: 36%;
  }
  .pull-right {
    width: 75%;
  }
  .banner-text .col-md-5 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .banner-text span {
    font-size: 24px;
  }
  /****************************************/
  .cool-max-top-logo img {
    max-width: 250px;
  }
  .header-main-top-part #page-logo {
    position: relative;
    left: inherit;
  }
  .header-main-top-part #page-logo img {
    margin-right: 0;
    left: 0;
  }
  .header-main-top-part #page-logo a {
    margin-right: 0;
    left: inherit;
  }
  .header-main-top-part #store-search {
    width: 100%;
    margin-left: 0;
  }
  .main-menu {
    top: -254px;
  }
  .cool-max-top-sec p {
    position: relative;
    display: inherit;
    margin: 0 auto;
  }
  .featured-products-main .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .save-pro-main-sec .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top-part .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top-part .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  /*===== Header CSS =====*/
  #slider {
    height: 100px;
    width: 100%;
  }
  .header-main-top-part .col-md-7,
  .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header-main-top-part a {
    float: left;
    margin-right: 0;
  }

  /****************************************/
  /*===== HomePage CSS =====*/
  .banner-text .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-text .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-text .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /****************************************/
  .main-menu {
    top: -300px;
  }
  .featured-products-main img {
    width: 70%;
    min-height: inherit;
  }
}

@media screen and (max-width: 360px) {
  .logo img {
    width: 50%;
  }
  /*===== HomePage CSS =====*/
  .main-all-product-sec ul li {
    width: 45%;
  }
  .banner-text .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-text .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.bonuce-icon li {
    width: 45%;
  }
  .pull-right {
    width: auto;
    right: 0;
    margin-right: -55%;
  }
  /****************************************/
  .main-menu {
    top: -300px;
  }
}

/* adds some margin below the link sets  */

.menu-drop {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  border-radius: 0 0 8px 8px;
  width: 100%;
  display: inline-block;
  padding: 25px 25px;
}

.navbar .dropdown-menu {
  border: none;
  background-color: transparent !important;
  border: none !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 45px;

    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
