body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
.bg-primary-color {
    background-color: #3b589e;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
/* header  css */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navbar-section {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 5px 5px -8px;
}
.navbar-section-mobile-hr {
    display: none;
}
.custom-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.custom-sidenav .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* .custom-sidenav a:hover {
    color: #f1f1f1;
} */
.custom-body .closebtn{
    display: block !important;
}
.custom-sidenav .closebtn {
    position: fixed;
    top: 0;
    right: 0px;
    font-size: 36px;
    display: none;
    color: #fff;
}
.slick-prev:before, .slick-next:before {
    color: #3b589e !important;
}
@media screen and (max-width: 767px) {
#CheckoutModal .modal-dialog {
    margin: 70px auto !important;
    width: 90%;
}

#edtcheckoutModal .modal-dialog {
    margin: 70px auto !important;
    width: 90%;
}

.product-button-alt {
    left: 195px !important;
}
}
@media screen and (max-height: 450px) {
    .custom-sidenav {
        padding-top: 15px;
    }

    .custom-sidenav a {
        font-size: 18px;
    }
}
.custom-sidenav-innerdiv {
    padding: 0px 25px;
}
.header-sidenav-img {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.header-search-input {
    display: flex;
    padding: 30px 0px;
}
.header-search-field,
.header-search-field:focus {
    background-color: transparent;
    border-radius: 0 !important;
    color: #3b589e;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #3b589e;
}

.header-search-field::placeholder {
    color: #3b589e;
}

.header-search-input.input.form-control.header-search-field {
    border-bottom: 1px solid #3b589e;
}
.header-search-icon-div {
    position: absolute;
    right: 30px;
    color: #3b589e;
    font-size: 19px;
}
.header-nav-item .nav-link {
    color: #3b589e;
}
.header-nav-item .nav-link:hover {
    color: #032576;
}
.header-dropdown-menu {
    border: none;
}
.header-custom-dropdown-item {
    padding: 0px;
}
.header-nav-item {
    padding: 10px 0px;
}
.header-signin-signup {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.header-custom-fill-btn {
    border-radius: 20px;
    background: #3b589e;
    color: #fff !important;
    font-size: 16px;
    padding: 8px 20px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #3b589e;
    width: 48%;
    text-align: center;
}

.header-custom-outline-btn {
    border-radius: 20px;
    color: #3b589e;
    padding: 8px 20px;
    text-decoration: none;
    border: 1px solid #3b589e;
    width: 48%;
    text-align: center;
}
.header-dropdown-toggle::after{
    position: absolute;
    right: 0;
    top: 27px;
}
.custom-body{
    position: relative;
}
.custom-body::after{
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000!important;
    position: absolute;
    top: 0;
    z-index: 9999;
    opacity: 0.7;
}

.upper-headers {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.search-div-with-btn {
    width: 70%;
    display: flex;
    justify-content: space-around;
}

.search-input {
    width: 100%;
    position: relative;
    max-width: 406px;
    display: flex;
}
.cart-count {
    position: absolute;
    top: 0;
    border-radius: 50%;
    right: -7px;
    background-color: #ff3434;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-icon {
    font-size: 24px;
}
.cart-btn {
    position: relative;
    color: #fff;
}
a.search-icon-div {
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
    font-size: 19px;
}
.custom-fill-btn {
    border-radius: 20px;
    background: #fff;
    color: #3b589e;
    font-size: 16px;
    padding: 5px 30px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
}
.custom-outline-btn {
    border-radius: 20px;
    color: #fff;
    padding: 5px 30px;
    text-decoration: none;
    border: 1px solid #fff;
}
.custom-outline-btn:hover {
    background: #fff;
    color: #3b589e;
}
.custom-fill-btn:hover {
    background: transparent;
    color: #fff;
}
.both-btns .custom-outline-btn {
    margin-left: 10px;
}
.both-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-left: -81px; */
}

.custom-signin {
    margin-right: 6px;
}
.search-field,
.search-field:focus {
    background-color: transparent;
    border-radius: 0 !important;
    color: #fff;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.search-field::placeholder {
    color: #fff;
}
.search-input.input.form-control.search-field {
    border-bottom: 1px solid #fff;
}
.cart-btn {
    padding-left: 12px !important;
}
.dropdown-username {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.dropdown-username:active,
.dropdown-username:hover,
.dropdown-username:focus-visible {
    background-color: #fff !important;
    color: #3b589e !important;
}
.header-ham-burger {
    display: none;
}

/* header css end */
/* .search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search input::-ms-input-placeholder {
    color: #fff;
}

.search input::-webkit-input-placeholder {
    color: #fff;
} */
/* navbar css start */

.custom-navbar {
    padding: 0px !important;
    background-color: #ffffff !important;
    letter-spacing: 0px;
    color: #3b589e;
    opacity: 1;
    font-size: 16px !important;
}
.col-12.dropdown-menu.custom-dropdown-menu.show {
    min-width: 500px;
    margin:0;
}
.table-responsive{width: 100%;}
.custom-nav-collapse {
    padding: 0px;
    margin-left: -10px;
}
a.nav-link.custom-nav-link {
    padding-left: 0px !important;
}

.custom-nav-item {
    color: #3b589e;
    padding-left: 25px;
}
.custom-nav-item-home {
    padding: 0px;
}
.dropdown-item-icon {
    margin-right: 5px;
}

.dropdown-menu-list ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 100%;
}
.dropdown-menu-list ul li {
    padding: 10px 0px;
    width: 33%;
}
.custom-dropdown:hover > .custom-dropdown-menu {
    display: block;
    min-width: 500px;
    margin-top: 0;
}
.product-detail-list .product-details a {
    text-decoration: none;
}
.product-detail-list .product-details a.prod-title {
    text-decoration: none;
    height: 55px;
    display: block;
}
.product-detail-list .product-details a h4 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0 0 8px;
}
.custom-dropdown-item span {
    padding-left: 10px;
    color: #353535;
    font-size: 16px;
}
.custom-dropdown-item img {
    height: 16px;
    width: 16px;
}
.custom-nav-link {
    color: #3b589e;
}
.custom-nav-link:hover {
    color: #032576;
}
/* nav css end  */
/* carousel starts  */
.carousel-gif-img figure {
    width: 294px;
    height: 300px;
}
.carousel-gif-img figure img {
    width: 100%;
    height: 300;
    object-fit: contain;
}
.carousel-section {
    background-color: #3b589e;
}
.carousel-text {
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
}
.carousel-item-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    padding: 2px 0px;
}
p:empty{
    display: none;
}
.carousel-text-celebration {
    font-size: 32px;
    padding-bottom: 10px;
}
.carousel-text p{
    font-size: 16px;
    padding:   0px;
}
.shop-now a {
    padding: 6px 20px;
}

