@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');



@font-face {
  font-family: 'Helvetica Neue';
  src: url('./fonts/HelveticaNeue-Light.woff2') format('woff2'),
      url('./fonts/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('./fonts/HelveticaNeue-Medium.woff2') format('woff2'),
      url('./fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('./fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
      url('./fonts/HelveticaNeue-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('./fonts/HelveticaNeue-Thin.woff2') format('woff2'),
      url('./fonts/HelveticaNeue-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('./fonts/HelveticaNeue-Bold.woff2') format('woff2'),
      url('./fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




/* Header CSS Start */

* {box-sizing: border-box;}


html body {
  margin: 0;
  padding: 0;
  background: rgb(205, 118, 130);
  background: #fff;
  font-size: 16px;
  font-family: 'Helvetica Neue', 'sans-serif';
  overflow-x: hidden;
  padding: 0 !important;
}
html {
  scroll-behavior: smooth;
}
/* .header {
  overflow: hidden;
  background-color: #0071ce;
  padding: 18px 0px;
  align-items: center;
}

 .header a.logo { float: left;} 
button.menu {
  background: transparent;
  margin-top: 22px;
  transition: all 200ms ease-in-out;
  border: none;
}
button.menu i.fa.fa-bars::before {
  font-size: 22px;
  color: #ffffff;
}
.header-right { 
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

button.btn.btn-secondary.search-btn {
  background: #FFC221;
  border: none;
  padding: 11px 41px;
}
.serch-bar input.form-control {
  border-radius: 10px;
}
.serch-bar .fa-search:before {
  content: "\f002";
  width: 24px;
  font-size: 24px;
  color: #0071ce;
}
.fa-shopping-cart:before {
  color: #FFFFFF;
  height: 26px;
  width: 26px;
}
.cart span {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 0 15px 0;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
  box-shadow: none !important;
  outline: none !important;
}
.header-right .dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}
.header-right .dropdown-toggle::after {
  display: none;
}
button:focus {
  box-shadow: none !important;
}
.serch-bar {
  padding-top: 10px;
} */

/***************header*****************/

body ul {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
  
}
body a:hover {
  text-decoration: none;
}
body p {
  color: #282828;
  line-height: 22px;
}
body label {
  margin: 0;
  font-weight: normal;
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

ul.nav-list {
  display: flex;
  justify-content: space-around;
}
ul.nav-list li {
  margin-top: 18px;
}

ul.nav-list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: no-repeat;
  border: none;
  padding: 0;
  align-items: center;
  text-shadow: unset;
    box-shadow: none;
}

ul.nav-list li a span {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #000000;
}

ul.nav-list li a:hover {
  background: none;
}


ul.nav-list li a img {
  height: 78px;
  width: 78px;
}
.header.content {
    display: none;
}

ul.nav-list li a span {
  padding-top: 6px;
}

.container {
    width: 85% !important;
     max-width: 100% !important;
}
.breadcrumbs {
    width: 85% !important;
    max-width: 100% !important;
}
.topbar {
    background: #ffc221;
}
.header-inner {
  background: #0071ce;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:active {
  border-color: unset !important;
  box-shadow: unset !important;
  background-color: transparent;
}

.hed-items {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  align-items: center;
}
.logo {margin: 0 !important;}
.logo h1 {
    margin-bottom: 0px;
}
.department a {
  background: none;
  border: none;
}
.department a:hover {
  background: transparent;
  box-shadow: 0 0 0;
  border: none;
}
.search-wrap input {
  width: 100% !important;
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  color: #000;
  outline: none;
  height: 50px;
}

.search-wrap {
  width: 100%;;
}

.header-search {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
}
.search-wrap button {
  position: absolute;
    right: 00;
    border: none;
    width: 102px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    background: #FFC221;
    top: 0;
}
.minicart-wrapper .action.showcart:before{
    content: " " !important;
    background-image: url(../images/cart.svg);
    height: 25px !important;
    width: 26px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cart-in span.text {
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-left: 6px;
    align-items: center;
    vertical-align: middle;
    height: unset !important;
    width: unset !important;
}
.cart-in button.cart-btn {
  background: none;
  border: none;
}

button.cart-btn {
  position: relative;
}

span.cart-noti {
  position: absolute;
  font-size: 11px;
  height: 20px;
  width: 20px;
  background: red;
  border-radius: 50%;
  color: #fff;
  left: 22px;
  top: -5px;
  line-height: 21px;
}

button.cart-btn label {
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-left: 6px;
}

.header-main .offcanvas .offcanvas-header {
  background: #0071ce;
}

.header-main .offcanvas .offcanvas-header img {
  max-width: 132px;
}

.header-main .offcanvas .offcanvas-header .btn-close {
  background-image: url("images/close.svg") !important;
  opacity: 1;
  height: 20px;
  width: 20px;
  background-size: cover;
  margin-right: 20px;
}

/******** Menu Css start ********/

li.user-details {
display: flex;
align-items: center;
padding: 29px 0 29px 60px;
}
.user-details span.name {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 45px;
color: #000000;
display: block;
}
.user-details span {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #000000;
}
img.user-img{
height: 60px;
width: 60px;
}
.content {
align-items: center;
padding-left: 15px;
}
.header-main .offcanvas {
width: 500px;
}

header.header-main .offcanvas-body {
padding: 0;
overflow-y: hidden;
}

#offcanvasExample1 .offcanvas-menu ul li:first-child,#offcanvasExample1 .offcanvas-menu ul li:nth-child(5),#offcanvasExample1 .offcanvas-menu ul li:nth-child(7),#offcanvasFurniture .offcanvas-menu ul li:first-child{
border-bottom: 1px solid rgba(0,0,0,0.3);
}

.offcanvas-menu ul li a {
display: flex;
align-items: center;
padding: 19px 0 19px 60px;
}

.offcanvas-menu ul li a span {font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 20px;line-height: normal;
color: #000000;}

.offcanvas-menu ul li a img {
margin-right: 22px;
}

.sign-in-acc a {
font-size: 24px;
font-weight: bold;
text-transform: capitalize;
color: #fff;
background: #0071ce;
padding: 12px 99px;
border-radius: 10px;
margin-top: 72px;
display: inline-block;
margin-bottom: 61px;
font-family: 'Poppins';
font-style: normal;
}

.sign-in-acc {
text-align: center;
}
/* Header ENd */




.banner-offers img {
  /* float: left; */
  width: 100%;
}
.banner-offers img.offer-1 {
  margin-bottom: 30px;
}
section.banner {
    padding: 0;
}
section.banner .container {
    max-width: 100% !important;
    width: 100% !important;
}
section.sale {
    padding-top: 30px;
}
/* .banner .owl-carousel .owl-item img {height: 534px;} */
.sec-title h2,
.block-viewed-products-grid .block-title strong
 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 63px;
    color: #0071ce;
    background: #fff;
    padding: 10px 30px 10px 0px;
    display: inline-block;
}
span.yellow-text {
  color: #FFC221;
}
.sec-title {
    position: relative;
    margin: 30px 0 0px 0 !important;
}
.best-seller-main-sec .sec-title {
    margin: 30px 0 0 0 !important;
}
.or_exclushive_offers {
  margin-bottom: 0px !important;
}
.block-viewed-products-grid .block-title {
	position: relative;
}
.sec-title::after,
.block-viewed-products-grid .block-title::after
 {
  content: '';
  display: block;
  background: #0071ce;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.pagebuilder-column.seasonal-offers {
  margin-bottom: 30px;
}
.offers h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #0071ce;
  position: absolute;
  width: 251px;
  height: 228px;
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #FFC220 50%, #FFC220 100%);
  top: 0;
  left: 0;
  border-radius: 10px;
}
.offers-one h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #0071ce;
  position: absolute;
  width: 234px;
    height: 199px;
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #FFC220 50%, #FFC220 100%);
  top: 0;
  border-radius: 10px;
    left: 0;
}
.banner-offers .offers,.banner-offers .offers-one {
  position: relative;
}
.offers h3 span,.offers-one span{
  position: absolute;
  left: 30%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
h3{
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 48px;
color: #0071ce;
}
.season-offer {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0;
  max-width: 387px;
  width: 100%;
  padding: 15px 47px;
  text-align: center;
  background: #FFC220;
  box-shadow: 0px -10px 20px rgb(0 0 0 / 25%);
  border-radius: 10px 0px 10px 0px;
  height: 214px;
}
.banner-slider button.pagebuilder-button-primary {
  background: #0071ce;
  border-radius: 10px;
  max-width: 200px !important;
  width: 100%;
  height: 60px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.season-offer h3 {
  margin-bottom: 25px;
}
section.banner .owl-slider .owl-dots {
    display: none;
}
.banner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3) !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.banner .owl-nav button.owl-prev {
    left: 45px;
}
.banner .owl-nav  button.owl-next {
    right: -7px;
}

button.owl-prev::after {
  content: '\f104 ';
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}
button.owl-next::after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}
.owl-nav span {
  display: none;
}
.department-slider h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 2px;  
}
.department-slider .item img {
    border-radius: 20px;
}
.blue-bg {
  background: #0071ce;
  border-radius: 20px;
  width: 100%;
  height: 134px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -25px;
}
.department-slider {
  position: relative;
}
section.sale img {
  width: 100%;
}


.owl-nav button.owl-next, .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.3) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.room-contents h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 2px;
  max-width: 460px;
}
.room-offers {
  position: relative;
}
.room-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.room-offers {
    margin-left: 15px;
}
.big-banner {
  margin-bottom: 18px;
}
button.shop.now {
  background: #0071ce;
  border-radius: 10px;
  max-width: 200px;
  width: 100%;
  height: 60px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: capitalize;
}



/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
.star-rating {
  display: flex;
  justify-content: center;
}
/****** END Style Star Rating Widget *****/

#best-seller .item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  min-height: 335px;
  padding: 10px;
}