/* boom york div */

.space-top-bottom {
    padding: 80px 0;
}
.main-boom-york {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-boom-york-left {
    width: 68%;
}
.main-boom-york-right {
    width: 30%;
}
.cart-table input {
    height: 24px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: auto;
}
.increment-decrement {
    display: flex;
    padding: 5px 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
}
.increment-decrement span{
    margin-right: 10px;
}
.boom-york-div {
    color: #3b589e;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 60px;
}
.boom-york-row-first-div {
    border-radius: 20px;
    padding: 20px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    margin: 10px 0;
    position: relative;
    background-color: #3b589e;
}

.boom-york-row-div:hover:before {
    width: 70%;
}
.boom-york-section a {
    text-decoration: none;
    color: #353535;
}
.boom-york-row-div:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 47px;
    background: #3b589e;
    top: 0;
    transition: 0.5s;
}
.boom-york-row-div {
    background: #d7e1f7;
    border-radius: 20px;
    padding: 20px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height:180px;
    margin: 10px 0;
    position: relative;
}
.boom-york-row-div figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.boom-york-row-div figure {
    width: 47px;
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
}
.inner-boom-york {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: stretch;
}
.boom-york-row-first-div img {
    width: 100%;
    padding: 30px;
}
/* img {
  width: 100%;
} */
.boom-york-row-div-img {
    padding-top: 36px;
}
.boom-york-row-div-text {
    font-weight: 600;
    color: #353535;
}
.main-boom-york-right .boom-york-div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* boom york div end */
.seasonal-gift {
    width: 100%;
    justify-content: space-between;
    /* display: flex; */
}

.seasonal-gift-center {
    width: 80%;
    display: flex;
    color: #ffffff;
    font-size: 40px;
    align-items: center;
    margin: auto;
}

.seasonal-gift-right img {
    float: right;
}
.seasonal-gift-container .dot-image img {
    padding-right: 20px;
}
.custom-orderNow {
    font-size: 16px;
    padding: 8px 20px;
}
.seasonal-gift-container {
    background-color: #3b589e;
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.seasonal-gift-center-content {
    width: 65%;
}
.seasonal-gift-center-image {
    width: 35%;
}
.seasonal-gift-center-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.seasonal-gift-text1 {
    font-weight: 600;
}
.seasonal-gift-text2 {
    font-size: 20px;
}
/* right side carousel  */
.custom-carousel-indicators {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #d7e1f7 !important;
}
.slide-indicators .active {
    background-color: #3b589e !important;
}
.slide-indicators {
    bottom: -60px !important;
}
.carousel-right-images {
    border-radius: 2%;
}
.carousel-image-container {
    position: relative;
    text-align: center;
    color: #ffffff;
}
.carousel-text-display {
    position: absolute;
    bottom: 16px;
    left: 16px;
}
.carousel-text-display h4 {
    font-size: 20px;
    line-height: 1.6em;
}
.carousel-text-display p {
    font-size: 12px;
}

.carousel-price {
    position: absolute;
    top: 40px;
    right: 0.1px;
    color: #ff4040;
    background-color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    padding: 2px 14px;
}
.carousel-price span {
    color: #d3d3d3;
    font-size: 18px;
    font-weight: 300;
}

/* footer css  */
.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 100px 0px;
    color: #3b589e;
    padding-right: 0px;
}
.footer-container-div1 {
    width: 33%;
}
.footer-container-div2 {
    width: 33%;
}
.footer-container-div3 {
    width: 33%;
}
.footer-container-div4 {
    width: 38%;
}
.footer-container-div2 h3 {
    font-size: 20px;
}
.footer-container-div2 ul {
    list-style: none;
    padding: 0px;
    font-size: 16px;
    padding-top: 10px;
}
.footer-container-div2 li {
    padding: 12px 0px;
}
.footer-container-div2 a {
    text-decoration: none;
    color: #3b589e;
}
.footer-container-div4 h3 {
    font-size: 20px;
}
.footer-container-div4 p {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 15px;
}
.footer-input,
.footer-input:focus {
    background-color: transparent;
    border-radius: 0 !important;
    color: #3b589e !important;
    box-shadow: none;
    border-color: #3b589e;
    border-top-left-radius: 19px !important;
    border-bottom-left-radius: 19px !important;
    border: 2px solid;
}

.footer-subscribe {
    border-radius: 0px;
    color: #ffff;
    background-color: #3b589e;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    font-size: 18px;
}
.footer-container-inner-div {
    width: 100%;
    padding-top: 24px;
}
.custom-dropdown-menu {
    left: 0;
}
.contact-icons-info-detail {
    text-decoration: none;
}
.contact-icons-info-detail:hover {
    color: #3b589e;
}
.footer-icons {
    display: flex;
    padding-bottom: 35px;
}
.footer-icons p {
    font-size: 16px;
    color: #3b589e !important;
    width: 61%;
}
.footer-icons-div {
    width: 44%;
    display: flex;
    justify-content: center;
}
.footer-icons-inner-div {
    width: auto;
    display: flex;
    justify-content: space-between;
}
.footer-social-icon a {
    height: 31px;
    width: 31px;
    background-color: #3b589e;
    color: #ffffff;
    position: relative;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.product-button {
    margin-left: 15px;
}
.footer-links {
    display: flex;
    width: 100%;
}
.footer-social-icon {
    margin-right: 20px;
}
.carousel-prev-icon {
    width: 25px !important;
    /* margin-left: -50px; */
}

.carousel-next-icon {
    width: 25px !important;
    /* margin-right: -50px; */
}
.carousel-text-gif {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Profile css start */
.profile-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    padding: 30px 0px;
}
​ .profile-input,
.profile-input-div input,
.profile-input-div input:focus {
    background-color: transparent;
    border-color: #c7ccd2;
    border-radius: 0 !important;
    box-shadow: none;
    border-radius: 19px !important;
    font-size: 14px;
    height: 40px;
}
​ .profile-container-input label {
    padding: 5px 10px;
    font-size: 18px;
}
.profile-input-div label {
    padding-left: 10px;
}

.profile-container {
    width: 85%;
    margin: auto;
}

.profile-submit-button {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px 0px;
}

.profile-submit-button button {
    background: #3b589e;
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.profile-hr {
    background-color: #3b589e;
    height: 10px;
    width: 100%;
    opacity: 1;
    margin: 80px 0px;
}

label.error {
    position: absolute;
    top: 38px;
    font-size: 12px;
    left: 10px;
    color: red;
}

span.required-role {
    color: red;
}

/* Profile css end */
/* About-us css start */
.about-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.aboutImg {
    width: 100%;
}

.about-us-content {
    padding: 80px 0px;
}

.about-us-content p {
    font-size: 14px;
    text-align: center;
    padding-top: 25px;
    width: 80%;
    margin: auto;
}

.about-us-heading {
    font-size: 32px;
    color: #3b589e;
    text-align: center;
    position: relative;
}
.bedding-heading {
    font-size: 32px;
    color: #3b589e;
    text-align: center;
    position: relative;
}
.bedding-heading::before {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #3B589E;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 2px 0;
	}
h1.about-us-heading::before {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #3B589E;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 2px 0;
	}

.values-content p {
    font-size: 14px;
    text-align: center;
    padding-top: 25px;
    width: 80%;
    margin: auto;
}

.values-heading {
    font-size: 32px;
    color: #3b589e;
    text-align: center;
}

.aboutus-hr {
    background-color: #3b589e;
    height: 10px;
    width: 100%;
    opacity: 1;
    margin: 80px 0px;
}
/* About-us css end */

/* Contact-us css start */
.contact-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contactImg {
    width: 100%;
}

.contactus-hr {
    background-color: #3b589e;
    height: 10px;
    width: 100%;
    opacity: 1;
    /* margin: 80px 0px; */
}

.contact-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 90px 0px;
    margin: auto;
}

.contact-icons-info {
    text-align: center;
    /* width: 25%; */
}
.contact-icons-info .contact-icons-info-heading {
    font-size: 24px;
    color: #3b589e;
    padding: 12px 0px;
}

.contact-icons-info-detail {
    font-size: 14px;
    color: #000000de;
}

/* Contact-us css end */

/* Product list css start */
.bedding-heading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #3b589e;
    padding-bottom: 80px;
}