#best-seller .item-img {
  min-height: 180px;
  padding: 10px;
}
#best-seller .item-img img {
  width: auto !important;
  margin: auto;
}
#best-seller .item-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
h5.rs {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #0C7E02;
}
section.best-slider {
  padding: 40px 0px;
}
.seasonal-offers img {
  width: 100%;
}
.seasonal-offers {
    position: relative;
    margin-bottom: 30px;
    margin-right: 15px;
}
section.exclushive-offers {
    margin-top: 60px;
}
.seasonal-offers figure { margin: 0 !important;}
.exclusive-contetnt {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: absolute;
  padding: 40px 40px;
  max-width: 290px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 216px;
}
.exclusive-contetnt span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    letter-spacing: 2px;
}
.exclusive-contetnt h3{
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.main-policy {
  margin-bottom: 50px;
}
section.policy {
  padding: 27px 0 10px 0;
}

.polices p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 15px !important;
  letter-spacing: 1px;
  display: block;
}

.social-icons {
  float: left;
}
.social-icons i {
  margin: 12px;
    font-size: 20px;
    color: #0071ce;  /*11-25*/
}
footer .title h3{font-size: 32px;line-height: 42px;margin-bottom: 20px;}
.sign-up input.form-control {
  border: 1px solid #353535 !important;
  border-radius: 10px !important;
  height: 60px;
  /* border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; */
}
.sign-up .input-group-append {
  position: absolute;
  right: 0;
  z-index: 5;
}
.sign-up input.form-control::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
}
button.sign-btn {
  background: #0071ce;
    border: 1px solid #0071ce;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF !important;
    width: 200px;
    height: 60px;
    text-transform: capitalize;
    /* margin-left: -2px; */
    border: 1px solid #353535;
    border-radius: 0 10px 10px 0;
}
footer {
  padding-top: 63px;
}
.page-footer {
  margin-top: 50px;
}
.page-footer {
  background: #fff;
}
.footer-menu li {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.footer-menu h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0071ce;
  margin-bottom: 20px;
}
ul {
  padding-left: 0rem !important;
  padding-inline-start: 0px !important; 
}
.footer-bottom p {
  margin-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 250px;
}
.footer-bottom {
  padding: 70px 0 95px 0;
}
.footer-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.footer-menu {
  margin-top: 20px;
  padding-left: 20px;
}
.footer-bottom .col-lg-2 .footer-menu {
  padding-left: 0;
  margin-left: -20px;
}
h2.polices{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
  letter-spacing: 1px;
}
.minimal-chair img {
    width: 100%;
    padding: 0px 0 60px 0;
}
.main-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.polices {
  text-align: center;
}