.carousel-prev-icon {
    width: 25px !important;
}

.carousel-next-icon {
    width: 25px !important;
}

.carousel-text-bed {
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    /* padding: 30px 0px 30px 135px; */
    width: 100%;
}

.custom-service-fill-btn:hover {
    color: #fff;
    text-decoration: none;
}
.invalid-feedback {
    font-size: 12px;
    position: absolute;
    bottom: -19px;
    left: 9px;
    text-align: left;
}
.carousel-text-gif img {
    width: 100%;
}
.bedding-image {
    border-radius: 20px;
    flex-direction: column;
    height: calc(100% - 20px);
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.shop-now {
    margin-top: 15px;
}
.bedding-image:hover:before {
    width: 70%;
}

.bedding-image:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 47px;
    background: #3b589e;
    left: 16px;
    top: 0;
    transition: 0.5s;
}
.bedding-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bedding-image figure {
    width: 100%;
    overflow: hidden;
    height: 182px;
    margin-bottom: 0;
}
.bedding-image div {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 15px;
    word-wrap: break-word;
}

/* .image-dots figure {
		width: 220px;
		overflow: hidden;
	}
	
	.image-dots figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	} */

.dot-image img {
    width: 100%;
}

.seasonal-bedding {
    display: flex;
    text-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 40px;
}

.section-image {
    text-align: right;
    padding-top: 40px;
}

.seasonal-gift-center-content {
    width: 100%;
    text-align: center;
}

/* Product list css end */

/* Product Detail css start */

.product-detail-carousel {
    width: 40%;
}

.js .slider-single > div:nth-child(1n + 2) {
    display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n + 2) {
    display: block;
}

.product-detail-carousel .slider-small-img {
    position: relative;
}

.product-detail-carousel .slider-small-img img {
    width: 100%;
}