footer .container {
  padding: 0 30px;
}
/*** Offcanvas Menu css ***/

/*main {
  width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: #204056;
}*/

hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  
}
hgroup h1 {
  color: #F75D5D;
  font-weight: bold;
}
h3.nav01, h3.nav02 {
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
  }



/*** button ***/

/* button {
  color: #FFF;
  font-size: 20px;
  border: 1px solid #FFF;
  border-radius: 1px;
  margin: 3px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right:12px;
  line-height: 32px;
  
  &:hover {background-color: HSLA(0, 100%, 100%, .1)}
} */


/*--- Nav |  01  |  Side-Slide --*/
.offcanvas-header {
  background: #0071ce;
}
nav.side-slide{
  background-color: #ffffff;
  top: 0;
  left: -500px; 
  height: 100%;
  position: fixed;
  width: 500px;
  z-index: 10;
}
nav.side-slide h3 {
    color: #FFF;
    top: 20px;
    font-weight: 400;
    font-size: 25px;
    right: 30px;
}

  nav.side-slide a {
    text-decoration: none;
  }
  nav.side-slide a:hover {
    color: #fff;
  }
  nav.side-slide li:first-child,nav.side-slide li:nth-child(5),nav.side-slide li:nth-child(7)  {
   
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
nav.side-slide li a,nav.side-slide li:first-child{
  display: flex;
  justify-content: start;
  align-items: center;
}
nav.side-slide li:nth-child(2){padding-top: 33px !important;}
nav.side-slide li:first-child img{ width: 60px;height: 60px;}
.user-details span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.user-details  h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px !important;
  color: #000000;
  margin-bottom: 0 !important;
}
h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  padding:8px 22px 10px 22px;
}
.user-details {
  align-items: center;
  text-align: left;
  padding-left: 15px;
}
.offcanvas-body { padding: 0px !important;}
/* .offcanvas-body ul li{
  padding: 15px 15px 15px 60px !important;
} */
.copyright {
  background: #0071ce;
  text-align: center;
  padding: 17px 0;}
.copyright p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

/* Back to Canvas CSS */

.offcanvas-menu ul li a span.back {
  font-size: 16px;
}
h5.canvas-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 0;
}
a.shop-all {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0071ce;
  text-decoration: underline;
  padding: 0 !important;
}
#offcanvasFurniture li:nth-child(2){
  padding: 19px 0 19px 60px;
}
#offcanvasFurniture .offcanvas-menu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-search{display: none;}
.form-control:focus, .btn:focus{box-shadow: unset !important;}
.hidden {display: none;}

#searchAutocomplete {
    position: absolute;
    top: 43px;
    /* border: 1px solid #cccccc; */
    background-color: white;
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    z-index: 1000;
}
#searchAutocomplete .sa-prop {
  display: inline-block;
  width: 70%;
  padding-left: 30px;
  align-items: center;
}
button.view-result {
    background: #0071ce;
    border-radius: 10px;
    max-width: 150px;
    width: 100%;
    height: 40px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: capitalize;
}


.products-grid.grid .product-item.product-slider {
  margin-bottom: 0;
}

/* Responsive Css Start */

@media screen and (max-width: 1699px) {

.offers h3,.offers-one h3{
  width: 190px;
    height: 190px;
}
.footer-bottom .col-lg-2 .footer-menu { margin-left: 0px;}

}

@media screen and (max-width: 1499px) {
  .offers h3, .offers-one h3 {
    width: 155px;
    height: 150px;
    font-size: 29px;
    line-height: 36px;
}
button.sign-btn{width: 160px;}
.exclusive-contetnt{padding: 26px 26px;}

.exclusive-contetnt h3 {
    font-size: 30px;
    line-height: 38px;
}


.exclusive-contetnt h3{font-size: 36px;}
.exclusive-contetnt span { font-size: 18px;}
.department-slider { margin-bottom: 30px !important;}
.department-slider h5{font-size: 18px;}
.season-offer h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
}
section.banner button.shop.now {
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    max-width: 133px;
}
.offers h3, .offers-one h3 {
    width: 125px;
    height: 125px;
    font-size: 21px;
    line-height: 28px;
}

.season-offer {
    height: 164px;
    padding: 14px 43px;
    max-width: 296px;
}

}


@media screen and (max-width: 1199px) {
  button.shop.now{max-width: 165px;font-size: 16px;height: 50px;}
  .sec-title h2{font-size: 36px;line-height: 1.5;}
  .exclusive-contetnt h3{font-size: 22px;line-height: 1.5;}
  .exclusive-contetnt {padding: 14px 20px;max-width: 220px;min-height: 120px;}
  .sign-up input.form-control::placeholder {font-size: 18px;}
  .footer-menu {padding-left: 0px;}
  .exclusive-contetnt span{font-size: 16px;}
  .sign-up input.form-control::placeholder {
    font-size: 14px;
  }
  .offers h3, .offers-one h3 {
  width: 120px;
  height: 115px;
  font-size: 20px;
  line-height: 1.5;
}
ul.nav-list li a img {
    height: 58px;
    width: 58px;
}
}
@media screen and (max-width: 1024px) {

.owl-nav button.owl-next, .owl-nav button.owl-prev{
  height: 40PX; width: 40px;
}

}
@media screen and (max-width: 991px) {
 footer .social-icons {
    float: unset;
    text-align: center;
    /* margin-top: 50px; */
}
.footer-bottom p{margin-top: 20px;}
.main-policy{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 20px;}
.sign-up .input-group {width: 100% !important;}
footer .title h3 { font-size: 20px !important; margin-bottom: 0;}
button.sign-btn { width: 115px;}

section.exclushive-offers .row .col-md-6:nth-child(3n+3) .seasonal-offers {
    margin-right: 0px;
}
.seasonal-offers {
  margin-right: 0;
}
.minimal-chair img {
  padding: 0px 0 60px 0;
}
}
@media screen and (max-width: 767px) {
 .header-main ul.nav-list{overflow-y: auto;justify-content: unset;}
 .header-main ul.nav-list li {
  margin-top: 18px;
  padding: 12px;
  min-width: 108px;
}
ul.nav-list li a img { height: 50px; width: 50px;}
ul.nav-list li a span{font-size: 14px;}
.season-offer h3{font-size: 24px;line-height: 36px;}
.banner-slider button{ max-width: 160px;height: 55px;}
.room-contents h4 {font-size: 29px;}
.exclusive-contetnt { max-width: 250px;}
.footer-bottom p{max-width: 100%;}

.exclusive-contetnt {
    left: 0;
    top: 0;
    transform: unset;
    max-width: 100%;
    min-height: 100%;
    border-radius: 0;
}
.exclusive-contetnt span {
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}
.exclusive-contetnt h3 {
  font-size: 14px;
  line-height: 19px;
  padding-top: 5px;
  letter-spacing: 1px;
}
.search-wrap.desktop {
  display: none;
}
.mobile-search{display: block;float: right;}
.mobile-search button {
  width: 65px;
  height: 50px;
  top: 0px;
  background: #FFC221;
  border: none;
  border-radius: 5px;
  margin-left: 20px;
}
.mobile-wrap {
  position: relative;
}
figure.exc-img img {
  width: 100%;
}
.actions #search-btn {
    width: 80px;
    background: #0071ce;
    color: #fff;
    border: 1px solid #0071ce;
    outline: none;
    cursor: pointer;
    height: 43px;
    line-height: 29px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: unset !important;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
}
.minisearch input#search {
    width: 100%;
    height: 43px;
    padding: 12px 90px 12px 10px;
    border: 1px solid #0071ce;
    outline: none;
    position: relative;
    font-size: 15px;
}
form#search_mini_form label {
  display: none;
}
.togglesearch:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 50px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ffc221;
  
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 0;
}