.big-show-image figure {
    height: 400px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.big-show-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail {
    display: flex;
    padding: 50px 0px;
    justify-content: space-between;
}

.product-detail-carousel .slider-nav h3::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.product-detail-carousel .slider-nav h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-detail-carousel .slider-nav .slick-slide {
    cursor: pointer;
}

.product-detail-carousel .slick-slide.is-active h3 {
    color: #c00;
    background-color: #fff;
}

.product-detail-carousel .slick-slide {
    padding-right: 10px;
}
.cart-heading i.fa.fa-shopping-cart {
    margin-right: 10px;
}
.slider-small-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.product-detail-carousel .slick-initialized .slick-slide img {
    width: 100%;
    border-radius: 9px;
    object-fit: contain;
}

.product-description {
    width: 55%;
}

.product-description-heading {
    font-size: 18px;
    color: #000000de;
}

.product-price {
    color: #3b589e;
    padding: 10px 0px;
    font-size: 24px;
}

.product-price .product-price-strike {
    color: #d3d3d3;
    font-size: 18px;
}

.product-price .product-price-description {
    font-size: 12px;
    color: #09bf0f;
    display: block;
}

.product-specification {
    color: #000000de;
    font-size: 18px;
    padding: 10px 0px;
}

.product-specification-detail {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.product-specification-left {
    width: 25%;
}

.product-specification-right {
    width: 74%;
}

.product-specification-left ul {
    list-style: none;
    font-size: 14px;
    color: #3b589e;
    padding: 0px 8px;
}

.product-specification-left ul li,
.product-specification-right ul li {
    padding: 5px 0px;
}

.product-specification-right ul {
    list-style: none;
    font-size: 14px;
    color: #000000de;
}

.product-description .custom-card-body {
    padding: 0px;
}

.product-select-size {
    font-size: 18px;
    color: #000000de;
    padding: 30px 0px;
}

.add-to-cart {
    border-radius: 20px;
    background: #3b589e;
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
}
input.form-control.search-field {
    padding: 0;
}
.add-to-cart:hover {
    background: transparent;
    color: #3b589e;
    border-color: #3b589e;
}

/* .buy-now-checkout {
    border-radius: 20px;
    background: #3b589e;
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
}

.buy-now-checkout:hover {
    background: transparent;
    color: #3b589e;
    border-color: #3b589e;
} */

.product-select-option {
    display: flex;
    align-items: center;
    /* width: 38%;
		justify-content: space-between; */
}

.product-select-option .product-select .form-select {
    border-radius: 2rem;
}

.product-description-text {
    font-size: 18px;
    color: #000000de;
    padding: 0px 0px 30px;
}

.product-button-alt {
    position: relative;
    left: 200px;
    bottom: 38px;
}

h4.product-no {
    text-align: center;
}

#CheckoutModal .modal-dialog {
    margin: 130px auto 0;
}

#checkoutModalCart .modal-dialog {
    margin: 130px auto 0;
}

#edtcheckoutModal .modal-dialog {
    margin: 130px auto 0;
}

	.product-description-card{
		font-size: 14px;
		color: #000000DE;
	}
	
	#carouselExampleIndicators .carousel-item {
        height: 417px;
    }
    #carouselExampleIndicators .carousel-item a {
        height: 100%;
        display: block;
    }
    img.d-block.w-100 {
        height: 100%;
    }
    .cart-page-detail-table{
        width: 100%!important;
        font-size: 14px;
    }
    .cart-page-left-data{
        color: #3B589E;
        width: 30%;
        padding: 10px;
    }
    .cart-page-right-data {
        width: 70%;
        color: #000000DE;
        display: flex;
        padding: 10px;
    }

    .attribute-value-cart {
        display: flex;
        padding-right: 10px;
    }
    
    .cart-attr-text {
        padding-left: 1px;
    }
.product-description-card {
    font-size: 14px;
    color: #000000de;
}

/* .product-button {
    padding-left: 15px;
} */
/* Product Detail Css end */

/* Home-page dynamic  */

.carousel-text-display {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    background: rgb(59 88 158 / 60%);
    padding: 10px;
}

a.category-list {
    text-decoration: none;
    color: #212529;
}

p.product-price-details {
    color: #3b589e;
    padding: 10px 0px;
    font-size: 24px;
}
a.category-list {
    text-decoration: none;
    color: #212529;
}

.price {
    color: #ff4040 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

/* load-more button css */
.custom-btn {
    background: #3b589e;
    text-decoration: none;
    color: #fff;
    padding: 10px 40px;
    margin-top: 30px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #3b589e;
}
.custom-btn:hover {
    background: #fff;
}
.category-data {
    display: block;
    line-height: 50px;
    border-radius: 30px;
    display: none;
    margin-bottom: 25px;
}

/* load more css end */
/* end */

/* Loader css start */
#preloder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    /* background: #000; */
    background: transparent;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

/* Loader css end */

p.services-text:hover {
    text-decoration: underline;
    color: #3b589e;
}

.not-available{
    text-align: center;
}

.carousel-gif img {
    width: 100%;
}
section.product-detail-list .col-lg-4.col-md-6.col-6 {
    margin-bottom: 20px;
}
.bedding-image figure:before {
    content: '';
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 18%);
    width: 100%;
    height: 100%;
}
img.checked {
    width: 120px;
    display: block;
    margin: auto;
}
.invalid-feedback-phone, .invalid-feedback-email , .invalid-feedback-address-line1, .invalid-feedback-address-line2, .invalid-feedback-city, .invalid-feedback-state, .invalid-feedback-postal{
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
    text-align: left;
}