.togglesearch {
    background: #e8e8e4;
    position: absolute;
    height: 64px;
    line-height: 60px;
    border-top: 4px solid #ffc221;
    padding: 8px;
    z-index: 1000;
    right: -108%;
    width: 400px;
    top: 62px;
}
button.cart-btn {
  display: flex;
}
button.cart-btn label { margin-left: 10px;}
.sec-title h2 { font-size: 30px;}
.logo {margin-left: 25px;}
.department-slider button.owl-next { top: 40%;right: 0;}
.department-slider button.owl-prev{top: 40%;left: 0;}
.mobile-search button {width: 45px;height: 45px;}
.mobile-search button img {height: 18px;width: 18px;}
.mobile-search button {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}
.myaccount::after { position: absolute; top: 50%; transform: translateY(-50%);right: -2px;}
.hed-items {grid-gap: 15px;}
button#open-searchbox i {
    font-size: 15px;
    color: #0071ce;
}
.header-search {
    justify-content: flex-end;
}
.minisearch input#search::placeholder {
    font-size: 14px;
}
.car-section {
    width: 157px;
}
.minicart-wrapper {
    margin-top: 0;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    height: 13px !important;
    min-width: 13px !important;
    top: -7px !important;
    right: -6px !important;
}
.myaccount::after {
    font-size: 8px;
    right: -4px;
}
.department {
    margin-right: 0;
}
.header-inner .container {
    width: 100% !important;
}
.sec-title,.best-seller-main-sec .sec-title,.elecronic_deals .sec-title {
    position: relative;
    margin: 15px 0 !important;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev {
    height: 30PX;
    width: 30px;
}
button.owl-next::after, button.owl-prev::after {
    font-size: 14px;
}
.sec-title h2 {
  padding: 0px 17px 0px 0px;
}
.footer.content {
  padding-top: 30px;
}
  .main-policy{
    grid-template-columns: 1fr 1fr;
  }
  .polices img {
  height: 65px;
  width: 65px;
  object-fit: contain;
}
.polices p {
  font-size: 15px;
  line-height: 21px;
}
.main-policy {
  margin-bottom: 10px;
}
.minimal-chair img {
  width: 100%;
  padding: 0 0 30px 0;
}
.banner .owl-nav button.owl-prev {
    left: 30px;
}
section.banner button.shop.now {
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    max-width: 108px !important;
}
.season-offer h3 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 7px;
}
.season-offer {
    height: 143px;
    padding: 14px 35px;
    max-width: 253px;
}
.cd-dropdown-wrapper a.cd-dropdown-trigger {
    font-size: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    display: inline-block;
    border-radius: 3px;
}
.cd-dropdown-wrapper a.cd-dropdown-trigger::after{
  display: none;
}
.cd-dropdown-wrapper a.cd-dropdown-trigger::before {
    content: "\f0c9";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 16px;
    transform: rotate(0deg);
    height: 40px;
    width: 40px;
    background: #ffc221;
    border-radius: 5px;
    color: #0071ce;
    text-align: center;
    padding: 0;
    line-height: 40px;
    left: 31px;
    top: -21px;
}
.season-offer h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.season-offer {
    max-width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.banner button.shop.now {
    font-size: 11px;
    height: 26px;
    max-width: 90px !important;
}
.offers h3, .offers-one h3 {
    font-size: 13px;
    width: 78px;
    height: 82px;
    line-height: 17px;
}
.product-full-width-section.container {
    width: 88% !important;
}
.page-main.page-main-details.container {
    padding: 0 !important;
        width: 88% !important;
}
.catalog-product-view .page-main h2.product-section-title {
    margin-bottom: 0;
    font-size: 24px;
}
.block.review-add .block-content form {
    margin-bottom: 20px;
}
}