.attribute-value-cart input[type="radio"] {
    margin-right: 5px;
}
.alert.alert-success.alert-block.alert-disable {
    text-align: center;
}
.product-detail-list .product-card {
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #fff;
    padding: 0;
    height: 100%;
}
.product-detail-list .product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background: #fff;
}

.product-detail-list .product-tumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-list .product-details {
    padding: 0 20px 20px;
    margin-top: 0;
}
.product-detail-list .col-lg-3.col-md-6.col-6 {
    margin-bottom: 25px;
}
.product-detail-list .product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-detail-list .product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-detail-list .product-details h4 a:hover {
    color: #3b589e;
}

.product-detail-list .product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-detail-list .product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-detail-list .product-bottom-details div {
    float: left;
    width: 100%;
}

.product-detail-list .product-price {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 0;
}
.product-detail-list .product-tumb figure {
    margin: 0;
    /* max-height: 366px; */
    overflow: hidden;
    width: 100%;
}
.product-detail-list .product-tumb img {
    width: 100%;
    height: 225px;
    object-fit: contain;
}
.carousel-gif figure {
    height: 350px;
    overflow: hidden;
    margin: 0;
}
.product-detail-list .product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-detail-list .product-links {
    text-align: right;
}

.product-detail-list .product-links a {
  display: inline-block;
  margin-left: 5px;
  color: #e1e1e1;
  transition: 0.3s;
  font-size: 17px;
}

.product-detail-list .product-links a:hover {
  color: #3b589e;
}
.content-wrapper {
    margin: 40px 0;
}
section.blue-rect-box {
    background-color: #3b589e;
    padding: 10px 0;
}
.cart-product-detail .cart-product-detail-text {
    font-size: 16px;
    height: 50px;
}
.carousel-gif figure {
    height: 350px;
    overflow: hidden;
    margin: 0;
    display: flex;
    align-items: center;
}

section.product-detail-list .col-lg-4.col-md-6.col-12 {
    margin-bottom: 40px;
}
/* .cart-shipping-left div {
    display: block;
    margin: 0 0 10px;
} */
.cart-shipping-left div span, .cart-shipping-left div p {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    font-size: 18px;
}
.cart-shipping-left div input {
    margin-bottom: 15px;
    margin-right: 8px;
}
.cart-shipping-left div {
    margin: 0 0 10px;
}
.cart-shipping-left div span {
    margin-top: -3px;
}

.cart-shipping-left div p {
    margin: 0;
    padding: 0 0 10px;
    height: auto;
    text-align: left;
    color: #000;
    font-size: 13px;
}
.modal.fade.bd-example-modal-lg.service-modal.show {
    z-index: 9999;
}

/* update cart buttonset */

.cart-table span {cursor:pointer; }
.cart-table .number {
    margin: 0;
    display: flex;
    align-items: center;
}
.cart-table .minus, .cart-table .plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 17px;
    margin: 0 3px;
}
.cart-table input {
    height: 24px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
button.search-icon-div {
    background-color: transparent;
    border-radius: 0 !important;
    color: #fff;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}   

.category-data li {
    line-height: 2;
}
form.buy-now-form {
    position: relative;
    top: -38px;
    left: 178px;
}

.buy-now-form {
    position: relative;
    top: -38px;
    left: 178px;
}
.shipping-address .modal-dialog {
    max-width: 600px;
    text-align: center;
}
p.slctd-address {
    margin: 15px 0;
}
h3.select-address {
    margin: 0 0 10px;
}
.shipping-address .input-group {
    margin: 0 5px;
}
body.sb-nav-fixed.modal-open {
    padding: 0 !important;
}

.no-category {
    text-align: center;
}

.eye-icon-buy{
    position: absolute;
    top: 45px;
    right: 4px;
    transform: translateX(-50%);
    color: #c1c7cd;
    font-size: 20px;
}

.eye-icon-cart{
    position: absolute;
    top: 45px;
    right: 4px;
    transform: translateX(-50%);
    color: #c1c7cd;
    font-size: 20px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input, select {
    box-shadow: none !important;
}

#CheckoutModal label.error {
    top: inherit;
    margin: -5px 0 0 0;
    left: 0;
}