/*767px*/

@media screen and (max-width: 575px) {

  .copyright p{font-size: 16px;}
  
  .department-slider button.owl-next,.department-slider button.owl-prev{ top: 30% !important;}
  .topbar-left {
    display: none;
}
.topbar-right {
  text-align: center;justify-content: center !important;padding: 10px 0;}

  
.myaccountbtn, .myaccountbtn:hover{font-size: unset !important;}
.minisearch input#search::placeholder {
  font-size: 12px;
}
.mobile-search button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 37px;
}
.cd-dropdown-wrapper a.cd-dropdown-trigger::before {
  top: -19px;
  height: 35px;
  width: 35px;
  left: 42px;
  line-height: 37px;
}
.togglesearch {
  width: 250px;
  top: 59px;
  right: -113px;
}
.togglesearch:before{
  display: none;
}
.season-offer h3 {
    font-size: 14px;
}

.header-main ul.nav-list li {
  min-width: 86px;
  padding: 5px;
}

}


@media screen and (max-width: 375px) {


    .sec-title h2 {
  font-size: 20px;
}
    .room-contents h4 {
      font-size: 20px;
      line-height: 28px;
  }
  .banner-slider button{
    max-width: 130px;
    height: 45px;
    font-size: 0px;
}
footer .title h3,.footer-menu h5 {font-size: 21px;}
  button.sign-btn {
    width: 115px;
    font-size: 16px;
}
/* .sign-up input.form-control::placeholder {
  font-size: 14px;
} */
.footer-bottom p,.footer-menu a{line-height: 26px;font-size: 16px;}
.copyright p { font-size: 12px; }
h2.polices{font-size: 16px;}


.department-slider button.owl-next, .department-slider button.owl-prev { top: 15%;height: 30PX; width: 30px;}
button.cart-btn { display: block;}
button.cart-btn label {font-size: 14px;}
.togglesearch:before { right: unset;left: 50%;transform: translateX(-50%);}
button#open-searchbox i { font-size: 16px; color: #0071ce;}


}




/* SIte Cookies msg css */

#m-cookienotice.v-bar.v-bottom {
  border-radius: 10px;
  border: unset !important;
  background: #fff !important;
  margin: auto;
}
#m-cookienotice .m-message {
  padding: 5px 10px;
  font-family: 'Helvetica' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #000000;
}
#m-cookienotice .m-button {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #d4d4d4;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 2px;
}
#m-cookienotice span.titlecookie {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #0071ce;
  display: inline-block;
  border: unset !important;
}
#m-cookienotice div#action-custom-css a {
  border-radius: 10px !important;
  border: unset !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
#m-cookienotice div#action-custom-css a:nth-child(3) {
  color: #fff !important;
}

@media(max-width:991px){
  #m-cookienotice.v-bar.v-bottom {
    max-width: 600px;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
}
}

@media(max-width:767px){
  #m-cookienotice.v-bar.v-bottom {
    max-width: 90%;
}
#m-cookienotice span.titlecookie {
  font-size: 14px;
}
#m-cookienotice .m-message {
  font-size: 12px !important;
}
}



/** recently view */

.block-viewed-products-grid .product-item{
	padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px;

}

.block-viewed-products-grid .product-item-info {
	margin: 0px !important;
    padding: 15px !important;
}
.block-viewed-products-grid .product-item-info:hover{
	box-shadow: none !important;
    border: none !important;
	background : none !important;
}
.block-viewed-products-grid .product-item-info .product-item-name{
	font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #000000 !important;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    font-size: 17px !important;
    height: 46px;
    line-height: 23px;
    letter-spacing: 0;
}
.block-viewed-products-grid .product-item-info .product-item-name a:hover {
	    text-decoration: none;
}
.block-viewed-products-grid .product-item-info .price-box {
	margin: 0px 0 0px !important;
    height: 56px;
    overflow: hidden;	
}
.block-viewed-products-grid .product-item-info .price-box .price-container{
	display: flex;
    justify-content: flex-start;
    column-gap: 8px;
    align-items: baseline;
}
.block-viewed-products-grid .product-item-info .price-box .price-container .price-excluding-tax .price{
	font-size: 12px !important;
    color: rgb(96, 111, 128);
    letter-spacing: 0.4px;
    font-weight: normal !important;
}
.block-viewed-products-grid .product-item-info .price-box .price-container .price-including-tax .price{
	font-size: 22px;
    color: #0C7E02 !important;
}
.block-viewed-products-grid .product-item-info .product-item-description{
	margin: 0 !important;
}
/* Infigrity code Start */
body .cd-dropdown {
  top: calc(100% + 2.2rem);
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  height: 4.5rem;
  line-height: 4.5rem;
}
.has-children>a::before, .has-children>a::after {
  display: none;
}
.cd-dropdown-content > li > a:hover {
  background: #e6f1fc;
  color: #111433;
}
.cd-dropdown-content > li > a {
  transition: all 0.3s ease-in-out;
}
.cd-dropdown-content > li > .cd-secondary-dropdown {
  box-shadow: none;
  background: #e6f1fc;
  height: 100%;
  overflow-y: auto;
  padding: 0;
}
.cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back) {
  width: 50%;
  height: auto;
  padding: 1rem 2rem;
  margin: 0;
  border: none !important;
}
.cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back) > a {
  margin: 0;
  color: #111433;
}
.cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back) .see-all a {
  text-decoration: underline !important;
}
.cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back) .see-all {
  bottom: 0;
}
.cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back):not(:last-child) {
  border-bottom: 0.1rem solid #0071ce14;
}
.cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back) .is-hidden li:not(.go-back) a:hover {
  color: #0071ce;
}
.promotiona_image_main {
  display: block;
  position: absolute;
  left: 296%;
  height: 100%;
  top: 0;
  background: #fff;
  width: 18rem;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
}
.cd-dropdown-content li:hover .promotiona_image_main {
  opacity: 1;
  visibility: visible;
}
.promotiona_image_main figure {
  line-height: 0;
  margin: 0 0 1rem;
}
.promotiona_image_main figure img {
  width: 100%;
}
.promotiona_image_main .discription p {
  font-size: 14px;
}
.promotiona_image_main .discription .link {
  border: 0.1rem solid #0071ce;
  color: #0071ce;
  text-align: center;
  border-radius: 7rem;
  font-size: 1.4rem;
  width: max-content;
  height: auto;
  line-height: normal;
  padding: 1rem 2rem;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.promotiona_image_main .discription .link:hover {
  background: #0071ce;
  color: #fff;
}
nav.cd-dropdown {
  box-shadow: none;
}
.cd-dropdown-content > li > a:before {
  background: #0071dc;
  border-bottom-right-radius: .125rem;
  border-top-right-radius: .125rem;
  bottom: 4px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 4px;
  width: 4px;
  border: none !important;
  padding: 0;
  transform: none;
  transform-origin: unset;
  height: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.cd-dropdown-content > li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.cd-dropdown-content > li:hover > a {
  box-shadow: none !important;
}
.body_dropdown {
  overflow: hidden;
}
body:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #18181887;
  position: absolute;
  inset: 84px 0 auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body.body_dropdown:after {
  opacity: 1;
  visibility: visible;
}
.cd-dropdown-content > li > a:after {
  display: none !important;
}
.nav_drop {
  display: none;
}
.product-info-buttons {
  background: none;
  border-bottom: 0.1rem solid #2973ce;
}
body .product-info-buttons .btn {
  color: #111433 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  opacity: 1;
}
.product-info-buttons {
  background: #fff !important;
  border-bottom: 0.1rem solid #2973ce;
  transition: all 0.3s ease-in-out;
}
.product-info-buttons .btn {
  color: #111433 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  opacity: 1;
}
.catalog-product-view .sticky {
  background: #fff;
}
.product-info-buttons .btn {
  position: relative;
}
.product-info-buttons .btn:after {
  content: "";
  width: 0;
  height: 0.5rem;
  background: #ffc221;
  position: absolute;
  inset: auto 0 -0.3rem;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.product-info-buttons .btn:hover:after {
  width: 100%;
}
.product-info-buttons .btn.active:after {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .cd-dropdown {
      left: -90%;
  }
}
@media only screen and (max-width: 1024px) {
  .cd-dropdown {
      left: 0;
  }
  .cd-dropdown-content li {
      position: relative;
  }
  .cd-dropdown-content li .nav_drop {
      display: block;
      position: absolute;
      transform: none;
      inset: 0 0 auto auto;
      z-index: 1;
      width: 6rem;
      height: 5.9rem;
      text-align: center;
      line-height: 6rem;
      transition: all 0.3s ease-in-out;
      background: #0058a0;
  }
  .cd-dropdown h2 {
      z-index: 2;
  }
  .cd-dropdown ul.topbar-menu {
      z-index: 2;
  }
  .cd-dropdown .cd-close {
      z-index: 2;
  }
  .cd-dropdown-content li .cd-secondary-dropdown {
      display: none;
      width: 100%;
      transform: none !important;
      position: static;
      overflow: unset;
  }
  .cd-dropdown-content li .cd-secondary-dropdown * {
      opacity: 1 !important;
  }
  .cd-dropdown-content li .cd-secondary-dropdown .go-back {
      display: none;
  }
  .cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back) {
      width: 100%;
      padding: 0;
  }
  .cd-dropdown h2 {
      display: none;
  }
  .cd-dropdown .cd-dropdown-content li.has-children:first-child {
      border-top: 1px solid #159bee;
  }
  .cd-dropdown-content > li > .cd-secondary-dropdown > li:not(.go-back) > a {
      border-bottom: 0.1rem solid #0071ce14;
  }
  .cd-dropdown-content li .cd-secondary-dropdown .has-children .is-hidden {
      position: static;
      transform: none;
      padding: 0;
  }
  .cd-dropdown-content li .cd-secondary-dropdown .has-children .is-hidden li:not(.see-all) a {
      color: #111433;
  }
  .cd-dropdown-content li .cd-secondary-dropdown .has-children .is-hidden li a {
      font-size: 1.4rem;
      height: auto;
      line-height: 6rem;
      border-bottom: 0.1rem solid #0071ce14;
  }
  .cd-dropdown-content li .promotiona_image_main {
      position: static;
      width: 100%;
      opacity: 1;
      visibility: visible;
      display: none;
  }
  .cd-dropdown-content li .promotiona_image_main .promotiona_image_wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 0 2rem;
  }
  .cd-dropdown-content li .promotiona_image_main .promotiona_image_wrapper figure {
      width: 12rem;
  }
  .cd-dropdown-content li .promotiona_image_main {
      display: none !important;
  }
  body:after {
      display: none !important;
  }
  body .cd-dropdown {
      top: 0 !important;
  }
  .nav_drop img {
      transition: all 0.3s ease-in-out;
  }
  .nav_drop.open img {
      transform: rotate(180deg);
  }    
}
@media only screen and (max-width: 767px) {
  .cd-dropdown-content li .nav_drop {
      width: 5rem;
      height: 4.9rem;
      line-height: 5rem;
  }
}
.seller-cvf-request .page.messages {
  display: block !important;
}
.col-md-8.msform-main-div-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.other-product-popup h3 {

  font-size: 18px;

  text-align: center;

  line-height: 1.5;

  color: #000;

  margin: 10px 0;

  width:100%;

}

.checkout-index-index .modal-slide .action-close {

  margin: 0;

  padding: 0;

  position: unset;

  position: absolute;

  right: -15px;

  top: -15px;

  background: #0071ce;

  border-radius: 10px;

  width: 40px;

  height: 40px;

  color: #fff;

  z-index: 99;

  display: flex;

  justify-content: center;

  align-items: center;

}

.modal-popup .action-close:before, .modal-slide .action-close:before{color:#fff;}

.checkout-index-index .modal-inner-wrap .modal-header {

  padding: 10px;

  padding: 0;

  border: none;

}

.other-product-popup hr {

  display: none;

}

.other-product-popup .product-item {

  width: 100%;

  max-width: 32.4%;

  padding: 20px 15px;

  border: 1px solid #f1f1f1;

  border-radius: 10px;

}

.other-product-popup {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  justify-content: center;

  position:relative;

  padding-bottom: 60px;

}

.other-product-popup button.choose-product {

  margin-top: 20px;

}

button.choose-product {

  margin-top: 20px;

  background: #0071ce;

  color: #fff;

  border: none;

  font-weight: normal;

  padding: 7px 27px;

  border-radius: 5px;

  width: 150px;

  position: absolute;

  bottom: 0;

  right: 0;

}

.other-product-popup button.choose-product{opacity:0.7;}

.other-product-popup .product-details {

  text-align: center;

}

.other-product-popup .product-details p {

  margin: 0 0 5px 0;

}

@media only screen and (max-width: 767px) {

  .other-product-popup .product-item{max-width:100%;}

  .other-product-popup h3{font-size:16px;}

  .checkout-index-index .modal-slide .action-close{position:static;border-radius:0;}

}

/* Infigrity code End */