
@font-face {
  font-family: 'Niconne-regular';
  src: url(../fonts/Niconne-Regular.ttf) format('woff');
  font-display: auto;
}


@font-face {
  font-family: 'alhambra-bold';
  src: url(../fonts/alhambra-bold.woff) format('woff');
  font-display: auto;
}

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url(../fonts/RobotoSlab-Regular.woff) format('woff');
  font-display: auto;
}


@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url(../fonts/RobotoSlab-Bold.woff) format('woff');
  font-display: auto;
}

::-webkit-scrollbar {
  width: 10px;
  height:5px;
  background-color: #eee; /* or add it to the track */
}

/* Add a thumb */
::-webkit-scrollbar-thumb {
    background: #cc00a5;
    border-radius:10px;
} 
body{
  font-family: 'Arial';
}
a{
  color: #535353;
}
a:hover{
  color: #fd0000;
  text-decoration: none;
}
nav.navbar.navbar-expand-lg.navbar-light.primary-navbar {
  /* background-color: rgb(0 0 0 / 70%); */
  /* border-bottom: 4px solid #b48a0f; */
  padding: 5px 0;
  /* width: 90%; */
  margin: auto;
  display: block;
}
nav.navbar.navbar-expand-lg.secondary-navbar {
  background-color: #cc00a5;
  padding: 0;
  /* width: 90%; */
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0px 0px 50px 50px;
}

@media (min-width: 992px) and (max-width:1600px){
  .container{
    width: 100%;
    padding: 0px 2vw;
    max-width: 100%;
  }
}

.navbar-light .navbar-brand{
  width: 165px;
  padding: 5px 0;
}
.navbar-light .navbar-brand img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav.navbar.navbar-expand-lg.secondary-navbar .navbar-right-menu .menu-icon{
  font-size: 18px;
  vertical-align: middle;
  color: #ffffff;
  padding: 2px 2px;
  line-height: 12px!important;
}
nav.navbar.navbar-expand-lg.primary-navbar .navbar-right-menu .menu-icon{
  font-size: 18px;
  vertical-align: middle;
  color: #000000;
  padding: 2px 2px;
  line-height: 12px!important;
}
.navbar-right-menu .menu-icon:before{
  /* font-size: 20px; */
  vertical-align: unset;
}
.search_bar {
  /* display: -webkit-box; */
  /* display: flex; */
  /* -webkit-box-align: center; */
  /* align-items: center; */
  /* -webkit-box-pack: center; */
  /* justify-content: center; */
  /* z-index: inherit; */
  /* box-shadow: 0 0 10px 0 rgba(72,72,72,.3); */
  /* max-width: 900px; */
  /* width: 100%; */
  /* background-color: #fff; */
  position: relative;
  text-align: center;
  padding: 10% 0px;
}
.search_bar input[type=text] {/* border: none; */box-shadow: none;font-weight: 600;font-size: 16px;width: 50%;padding: 10px 15px;margin: 0;margin-right: 10px;overflow: hidden;height: 40px;border: 1px solid #b48a0f;border-radius: 50px;}
.search_bar input[type=text]:focus {
outline: none;
}
.search_bar button[type=submit] {/* background: -webkit-gradient(linear, left top, left bottom, from(#237cd4), to(#1e6ab5)); *//* background: linear-gradient(#237cd4, #1e6ab5); */color: rgba(255, 255, 255, 0);border: none;width: 40px;height: 40px;min-width: 40px;position: relative;top: 0;right: 0;bottom: 0;border-radius: 50px;margin: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #b48a0f;}
.search_bar button[type=submit]:after {content: '';position: absolute;top: 18%;right: 0;bottom: 22%;left: 0;background: url("http://media.lib.byu.edu/assets/images/searchbar/1.0/search-icon.svg") no-repeat center center;background-size: contain;width: 30px;margin: auto;}
.search_bar button[type=submit]:hover, .search_bar button[type=submit]:focus {/* background: -webkit-gradient(linear, left top, left bottom, from(#3388dd), to(#2174c7)); *//* background: linear-gradient(#3388dd, #2174c7); */box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);cursor: pointer;background-color: #96730a;border: none;-webkit-appearance: none;outline: none;}
.search_bar .search_dropdown {font-weight: 600;min-width: 28px;/* background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e2e2e2)); *//* background: linear-gradient(#f4f4f4, #e2e2e2); */border-right: 1px solid #ddd;color: #555;padding: 0 28px 0 13px;border-radius: 2px 0 0 2px;position: absolute;top: 0;left: 0;bottom: 0;z-index: 10000;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;box-sizing: content-box;}
.search_bar .search_dropdown:after {
content: "\2193";
color: rgba(85, 85, 85, 0);
background: url("http://media.lib.byu.edu/assets/images/searchbar/1.0/down-arrow.svg") no-repeat top left;
height: 8px;
width: 10px;
position: absolute;
top: 50%;
right: 10px;
margin-top: -6px;
}
.search_bar .search_dropdown:hover, .search_bar .search_dropdown.active {
background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#d5d5d5));
background: linear-gradient(#e7e7e7, #d5d5d5);
cursor: pointer;
border-right-color: #ccc;
}
.search_bar .search_dropdown > span {position: absolute;top: 0;margin-top: 0;white-space: nowrap;font-size: 16px;line-height: 45px;}
.search_bar .search_dropdown ul {
display: none;
position: absolute;
top: 105%;
left: -1px;
font-size: 14px;
width: 225px;
background: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
border: 1px solid #ccc;
border-radius: 3px;
padding: 7px 0;
}
.search_bar .search_dropdown li {
list-style-type: none;
margin: 0;
padding: 5px 18px;
color: #1C62A8;
line-height: 1.2em;
position: relative;
}


#home-main-slider{
  
z-index: -1;
}

#home-main-slider .carousel-item{
height:400px;
}
#home-main-slider .carousel-item img{
height:100%;
width:100%;
object-fit: cover;
object-position: center;
}

.slide-wrapper{

padding: 20px  5vw;
}
.slide-wrapper:after{
  content:'';
  display:table;
  clear:both;
}
.slider {
  width: 100%;
  margin: 15px auto;
  overflow-x: visible;
  /* padding-left: 10%; */
}

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}

.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
  display: none!important;
}
.slick-prev, .slick-next{
  border: 1px solid #ddd;
  padding: 10px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #000;
  z-index: 1;
}

.featured-slider .slick-prev{
  left: 10%;
}
.featured-slider .slick-next{
  right: 10%;
}
.slick-prev:hover, 
.slick-next:hover{

background-color: #fd0000;

color: #fff;
}
.slick-prev:focus, .slick-next:focus{

background-color: #ffffff;

color: #000;
}
.slick-prev:before {content: '\f272'!important;}
.slick-next:before {content: '\f273'!important;}


.slick-prev:before, .slick-next:before {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  color: inherit;
}
.featured-section .slider-title {
  /* border-top: 1px solid #fd0000; */
  border-bottom: 1px solid #fd0000;
  padding: 15px 0px;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
.slider-title {
  /* border-top: 1px solid #fd0000; */
  border-bottom: 1px solid #ff0090;
  padding: 15px 0px;
  /* width: 100%; */
  /* margin: auto; */
  margin-bottom: 20px;
  border: none;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
}
.slider-title:after{
  content:'';
  display:table;
  clear:both;
}
.slider-title h4.title-head {
  margin: 0;
  font-size: 42px;
  /* float: left; */
  color: #cc00a5;
  float: none;
  /* text-align: center; */
  display: inline-block;
  /* margin: auto; */
  /* background-color: #ffffff; */
  padding: 4px 15px;
  line-height: normal;
  border-radius: 4px;
  /* background: rgb(255,196,57); */
  /* background: linear-gradient(
0deg
, rgba(255,196,57,1) 0%, rgba(222,159,49,1) 100%); */
  /* box-shadow: -7px 7px 0px 0px #b48a0f; */
  /* border-radius: 10px 10px 10px 0px; */
  /* border: 1px solid #b48a0f; */
  font-family: Niconne-regular;
  /* text-transform: uppercase; */
}

.slider-title .title-options {
    float: right;
}

.slider-title .title-options ul.option-list {
    list-style: none;
    margin: 0;
}

.slider-title .title-options ul.option-list li {
    display: inline-block;
}

.slider-title .title-options ul.option-list li a{
  font-size:14px;
}

.grid-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 hsla(0,0%,51%,.15);
    background-color: #fff;
    -webkit-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    display: block;
}

.featured-slider .grid-img-holder {
    height: 120px;
    overflow: hidden;
}

.grid-img-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear;
}

.grid-content-holder {
    padding: 10px;
}
.nearyou-slider .slick-list.draggable {
    padding-left: 10%;
    padding-right: 10%;
}

.nearyou-slider .slick-prev{
  left: 10%;
}
.nearyou-slider .slick-next{
  right: 10%;
}
.featured-slider .slick-list.draggable {
    padding-left: 10%;
    padding-right: 10%;
}

nav.navbar.navbar-expand-lg.secondary-navbar a.nav-link {
    color: #fff;
    padding: 5px 20px;
}

.best-offer-section{

background-color: #f4f4f4;
}


.best-offer-section .slider-title {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  padding: 15px 0px;
  color: #000;
  border-bottom: none;
}
.best-offer-section .slider-title h4.title-head{
  
float: none;
  
display: inline;
  
border-bottom: 1px solid #fd0000;
  
padding-bottom: 5px;
}
.best-offer-slider .grid-img-holder {height: 200px;width: 100%;margin: auto;}

ul.cuisine-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

section.conent-wrapper {
    padding: 40px 10%;
}

ul.cuisine-list li {
    display: inline-block;
    /* width: 24%; */
    padding: 10px;
}

ul.cuisine-list li .card-holder {
    position: relative;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    z-index: 0;
}
ul.cuisine-list li .card-holder:hover img{
  transform:scale(1.1);
}
ul.cuisine-list li .card-holder:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
 background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 70%);
  z-index: 0;
  opacity: 0.9;
}
ul.cuisine-list li .card-holder .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px;
    color: #fff;
    padding-bottom: 10px;
    z-index: 1;
}

ul.cuisine-list li .card-holder .card-content p{
  margin-bottom:5px;
}

ul.cuisine-list li .card-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:all 500ms;
}

header.desktop-header {
    position: relative;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 20px -5px;
    padding-top: 40px;
}
.homebanner-common-container{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
}
.searchbar_section {
  /* width: 100%; */
  /* max-width: 900px; */
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 99;
  padding: 5px 10px;
  /* float: right; */
  width: 100%;
  background-color: rgb(0 0 0 / 69%);
  height: 100%;
}
.searchbar_section.show {
  display:block;
}
.banner-section {
    position: relative;
    /* padding: 2% 0px; */
    /* height: 300px; */
}

.nearyou-restaurant-name{
  font-size: 16px;
  /* font-weight: bold; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.nearyou-restaurant-meta{
  font-size: 11px;
  font-weight: 500;
  width: 100%;
  float: left;
  padding: 6px 0px;
  /* margin: 0; */
  /* background-color: #ef0000; */
  color: #000!important;
  border-top: 1px solid #eee;
}

.discountopt {
  text-align: left;
  color: #4caf50;
  float: left;
  width: 100%;
  padding: 0px;
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0px;
  margin-top: 5px;
}
.discountopt span {
  display: block;
  padding: 5px;
  padding-left: 25px;
  position: relative;
  font-size: 12px;
}
.discountopt span:before {
  content: "%";
  position: absolute;
  left: 0px;
  top: 7px;
  /* font: normal normal normal 14px/1 FontAwesome; */
  font-size: 11px;
  background-color: #4CAF50;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
}



h2.title.ng-binding {
    font-size: 54px;
    margin-bottom: 25px;
    color: #fe0000;
    margin-top: 70px;
}

p.ng-binding {
    font-size: 18px;
}

.star-rating {
  /* background-color: #4CAF50; */
  color: #ffc107;
  display: inline-block;
  /* padding: 2px 4px; */
  /* line-height: normal; */
  /* vertical-align: middle; */
  /* font-size: 12px; */
  border-radius: 4px;
  /* width: 100%; */
}

.bi, .bi:before{
  /* vertical-align: text-top!important; */
  line-height: inherit!important;
}

h5.restaurant-name {
    font-weight: normal;
}

.secondary-navbar ul.navbar-nav.navbar-right-menu {
    display: inline-block;
}
.secondary-navbar ul.navbar-nav.navbar-right-menu li{
  display:inline-block;
}
#main_menu ul.navbar-nav{
  /* border: 1px solid #b48a0f; */
}
#main_menu ul.navbar-nav.navbar-right-menu li{
  display:block;
  margin: 0px 2px;
}
nav.navbar.navbar-expand-lg.primary-navbar ul.navbar-nav.navbar-right-menu li a.nav-link {
  color: #000000!important;
  padding: 5px 5px;
  line-height: 24px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
ul.navbar-nav.navbar-right-menu li.active a.nav-link {
color: #e2dcae;
}
ul.navbar-nav.navbar-right-menu li.active a.nav-link i {
color: #b48a0f;
}
ul.navbar-nav.navbar-right-menu li a.nav-link i {
  /* color:#e2dcae; */
}

ul.top-offers-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    text-align: center;
}

ul.top-offers-list li {
    /* width: 150px; */
    /* height: 150px; */
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 45px;
    /* border: 1px solid #efefef; */
    /* border-radius: 10px; */
    padding: 0px;
    background-color: #fff;
    /* border-radius: 50%; */
    position: relative;
}

ul.top-offers-list li .grid-card {
    box-shadow: none;
    /* background-color: #9a6d00; */
    /* box-shadow: -7px 7px 0px 0px #e2007a; */
    /* border-radius: 10px 10px 10px 10px; */
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid #9a6d00;
}

ul.top-offers-list li .item-name {
    font-size: 18px;
    text-align: center;
    padding: 10px 10px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    bottom: -45px;
    left: 0;
}

.fac-icon {
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    color: #b48a0f;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border-radius: 50%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.fac-box {
    /* text-align: center; */
}

.facilty-title {
    font-size: 14px;
    padding: 10px 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.fac-box {
    /* padding: 5px 5px; */
    margin: 10px 5px;
    /* border: 1px solid #ffffff; */
    border-radius: 10px;
    display: block;
}
ul.shop-our-services-list.homepage {
  overflow-y: hidden;
  height: 340px;
  margin-bottom: 30px;
  padding: 15px 0px;
}
ul.shop-our-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    /* height: 340px; */
    /* white-space: nowrap; */
    /* margin-bottom: 40px; */
}

ul.shop-our-services-list li {
    display: inline-block;
    margin: 15px 15px;
    padding: 0px;
    text-align: center;
    width: 28%;
    background-color: #ffffff;
    border-radius: 0;
    /* border: 5px solid #b48a0f; */
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
}
ul.shop-our-services-list li:hover .item-name{
  background-color: #9f00ad;
}
ul.shop-our-services-list li .grid-card{
    /* border-radius: 50%; */
    /* border: 1px solid #ddd; */
    /* width: 150px; */
    height: 260px;
    box-shadow: none;
    margin: auto;
    margin-bottom: 0px;
    border-radius: 0;
}

ul.shop-our-services-list li .grid-img-holder {
    width: 100%;
    height: 100%;
}

ul.shop-our-services-list li .grid-img-holder img {object-fit: cover;width: 100%;height: 100%;}

ul.shop-our-services-list li .item-name {
    padding: 10px;
    /* background-color: #b48a0f; */
    background: rgb(204 0 165);
    /* background: linear-gradient(
0deg
, rgb(173 127 23) 0%, rgb(226 174 56) 100%); */
    margin: 0px 0px;
    /* box-shadow: -7px 7px 0px 0px #e2007a; */
    /* border-radius: 10px 10px 10px 0px; */
    /* border: 1px solid #b48a0f; */
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}
section.slide-wrapper.shop-our-services.services-page{
   background:none;
}
section.slide-wrapper.shop-our-services {
    /* background-color: #1b3e25; */
    /* background: rgb(180 138 15 / 65%); */
    /* background: radial-gradient(circle, rgb(226 220 174) 0%, rgb(148 116 0) 100%); */
    /* background-image: url(../img/sparoom.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

ul.top-ofthe-day-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

ul.top-ofthe-day-list li {
    display: inline-block;
    padding: 10px;
    /* border: 2px solid #b48a0f; */
    margin: 10px;
    /* border-radius: 9px; */
    background-color: #fff;
}

ul.top-ofthe-day-list li a {
    display: block;
    position: relative;
    padding-right: 30px;
    color: #000;
}

ul.top-ofthe-day-list li a:after {content: "\f135";position: absolute;right: 1px;top: calc(50% - 10px);font-family: bootstrap-icons !important;font-size: 20px;color: #ffffff;line-height: normal;border-radius: 50%;background-color: #b48a0f;height: 20px;width: 20px;line-height: 20px;}

ul.featured-brand-list {
    list-style: none;
    padding: 0;
    /* overflow-x: auto; */
    overflow-y: hidden;
    /* height: 280px; */
    /* white-space: nowrap; */
    text-align: center;
}

ul.featured-brand-list li {
    display: inline-block;
    width: 150px;
    border: 1px solid #b48a0f;
    margin: 10px;
    /* border-radius: 10px; */
    background-color: #fff;
}

ul.featured-brand-list li .grid-card {
    padding: 10px;
    background: none;
}

ul.featured-brand-list li .grid-card .grid-img-holder {
    height: 50px;
    width: 100%;
}

ul.featured-brand-list li .grid-card .grid-img-holder img {
    object-fit: contain;
}

.help-facilty {
    padding: 10px 0px;
    background-color: #928f7a;
    display: none;
}

.help-facilty .fac-box {
    background-color: #ffffff;
    padding: 10px;
}

.help-facilty .fac-icon {
    background-color: #b48a0f;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
}

.help-facilty .facilty-title {
    color: #b48a0f;
    display: inline-block;
    /* width: 85%; */
    text-align: left;
    line-height: 50px;
    vertical-align: middle;
    padding: 0px 10px;
}

.help-facilty .fac-box:after {content: '';display: table;clear: both;}
.item-holder.featured-item .thumb-wrapper {
  margin-bottom:0px;
}
.item-holder .thumb-wrapper {
   margin-bottom: 30px;
}
.thumb-wrapper {
    padding: 0px;
    border: 1px solid #e0e0e0;
    /* border-radius: 10px; */
    /* margin-bottom: 30px; */
    /* box-shadow: -7px 7px 0px 0px #b48a0f; */
    /* border-radius: 10px; */
    background-color: #fff;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
    position: relative;
}

.thumb-content {
    /* padding: 15px 15px; */
}

.thumb-content h4.item-name {
    font-size: 14px;
    color: #000;
    min-height: 55px;
    padding: 10px;
    margin-bottom: 5px;
}

.star-rating ul.list-inline {
    margin-bottom: 0px;
    text-align: right;
    font-size: 12px;
    border-radius: 0px;
}

p.item-price {
    margin: 0;
    font-size: 18px;
    padding: 5px 10px;
    /* background-color: #b48a0f; */
    color: #cc00a5;
}

p.item-price span {
    font-size: 16px;
    color: #cc00a5;
}

.img-box {
    height: 275px;
    margin-bottom: 10px;
    padding: 10px 0px;
    padding-top: 30px;
}

.img-box img.img-responsive.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* image-rendering: pixelated; */

    /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}


.cart-wrap {
	padding: 40px 4vw;
	/* font-family: 'Open Sans', sans-serif; */
	min-height: 100vh;
}
.main-heading {
	font-size: 24px;
	margin-bottom: 15px;
}
.table-cart table {
    width: 100%;
}
.table-cart thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.table-cart thead tr th {
    padding: 10px 0 10px;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
}
.table-cart tr td {
    padding: 20px 0 20px;
    vertical-align: middle;
}
.table-cart tr td:nth-child(1) {
    width: 52%;
}
.table-cart tr td:nth-child(2) {
    width: 26%;
}
.table-cart tr td:nth-child(3) {
    width: 13.333%;
}
.table-cart tr td:nth-child(4) {
    width: 8.667%;
    text-align: right;
}
.table-cart .img-product {
    width: auto;
    float: left;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
    height: 100px;
}
.table-cart .img-product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.table-cart .name-product {
    font-size: 18px;
    color: #000000;
    padding-top: 8px;
    line-height: normal;
    width: 100%;
    margin-bottom: 5px;
}
.table-cart .price {
    text-align: left;
    line-height: normal;
    /* margin-right: 40px; */
    color: #000000;
    font-size: 18px;
    /* font-family: 'Nunito'; */
    display: inline-block;
    margin-right: 15px;
}
.table-cart .quanlity {
    position: relative;
}
 .product-count{
   text-align: left;
   display: inline-block;
 }
.product-count .qtyminus,
.product-count .qtyplus {
	width: 30px;
	height: 30px;
	background: transparent;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	color: #000;
	cursor: pointer;
	font-weight: 600;
}
.product-count .qtyminus {
    line-height: 30px;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 30px;
	text-align: center;
	border: none;
	font-size: 12px;
}
.count-inlineflex {
	display: inline-flex;
	border: solid 2px #b48a0f;
	border-radius: 20px;
	/* float: right; */
}
.total {
	font-size: 20px;
	font-weight: 600;
	color: #b48a0f;
	/* text-align: right; */
	padding: 5px 0px;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}

.coupon-box {
    padding: 15px;
    /* text-align: center; */
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    /* margin-top: 55px; */
    background-color: #fff;
}
.coupon-box .coupon-input.input-group input {
    display: inline-block;
    /* width: 264px; */
    margin-right: 15px;
    height: 40px;
    border-radius: 8px;
    /* border: solid 2px #cccccc; */
    /* padding: 5px 15px; */
    font-size: 14px;
}
input:focus {
	outline: none;
	box-shadow: none;
}
.round-black-btn {
	border-radius: 25px;
	background: #212529;
	color: #fff;
	padding: 8px 35px;
	display: inline-block;
	border: solid 2px #212529;
	transition: all 0.5s ease-in-out 0s;
	cursor: pointer;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}
.cart-totals {
	border-radius: 10px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #ddd;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	margin-bottom: 15px;
}
.cart-totals h3 {
	font-size: 24px;
	color: #3c3c3c;
	/* letter-spacing: 1px; */
	font-weight: 500;
}
.cart-totals table {
	width: 100%;
}
.cart-totals table tr th,
.cart-totals table tr td {
	width: 50%;
    padding: 3px 0;
    vertical-align: middle;
}
.cart-totals table tr td:last-child {
	text-align: right;
}
.cart-totals table tr td.subtotal {
	font-size: 20px;
    color: #6f6f6f;
}
.cart-totals table tr td.free-shipping {
	font-size: 14px;
    color: #6f6f6f;
}
.cart-totals table tr.total-row td {
	padding-top: 25px;
}
.cart-totals table tr td.price-total {
	font-size: 24px;
	font-weight: 600;
	color: #b48a0f;
}
.btn-cart-totals {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.btn-cart-totals:after {
  content:'';
  display:table;
  clear:both;
}
.btn-cart-totals .round-black-btn {
	margin: 10px 0;
}

footer {
    /* text-align: center; */
    background-color: #9f00ad;
    padding: 0;
    color: #fff;
}

img._3g_kE {
    width: 100%;
}

.gj_eg {
    /* width: 320px; */
    /* margin: auto; */
}

section.product-list-wrapper {
    padding: 20px 4vw;
    min-height: 100vh;
    /* background-color: #fff; */
}

ul.nav.nav-tabs.pro-details {list-style: none;padding: 5px;margin: 0;border: none;}

div#myTabContent {
    padding: 10px;
}

.selector {
  position: relative;
  padding: 10px;
  /* width: 400px; */
  color: #7e7e7e;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.selector ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: #fff;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(100% + 17px);
}

.selector li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}

.selector li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}

.selector li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.selector li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #39c9a9;
  content: "";
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}

.selector li:hover {
  color: #aaa;
}

.selector li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}

.selector .price-slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 17px;
}

@media (min-width: 768px) {
  .selector .price-slider {
    padding-top: 8px;
  }
}

.selector .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #39c9a9;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selector #slider-range {
  width: 90%;
  margin-bottom: 30px;
  border: none;
  background: #fff8e9;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .selector #slider-range {
    width: 100%;
  }
}

.selector .ui-slider-handle {
  border-radius: 50%;
  background-color: #b48a0f;
  border: none;
  top: -14px;
  width: 28px;
  height: 28px;
  outline: none;
}

@media (min-width: 768px) {
  .selector .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
  }
}

.selector .ui-slider-range {
  background-color: #d7d7d7;
}

.selector .slider-price {
  position: relative;
  display: inline-block;
  padding: 5px 40px;
  width: 45%;
  background-color: #fff8e9;
  line-height: 28px;
  text-align: center;
}

.selector .slider-price:before {
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: 0;
  color: #000000;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selector .show-all {
  position: relative;
  padding-left: 25px;
  color: #39c9a9;
  cursor: pointer;
  line-height: 28px;
}

.selector .show-all:after,
.selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #39c9a9;
  width: 10px;
  border-bottom: 1px solid;
}

.selector .show-all:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.selector.open ul {
  max-height: none;
}

.selector.open .show-all:after {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.side-nav-categories {
  padding: 10px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 0px;
  /* background-color: #fff; */
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  /* box-shadow: 0 5px 0 rgba(200,200,200,.2); */
  margin-bottom: 30px;
  /* width: 250px; */
  margin: auto;
  /* top: 100px; */
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
}

.title {
  color: #fff;
  font-size: 18px;
  /* font-weight: bold; */
  margin-bottom: 0px;
  padding: 12px 25px 10px 25px;
  position: relative;
  display: inline-block;
  /* font-family: 'Montserrat', sans-serif; */
  letter-spacing: 0.5px;
  /* text-transform: uppercase; */
  background: #cc00a5;
  margin-top: 0px;
  margin-left: -20px;
}

.title:before {
  content: '\f0c9';
  font-family: FontAwesome;
  display: none;
}

.title:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #cc00a5 #cc00a5 transparent transparent;
}

ul#category-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

ul#category-tabs li {
  display: block;
  position: relative;
  margin: 0;
  border-bottom: 1px #ececec solid;
  padding: 10px 18px;
  cursor: pointer;
}
ul#category-tabs li:last-child{
  border-bottom:none;
}
ul.sub-category-tabs li {
  padding: 6px  !important;
}
ul.sub-category-tabs li {
  border-bottom: 0px !important;
}

ul#category-tabs li a {
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 12px;
}

ul#category-tabs li a i {
  top: 12px;
  right: 18px;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 2px;
  color: #ed6663;
}

.side-filter {
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
}




.checkout {
  /* display: flex; */
  /* min-height: 100vh; */
  max-width: 1440px;
  margin: auto;
  color: #405461;
  /* font-family: "Muli"; */
  padding: 40px 4vw;
}

.checkout__form {
  position: relative;
  padding: 20px 20px;
  /* width: 60%; */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  margin-bottom: 15px;
}

.checkout__summary {
  position: relative;
  padding: 20px;
  /* width: 40%; */
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  /* z-index: -2; */
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  margin-bottom: 15px;
}


.btn.is-loading .btn__loader {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
}
.btn.is-loading .btn__label {
  opacity: 0;
  transform: scale(0.75);
}
.btn.is-loading .btn__icon {
  opacity: 0;
  transform: scale(0.75);
}

.btn--primary {
  color: #fff;
  background-color: #e2007a;
}
.btn--primary:hover {
  background-color: #c9006c;
}
.btn--primary:focus {
  box-shadow: 0 0 0 2px #e2007a, inset 0 0 0 2px #ffffff;
}
.btn--primary .btn__icon {
  fill: #fff;
}

.btn--transparent {
  padding: 0;
  color: #404b61;
  background-color: transparent;
}
.btn--transparent:hover {
  background-color: transparent;
}
.btn--transparent:focus {
  box-shadow: none;
  text-decoration: underline;
}
.btn--transparent .btn__loader .path {
  stroke: #404b61;
}

.btn--full {
  width: 100%;
}

.btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #404b61;
  transition: all 0.5s;
}

.btn__label {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.btn__label + .btn__icon {
  margin-left: 8px;
  margin-right: 0;
}

.btn__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  width: 24px;
  height: 24px;
  transform: scale(1.25) translate(-50%, -50%);
  animation: loader 2s linear infinite;
}
.btn__loader .path {
  stroke: #fff;
  stroke-width: 4px;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stroke 1.5s ease-in-out infinite;
}

@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
#billing {
  display: none;
}
#billing.is-open {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  font-family: "Muli";
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s;
  visibility: hidden;
}
.modal.is-open {
  visibility: visible;
}
.modal.is-open .modal__background {
  opacity: 1;
}
.modal.is-open .modal__content {
  transform: scale(1);
  opacity: 1;
}

.modal__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(94, 107, 115, 0.51);
  transition: all 0.45s;
}

.modal__content {
  position: relative;
  background-color: #fff;
  min-width: 400px;
  max-width: 600px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.45s;
  transform: translate(0, 20px);
  opacity: 0;
}

.modal__header {
  flex: 0 0 auto;
  padding: 30px;
  border-bottom: 1px solid #d7dbde;
}

.modal__heading {
  color: #405461;
  font-size: 24px;
  font-weight: 600;
}

.modal__body {
  flex: 1 1 auto;
  padding: 30px;
}

.modal__footer {
  flex: 0 0 auto;
  padding: 30px;
  border-top: 1px solid #eceff1;
  text-align: right;
  background-color: #f3f5f7;
  display: flex;
  justify-content: flex-end;
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown.is-open .dropdown__label {
  border-radius: 3px 3px 0 0;
}
.dropdown.is-open .dropdown__label::after {
  transform: rotate(180deg) translate(0, 50%);
}
.dropdown.is-open .dropdown__options {
  opacity: 1;
  visibility: visible;
  border-radius: 0 0 3px 3px;
  transform: scaleY(1);
}

.dropdown__label {
  position: relative;
  padding: 14px 24px;
  border: 1px solid #d7dbde;
  border-radius: 3px;
  transition: all 0.1s ease;
}
.dropdown__label:hover {
  color: #e2007a;
}
.dropdown__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: grey;
  transition: all 0.1s ease;
}

.dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #d7dbde;
  border-top-width: 0;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: all 0.2s ease;
}

.dropdown__option {
  padding: 14px 24px;
  border-top: 1px solid #d7dbde;
  background-color: #fff;
  transition: all 0.1s ease;
}
.dropdown__option:first-child {
  border-top-width: 0;
}
.dropdown__option:hover {
  color: #e2007a;
  background-color: #f6f6f9;
}

.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio.is-selected .radio__box {
  border-color: #e2007a;
  box-shadow: inset 0 0 0 5px #fff;
}

.radio__box {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  border: 1px solid #d7dbde;
  background-color: #e2007a;
  box-shadow: inset 0 0 0 10px #fff;
  transition: all 0.1s ease;
}

.radio__label {
  flex: 1 1 auto;
  padding: 10px;
  transition: all 0.1s ease;
}
.radio__label:hover {
  color: #e2007a;
}

.grid {
  display: flex;
  margin: 20px 0;
  justify-content: space-around;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #eceff1;
}

.is-pressable {
  transition: transform 0.1s, box-shadow 0.1s;
}
.is-pressable:focus, .is-pressable:active {
  transform: translateY(1px);
}

.input {
  position: relative;
  background-color: #fff;
  transition: all 0.2s;
}
.input.is-active .input__label, .input.has-value .input__label, .input--select .input__label {
  font-size: 0.8em;
  transform: translate(0, -140%);
}
.input.is-active .input__input {
  outline: none;
  box-shadow: 0 0 0 2px #404b61;
}
.input.has-errors {
  margin-bottom: 30px;
}
.input.has-errors .input__input {
  box-shadow: 0 0 0 2px #e2007a;
}
.input.has-errors .input__error {
  opacity: 1;
  visibility: visible;
}

.input--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  border: 6px solid transparent;
  border-top-color: #666;
  margin-top: 4px;
  transform: translate(0, -50%);
  pointer-events: none;
}

.input__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  fill: #9da3af;
  transform: translate(0, -50%);
}

.input__label {
  position: absolute;
  top: 25%;
  left: 12px;
  right: 12px;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
  transform: translate(0, -50%);
  transition: all 0.2s;
}

.input__input {
  position: relative;
  padding: 30px 12px 8px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ccc;
  color: #404b61;
  background-color: transparent;
  width: 100%;
  transition: all 0.2s;
  -webkit-appearance: none;
}
.input__input:focus {
  outline: none;
}

.input__error {
  position: absolute;
  top: 100%;
  padding: 8px 12px;
  color: #e2007a;
  font-size: 14px;
  line-height: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.required {
  color: #e2007a;
  font-size: 0.8em;
}

.optional {
  color: #404b61;
  font-size: 0.8em;
}

.f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f > * {
  width: 100%;
  margin-top: 8px;
  /* margin-bottom: 8px; */
}

.f--no-margin > *:first-child {
  margin-bottom: 0;
}
.f--no-margin > *:not(:first-child) {
  margin-top: 0;
  margin-bottom: 0;
}

.f90 {
  width: calc(90% - 8px);
}

.f80 {
  width: calc(80% - 8px);
}

.f70 {
  width: calc(70% - 8px);
}

.f60 {
  width: calc(60% - 8px);
}

.f50 {
  width: calc(50% - 8px);
}

.f40 {
  width: calc(40% - 8px);
}

.f35 {
  width: calc(35% - 8px);
}

.f30 {
  width: calc(30% - 8px);
}

.f20 {
  width: calc(20% - 8px);
}

.f10 {
  width: calc(10% - 8px);
}

.fauto {
  width: auto;
}

.form {
  position: relative;
}

.form__footer {
  display: block;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* margin-top: 24px; */
}

.microcopy {
  display: block;
  /* color: #9da3af; */
  font-size: 14px;
  margin-top: 4px;
}

a {
  color: #e2007a;
}

.checkbox,
.radio {
  position: relative;
}

.checkbox__input,
.radio__input {
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ccc;
  transition: all 0.2s;
}
.checkbox__input::after,
.radio__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.checkbox__input:focus,
.radio__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #404b61;
}
.checkbox__input:checked,
.radio__input:checked {
  box-shadow: 0 0 0 1px #e2007a, inset 0 0 0 8px #e2007a;
}
.checkbox__input:checked::after,
.radio__input:checked::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

label {
  cursor: pointer;
}

.pricing td {
  padding: 5px 0;
}
.pricing tbody tr:first-child td {
  /* padding-top: 24px; */
}
.pricing tbody tr:last-child td {
  /* padding-bottom: 24px; */
}

.pricing__price {
  text-align: right;
}

.pricing__label {
  /* color: #9da3af; */
}

.pricing__total {
  font-size: 18px;
}
.pricing__total td {
  color: #404b61;
  /* padding-top: 24px; */
  border-top: 1px solid #ccc;
}
.pricing__total .pricing__price {
  font-size: 24px;
  color: #b48a0f;
}

.pricing__total-localized {
  color: #9da3af;
}
.pricing__total-localized .pricing__price {
  color: #404b61;
}

.currency {
  display: inline-block;
  vertical-align: middle;
  /* font-size: 12px; */
  /* color: #aaa; */
}

.control__input {
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ccc;
  transition: all 0.2s;
}
.control__input[type=radio] {
  border-radius: 16px;
}
.control__input[type=radio]::after {
  border-radius: 50px;
}
.control__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.control__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #404b61;
}
.control__input:checked {
  box-shadow: 0 0 0 1px #e2007a, inset 0 0 0 8px #e2007a;
}
.control__input:checked:focus {
  box-shadow: 0 0 0 2px #404b61, inset 0 0 0 8px #404b61;
}
.control__input:checked::after {
  opacity: 1;
}

.bar {
  padding: 20px;
}

.control {
  display: flex;
}

.control__input {
  flex: 0 0 auto;
  margin-right: 8px;
}

.control__label {
  flex: 1 1 auto;
}

.control__extra {
  align-self: center;
  flex: 0 0 auto;
  font-weight: bold;
}

.control__icon {
  width: 32px;
  height: 32px;
  fill: #404b61;
}

.block {
  padding: 20px;
  border: 1px solid #ccc;
}
.block + .block--collapse {
  display: none;
}
.block.is-selected {
  background-color: #f7f7f7;
}
.block.is-selected + .block--collapse {
  display: block;
}
.block:not(:first-child) {
  border-top-width: 0;
}
.block:first-child {
  border-radius: 3px 3px 0 0;
}
.block:last-child {
  border-radius: 0 0 3px 3px;
}

.block--collapse {
  display: none;
}

.colors {
  display: flex;
}

.color {
  flex: 1 1 auto;
  height: 48px;
  margin: 4px;
  background-color: red;
}
.color.primary {
  background-color: #e2007a;
}
.color.secondary {
  background-color: #404b61;
}
.color.error {
  background-color: #e2007a;
}
.color.valid {
  background-color: #41d894;
}
.color.warning {
  background-color: #f7cc7e;
}
.color.tip {
  background-color: #9bdaed;
}

.primary {
  color: #e2007a;
}

.secondary {
  color: #404b61;
}

.pages {
  display: flex;
  width: 100%;
}

.page {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 0 2px;
}
.page.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.page--2 {
  transform: translate(-100%, 0);
}

.page--3 {
  transform: translate(-200%, 0);
}

.page--4 {
  transform: translate(-300%, 0);
}

.summary {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.summary__title {
  flex: 0 0 auto;
  padding-right: 20px;
  font-weight: bold;
}

.summary__content {
  flex: 1 1 auto;
  padding: 0 20px;
  color: #aaa;
}

.summary__extra {
  flex: 0 0 auto;
  padding-left: 20px;
}

.logo {
  /* position: absolute; */
  /* top: 50px; */
  /* left: 40px; */
  /* width: 200px; */
  /* height: 60px; */
  /* border: 1px solid #eee; */
}
.logo::after {
  content: "logo";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ddd;
  transform: translate(-50%, -50%);
}

.collapser.is-open .collapser__label {
  display: none;
}
.collapser.is-open .collapser__content {
  display: block;
}

.collapser__content {
  display: none;
}

.collapser__label {
  position: relative;
}

.steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.step {
  width: 60px;
  height: 60px;
  border-radius: 200px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.step.is-complete {
  background-color: #e2007a;
  border-color: transparent;
}

.step__label {
  position: relative;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 80px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}
.step__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  color: #fff;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.header {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* margin: 48px 0 8px; */
}

.message {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  background-color: #f7f7f7;
}
.message.is-hidden {
  display: none;
}
.message.is-visible {
  display: block;
}

.message--info {
  border-color: #95b4d0;
  color: #4688c5;
  background-color: #eff5fb;
}

.tooltip {
  position: absolute;
  top: 0;
  left: 0;
}

.cart-items {
    /* border-radius: 10px; */
    /* padding: 25px; */
    background-color: #fff;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    margin-bottom: 15px;
}

.user-profile-wrapper img.user-profile {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.order-list {
    list-style: none;
    padding: 0;
}

ul.order-list li.order-content {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
    font-size: 14px;
}


/* DELETE CSS */
.slider{/* display: flex */}
.fontSize-20{font-size: 20px}
.hidden{display:none}

ul.best-offer-slider {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /* height: 340px; */
    overflow: hidden;
    margin-bottom: 30px;
}

ul.best-offer-slider li {
    display: inline-block;
    /* margin-right: 10px; */
    margin-bottom: 20px;
    width: auto;
    padding: 0px 20px;
    /* max-width: none; */
    width: 30%;
}

ul.best-offer-slider li .grid-title {
    text-align: center;
    padding: 15px 10px;
    font-size: 22px;
    color: #ffffff;
    background-color: #cc00a5;
    text-transform: uppercase;
}


.banner-section .slide-item {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-section .slide-item img.slider-wrapper__img.slider-cust-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul.top-offers-list li .grid-img-holder {
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
}

.shop-by-category {
    /* background: rgb(201,0,122); */
    /* background: linear-gradient(0deg, rgba(201,0,122,1) 0%, rgba(230,0,109,1) 100%); */
    /* background: rgb(255,152,202); */
    /* background: linear-gradient(0deg, rgb(255 124 187) 0%, rgb(255 206 206)100%); */
    /* background: rgb(126,93,11); */
    /* background: linear-gradient(0deg, rgb(211 112 0) 0%, rgb(211 112 0) 100%); */
    padding: 4vw 4vw;
    background-image: url(../img/sparoom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.shop-by-category .slider-title h4.title-head {
    /* color: #ffffff; */
    font-size: 76px;
    color: #cc00a5;
    float: none;
    text-align: center;
    display: inline-block;
    /* margin: auto; */
    /* background-color: #ffffff; */
    padding: 10px 15px;
    line-height: normal;
    border-radius: 4px;
    /* background: rgb(255,196,57); */
    /* background: linear-gradient(0deg, rgba(255,196,57,1) 0%, rgba(222,159,49,1) 100%); */
    /* box-shadow: -7px 7px 0px 0px #b48a0f; */
    /* border-radius: 10px 10px 10px 0px; */
    /* font-family: 'alhambra-regular'; */
}
.shop-by-category .slider-title h4.title-subhead {
    font-size: 26px;
    margin-top: -15px;
    color: #ffffff;
    font-family: RobotoSlab-regular;
}
.shop-by-category .slider-title {
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    /* text-align: center; */
}

ul.best-offer-slider li .grid-card {
    padding: 0;
    /* box-shadow: -7px 7px 0px 0px #dcb45c; */
    /* border-radius: 10px 10px 10px 0px; */
    border-radius: 0;
}

ul.best-offer-slider li .grid-card:hover{
	 box-shadow: -10px 10px 0px 0px #9f00ad;
}

section.slide-wrapper.shop-our-services .slider-title {
    text-align: center;
}

.facilty {
    display: none;
}

p.item-price strike {
    font-size: 14px;
    color: #949494;
    display: inline-block;
}

nav.navbar.navbar-expand-lg.navbar-light.primary-navbar .container {
    width: 100%;
    padding: 0 2vw;
}

.slide-holder.container {
    /* padding: 0px 1vw; */
}

span.cart-quantity-badge {
    position: absolute;
    top: 10px;
    padding: 0px 0px;
    right: 0;
    background-color: #f00;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.form-section.login-form {
    /* border: 1px solid #ddd; */
    padding: 10px 0px;
    border-radius: 10px;
    position: relative;
    padding-top: 0px;
    /* box-shadow: -7px 7px 0px 0px #b48a0f; */
    border-radius: 10px 10px 10px 0px;
    /* border: 1px solid #b48a0f; */
    background-color: #fff;
    width: 320px;
    /* margin-top: 4%; */
    /* margin-left: 10px; */
}

.form-section.login-form .login-title {
    text-align: left;
    display: inline-block;
    padding: 5px 0px;
    font-size: 20px;
    margin-bottom: 0px;
    background-color: #fff;
    /* box-shadow: -7px 7px 0px 0px #b48a0f; */
    border-radius: 0;
    border-bottom: 2px solid #b48a0f;
    font-weight: bold;
}

.form-section.login-form .login-texts {
    position: relative;
    top: 0;
    left: 0;
    /* width: 100%; */
    margin-bottom: 15px;
    padding: 0px 15px;
}

.footer-logo {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    margin: 8px 10px;
    border-radius: 10px;
}

.footer-logo img.logo {
    width: 100%;
}

p.footer-copyright-txt {
    text-align: center;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0;
}

.form-section.register-form{
 
    padding: 10px 0px;
    border-radius: 10px;
    position: relative;
    padding-top: 0px;
    /* box-shadow: -7px 7px 0px 0px #b48a0f; */
    border-radius: 10px 10px 10px 0px;
    /* border: 1px solid #b48a0f; */
    background-color: #fff;
    width: 320px;
 
}

.form-section.register-form .register-title {
  text-align: left;
    display: inline-block;
    padding: 5px 0px;
    font-size: 20px;
    margin-bottom: 0px;
    background-color: #fff;
    /* box-shadow: -7px 7px 0px 0px #b48a0f; */
    border-radius: 0;
    border-bottom: 2px solid #b48a0f;
    font-weight: bold;
}

.form-section.register-form .register-texts {
  position: relative;
    top: 0;
    left: 0;
    /* width: 100%; */
    margin-bottom: 15px;
    padding: 0px 15px;
}

footer {}

body {
    background-color: #ffffff;
}

.btn {
    background-color: #cc00a5;
    border-color: #cc00a5;
    color: #fff;
    border-radius: 0;
    padding: 8px 24px;
    font-size: 14px;
}
.btn.btn-outline {
  background-color: #b48a0f00;
    border-color: #b48a0f;
    color: #b48a0f;
}
.btn:hover, .btn:focus {
    background-color: #9f00ad;
    border-color: #9f00ad;
    color: #fff;
}

.table-cart {
    padding: 0;
    /* border: 1px solid #ddd; */
    margin: 0px 15px;
}
.table-cart li{
  border: 1px solid #ddd;
  padding: 5px 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
}
section.slide-wrapper.top-ofthe-day {
    background: rgb(63 90 64);
    background: linear-gradient(0deg, rgb(111 104 43) 0%, rgb(130 122 55) 100%);
}

section.slide-wrapper.top-offers {
    background-color: #fff;
    padding: 2vw 10px;
    /* border: 1px solid #b48a0f; */
    /* border-radius: 15px; */
}

ul.top-offers-list li .grid-card .item-offer {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5ff07;
    padding: 5px;
    font-size: 12px;
    color: #f00;
}

.slide-wrapper.offer-deals {
    padding: 4vw 5vw;
    background-color: #fff;
}

.slide-wrapper.feature-product {
    /* background-color: #fff; */
}

.slide-wrapper.offers {
    padding: inherit;
    /* background-color: rgb(211 112 0 / 50%); */
    /* border-radius: 10px; */
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
    /* width: 68%; */
    /* margin-right: 25px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
}

.slide-wrapper.deals {
    padding: inherit;
    background-color: rgb(255 255 255 / 50%);
    /* border-radius: 10px; */
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
    /* width: 30%; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* border: 1px solid #000000; */
}


section.slide-wrapper.offers .slide-holder ul.top-offers-list {
    height: auto;
    /* white-space: nowrap; */
    /* overflow-y: hidden; */
    /* overflow-x: auto; */
    width: 100%;
    float: right;
    position: relative;
}
section.slide-wrapper.offers .slide-holder ul.top-offers-list li {
    margin-bottom: 0;
    width: auto;
    margin: 10px;
    display: block;
    text-align: left;
}
section.slide-wrapper.deals .slide-holder ul.top-offers-list {
    /* height: auto; */
    /* white-space: nowrap; */
    /* overflow-y: hidden; */
    /* overflow-x: auto; */
    position: relative;
}

section.slide-wrapper.deals .slide-holder ul.top-offers-list li {
    margin-bottom: 0;
}

.table-cart tbody tr {
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}

#main_menu ul.navbar-nav.navbar-right-menu li.nav-item.active {
    border-bottom: 2px solid #cc00a5;
}

li.nav-item.dropdown {
    position: relative;
}
ul.navbar-nav.navbar-right-menu li.nav-item.dropdown > a.nav-link{
	padding-right:20px;
	text-transform: capitalize;
}
ul.navbar-nav.navbar-right-menu li >  a.nav-link:hover,
ul.navbar-nav.navbar-right-menu li >  a.nav-link:focus,
ul.navbar-nav.navbar-right-menu li.active >  a.nav-link{
	color:#b48a0f
}
ul.navbar-nav.navbar-right-menu li.nav-item.dropdown >  a.nav-link:hover,
ul.navbar-nav.navbar-right-menu li.nav-item.dropdown >  a.nav-link:focus,
ul.navbar-nav.navbar-right-menu li.active >  a.nav-link{
	color:#b48a0f
}
li.nav-item.dropdown:after {
	content: "\f270";
	position:absolute;
	right: 5px;
	top: calc(50% - 5px);
	height:10px;
	width:10px;
	display: inline-block;
	font-family: bootstrap-icons !important;
	line-height: normal;
	font-size: 10px;
	color: #fff;
}

li.nav-item.dropdown:hover ul.nav-dropdown {
	display:block;
}
li.nav-item.mini.dropdown ul.nav-dropdown {
  padding: 5px 10px;
  min-width: 180px;
}
li.nav-item.dropdown ul.nav-dropdown {
	display:none;
    list-style: none;
    padding: 10px 20px;
    position: absolute;
    right:0;
    background-color: #fff;
    min-width: 240px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	max-height: 70vh;
	overflow-y: auto;
	z-index: 99;
}
.secondary-navbar ul.navbar-nav.navbar-right-menu li.nav-item.dropdown ul.nav-dropdown li{
  display:block;
}
li.nav-item.dropdown ul.nav-dropdown li {
    border-bottom: 1px solid #ddd;
}
li.nav-item.dropdown ul.nav-dropdown li:last-child {
    border-bottom: none;
}
li.nav-item.dropdown ul.nav-dropdown li a.nav-link {
    padding: 10px;
    color: #000!important;
}

li.nav-item.mini.dropdown ul.nav-dropdown li a.nav-link {
  padding:5px;
}
.navbar-right-menu li.nav-item.mini.dropdown ul.nav-dropdown li a.nav-link .menu-icon{
  color:#000;
}
.overlay-loading {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-color: #fff;
	z-index: 9999;
}
.overlay-loading > div {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
.overlay-loading > div > img {
	width: 300px;
}

.form-bg-wrapper {
    background-image: url(../img/login-bg.jpg);
    padding: 3% 3%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 4% auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.brand-logo {
    width: 190px;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #fff;
    margin-left: 15px;
    border-radius: 10px;
}

.brand-logo img {
    width: 100%;
}

input.form-control,
textarea.form-control {
    border: 1px solid #b48a0f;
}

.srv-validation-message {
    font-size: 11px;
    color: #fd0000;
}

.cart-empty-block {
    text-align: center;
    padding: 10vw 4%;
}

img.cart-empty-img {
    width: 320px;
}

.auth-error {
    background-color: #ffcccc;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 10px;
    border: 1px solid #b90000;
}

ul.sub-category-tabs {
    padding: 0;
}

.main-itemlist {
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
    /* padding: 15px; */
}

.main-itemlist h4.title-head {
    box-shadow: none;
    border: none;
    text-align: left;
    display: block;
    padding: 0;
}

.main-itemlist .slider-title {
    border-bottom: 1px solid #e4e4e4;
    /* background-color: #fff; */
    border-radius: 0;
    background-color: #fff;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
    padding: 10px 20px;
    margin-bottom: 20px;
}


.product-imgs {
    /* height: 300px; */
    border: 1px solid #b48a0f;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.product-imgs img.big-img {
  height: 400px;
  width: 100%;
  object-fit: contain;
}

img.thumb-img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.pro-details li.nav-item {
    border: 1px solid #ddd;
    margin: 2px;
    /* height: 60px; */
    padding: 5px;
}

h3.product-price {
  color: #b48a0f;
  font-size: 22px;
}

h3.product-price strike {
    color: #808080;
    font-size: 22px;
}

h2.product-name {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
}

button.order-status-button {
    -webkit-appearance: none;
    border: none;
    background-color: #b48a0f;
    color: #fff;
    /* padding: 10px; */
    border-radius: 10px;
}

.card.cod {
    margin-bottom: 20px;
    text-align: center;
}

.card.paypal {
    margin-bottom: 20px;
}

.banner-section .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
}

.banner-section .owl-nav button.owl-prev {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #000!important;
    color: #fff!important;
    font-size: 30px!important;
    text-align: center;
}

.banner-section .owl-nav button.owl-next {
    float: right;
    width: 50px;
    height: 50px;
    background-color: #000!important;
    color: #fff!important;
    font-size: 30px!important;
    text-align: center;
}
.banner-section .owl-nav button.owl-prev span{/* line-height: 50px; */display: block;vertical-align: middle;}
.banner-section .owl-nav button.owl-next span{/* line-height: 50px; */display: block;vertical-align: middle;}

section.slide-wrapper.top-ofthe-day h4.title-head {
    color: #ffffff;
}

section.slide-wrapper.offers-deals {
    /* background-color: #d4ce68; */
    padding: inherit;
    /* background-image: url('../img/bg-pattern-2.png'); */
    background-size: contain;
    display: none;
}

.banner-section  .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

section.slide-wrapper.offers .slider-title {
    /* width: 30%; */
    /* float: left; */
    text-align: left;
    margin: 0;
    padding: 0;
}

section.slide-wrapper.offers .slide-holder ul.top-offers-list .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

section.slide-wrapper.offers .slide-holder ul.top-offers-list .owl-nav button.owl-prev {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #000!important;
    color: #fff!important;
    font-size: 30px!important;
    text-align: center;
    line-height: normal!important;
    vertical-align: middle;
    }

section.slide-wrapper.offers .slide-holder ul.top-offers-list .owl-nav button.owl-next {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #000!important;
    color: #fff!important;
    font-size: 30px!important;
    text-align: center;
    line-height: normal!important;
}
section.slide-wrapper.offers .slide-holder ul.top-offers-list .owl-nav button.owl-prev > span,
section.slide-wrapper.offers .slide-holder ul.top-offers-list .owl-nav button.owl-next > span {
  font-size: 25px;
  line-height: 15px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
section.slide-wrapper.deals .slider-title {
    text-align: center;
    margin: 0;
    padding: 0;
}

section.slide-wrapper.deals .slide-holder ul.top-offers-list .owl-nav {
    /* position: absolute; */
    /* right: 0; */
    /* top: -70px; */
    float: none;
    width: 100%;
    text-align: center;
}
section.slide-wrapper.deals .slide-holder ul.top-offers-list .owl-nav button.owl-prev {
    /* float: left; */
    width: 30px;
    height: 30px;
    background-color: #000000!important;
    color: #fff!important;
    font-size: 30px!important;
    text-align: center;
   line-height: normal!important;
    }

section.slide-wrapper.deals .slide-holder ul.top-offers-list .owl-nav button.owl-next {
    /* float: left; */
    width: 30px;
    height: 30px;
    background-color: #000000!important;
    color: #fff!important;
    font-size: 30px!important;
    text-align: center;
   line-height: normal!important;
}
section.slide-wrapper.deals .slide-holder ul.top-offers-list .owl-nav button.owl-prev > span,
section.slide-wrapper.deals .slide-holder ul.top-offers-list .owl-nav button.owl-next > span {
  font-size: 25px;
  line-height: 15px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
section.mini-slider {
    /* width: 50%; */
    /* display: inline-block; */
    position: relative;
    padding: 1vw 10vw;
}

section.slide-wrapper.featured-brand {
    /* width: 50%; */
    /* display: inline-block; */
    /* padding: 20px; */
}

section.mini-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-top.container {
    padding: 10px 5vw;
}

.footer-copyright {
    background-color: #000;
}
ul.footer-address{
list-style: none;padding: 10px 10px;margin: 0;text-align: left;
}
ul.footer-address li {
   display: block;
   margin-bottom: 10px;
   /* border-right: 1px solid #fff; */
   vertical-align: middle;
   font-size: 14px;
   color: #fff;
   padding-left: 35px;
   /* text-indent: 30px; */
}
ul.footer-address li a {
   color: #fff;
   /* padding-left: 20px; */
}
ul.footer-menu {list-style: none;padding: 10px 10px;margin: 0;text-align: left;column-count: 2;}

ul.footer-menu li {
    display: block;
    margin-bottom: 10px;
    /* border-right: 1px solid #fff; */
    vertical-align: middle;
}
ul.footer-menu li:last-child {
   border-right:none;
}
ul.footer-menu li a {
    color: #fff;
    padding: 5px 5px;
    font-size: 14px;
}

button.owl-prev, button.owl-next {
    width: 25px;
    height: 25px;
    line-height: normal!important;
    display: inline-block!important;
}
button.owl-prev:hover, button.owl-next:hover,
button.owl-prev:focus, button.owl-next:focus {
  outline:none;
  
}
button.owl-prev > span, button.owl-next > span {
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.card-body.myaccount-info {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.ordered-item-img-wrapper {
    height: 100px;
}

.ordered-item-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.side-usermenu {
    list-style: none;
    padding: 0;
}

ul.side-usermenu li {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

ul.side-usermenu li a {
    padding: 10px;
    display: block;
    color: #000;
}

.user-profile-wrapper {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #ddd;
    overflow: hidden;
}

.user-info {
    display: inline-block;
    padding: 0px 10px;
}

.secondary-navbar ul.navbar-nav.navbar-left-menu {
    color: #fff;
    display: inline-block;
}

.secondary-navbar ul.navbar-nav.navbar-left-menu li {
    margin: 0px 5px;
    font-size: 14px;
    display: inline-block;
}

ul.navbar-nav.mr-auto.navbar-left-menu li a {
    color: #fff;
}

ul.navbar-nav.mr-auto.navbar-left-menu li span.link-lable {
    padding: 5px 8px;
    color: #fff;
    display: none;
}

h5.desp-title {
    font-weight: bold;
    border-bottom: 1px solid #b48a0f;
    padding-bottom: 10px;
}

a.write-review-btn {
    font-size: 14px;
    padding: 6px 10px;
    background-color: #b48a0f;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
}

section.courselist-wrapper {
    padding: 20px 8vw;
    background-image: url(../img/bg-pattern-2.png);
    min-height: 100vh;
}

ul.courselist-holder {
    list-style: none;
    padding: 0;
}

ul.courselist-holder li.course-container {
    padding: 15px;
    border: 1px solid rgb(211 112 0 / 50%);
    margin-bottom: 40px;
    background-color: rgb(185 171 46 / 25%);
    /* background-image: url(../img/bg-pattern-2.png); */
}

.img-wrapper {
    margin: auto;
    width: 80%;
}

.img-holder {
    width: 100%;
    height: auto;
}

.img-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

ul.content-points {
    list-style: none;
    padding: 0;
    /* border: 1px solid #000; */
    margin-bottom: 10px;
}

ul.content-points li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #b48a0f;
    margin-right: 15px;
    border-bottom: 3px solid #b48a0f;
    border-radius: 5px 5px 5px 5px;
    border-left: 3px solid #b48a0f;
}

.content-desp p {
    font-size: 14px;
    height:50px;
    overflow-y:hidden;
}
.content-desp p.open {
  height:auto;
}
.content-title {
    font-size: 28px;
    font-weight: bold;
    color: #b48a0f;
    margin-bottom: 10px;
}

.content-btn-holder {
    padding: 5px 0px;
}

.btn.btn-enquiry {
    background-color: #b48a0f;
    color: #ffffff;
    padding: 10px 20px;
}

.content-desp {
    /* background-color: #fff; */
}

.content-holder {
    background-color: #ffffff87;
    padding: 20px;
}

.content-wrapper {
    padding: 4px 4vw;
    /* min-height: 100vh; */
}

.course-price {
    font-size: 24px;
    padding: 5px 0px;
}

.showHide-btn {
    padding: 10px 0px;
    font-size: 16px;
    color: #b48a0f;
    cursor: pointer;
    display: inline-block;
}

.custom-datepicker {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    width: auto;
}

.custom-datepicker .date-calender {
    /* width: 100%; */
    display: inline-block;
    margin-right: 10px;
}

.custom-datepicker .time-slots {
    display: inline-block;
    width: 50%;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #aeaeae;
    border-radius: 4px;
}

.custom-datepicker .time-slots .btn {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    width: 65px;
}

.custom-datepicker .time-slots .btn.slot-opened {
    background-color: #28a745;
    color: #fff;
}

.custom-datepicker .time-slots .btn.slot-closed {
    background-color: #fd0000;
    color: #fff;
    cursor: not-allowed;
}

.user-comments {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}

.new-comment-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.small-title {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    display: inline-block;
}

.user-comments i.fa.fa-user {
    background-color: #ddd;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

section.gallery-wrapper {
    padding: 40px 5vw;
    /* background: radial-gradient(circle, rgb(226 220 174) 0%, rgb(211 112 0) 100%); */
    background-image: url(../img/bg-pattern-2.png);
    min-height: 100vh;
}



.owl-carousel {
  z-index: 0!important;
}

.myorders-holder {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 20px;
}

.myorders-holder .tab-content {
    padding: 20px 10px;
}

.nav-tabs .nav-link {
    cursor: pointer;
    color: #b48a0f;
    padding: 15px 20px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #b48a0f #b48a0f #dee2e600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #b48a0f #b48a0f #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.nav.nav-tabs {
    border-bottom: 1px solid #b48a0f;
}

.myprofile-info {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
    padding: 15px;
}

.share-holder {
    margin-bottom: 20px;
    position: fixed;
    right: 0;
    top: 50%;
    padding: 8px;
    background-color: #fff;
    text-align: center;
    z-index: 999;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.desp-holder {
    margin-bottom: 20px;
}

.cust-review-holder {
    margin-bottom: 20px;
    margin-top: 20px;
}

span.share-label {
    padding-bottom: 5px;
    display: block;
}

.wrapper_enquiry {
    padding: 40px 8vw;
}

.enquiry-info {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 4%;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.no-comments {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}

.footer-fixed {
	position: fixed;
	bottom: 0;
	-webkit-box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.15);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #b48a0f;
	text-align: center;
	z-index: inherit;
	width: 100%;
	left: 0;
}
.active-footer-tab {
	
}
.footer-links {
	color: #ffffff;
	font-weight: 500;
	padding: 5px 0px;
}
.footer-links:hover, .footer-links.active{
	color: #000000;
	font-weight: 600;
}
.cart-quantity-badge {
	border-radius: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	background-color: #fd0000 !important;
	right: 0;
	left: inherit;
	font-size: 10px;
	text-align: center;
	height: 16px;
	width: 16px;
	line-height: 16px;
}

.mob-menu-icon, .mob-menu-icon::before {
    font-size: 24px!important;
    line-height: normal!important;
    vertical-align: middle!important;
}

.footer-links span.mob-menu-txt {
    font-size: 10px;
}
button.navbar-toggler:focus{
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

ul.top-ofthe-day-list li a .item-name {}

button.btn-checkout.round-black-btn {
    width: 100%;
    margin: 0px;
}

button.btn.btn-continue {
    /* border-radius: 50px; */
    background-color: #b48a0f;
    color: #fff;
}

.btn-cart-totals .btn.btn-checkout {
    background-color: #b48a0f;
    color: #fff;
    width: 100%;
    float: left;
    font-size: 16px;
    height: 40px;
}
.btn-cart-totals .btn.btn-login-checkout{
  background-color: #b48a0f;
    color: #fff;
    width: 100%;
    float: left;
    font-size: 16px;
    height: 40px;
}
.checkout-total {
  margin-bottom:10px;
  display: none;
}
.checkout-total:after {
  content:'';
  display:table;
  clear:both;
}
.checkout__summary button.btn.btn-continue{
  width:100%;

}

.checkout-total .total-label {
    font-size: 18px;
    text-align: left;
    width: 50%;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
}

.checkout-total .price-total {
    text-align: left;
    font-size: 22px;
    float: right;
    color: #b48a0f;
    font-weight: bold;
    line-height: 30px;
}

tr.total-row {
    display: none;
}



.showdetail-btn {
    font-size: 12px;
    padding: 0;
    line-height: normal;
    color: #b48a0f;
    text-decoration: underline;
    cursor: pointer;
    display:none;
}
.table-cart .icon{
 font-size: 22px;
 font-weight: bold;
 line-height: 20px!important;
 height: 20px;
 width: 20px;
 text-align: center;
 cursor: pointer;
 float: right;
}
.table-cart .icon .bi.bi-x {
    
/* width: 20px; */
    
/* line-height: 20px!important; */
    
/* height: 20px; */
    
/* display: block; */
}

.f.checkout-summary-detail {
    /* padding: 10px; */
    margin-bottom: 10px;
}

div#myaccount-info {}

.filter-btn {
    display: none;
}

span.mob-icon {
    font-size: 16px;
    line-height: normal;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    display: inline-block;
    text-align: center;
}

span.desk-icon {}

div#page-container {
    /* min-height: 100vh; */
}

.page-content {
    min-height: 100vh;
}
.page-content p{
  text-align:justify;
}
button.navbar-toggler {
    color: #fff!important;
    font-size: 30px;
    /* line-height: normal; */
    /* vertical-align: middle; */
    width: 55px;
    float: right;
}

button.navbar-toggler i.bi.bi-list {
    /* line-height: 15px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
}

button.navbar-toggler i.bi.bi-list::before{
   line-height: normal!important;
   display: inline-block;
   vertical-align: middle;
}

button.navbar-toggler.open i.bi.bi-list::before{
  
content: "\f5ae";
}

section.helpcenter-wrapper {
    padding: 40px 4vw;
}

section.helpcenter-wrapper .content-holder {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 20px;
}

section.helpcenter-wrapper .react-tabs__tab-panel {
    padding: 20px;
}

ul.ticket-list {list-style: none;padding: 0;}

ul.ticket-list li {
    /* padding: 20px; */
    border: 1px dashed #ddd;
    margin-bottom:15px;
}
ul.ticket-list li a{
  padding: 20px;
  display:block;
}

section.ticketchat-wrapper {
      padding: 40px 4vw;
}
section.ticketchat-wrapper .ticketchat-holder {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 20px;
    position: relative;
}

ul.chat-list {
    border: 1px solid #b48a0f;
    padding: 20px;
    list-style: none;
}

ul.chat-list:after{
  content:'';
  display:table;
  clear:both;
}

ul.chat-list li.user-msg {
    /* float: right; */
    /* clear: right; */
   
    text-align: right;
    display: block;
}

ul.chat-list li.admin_msg {
    /* float: left; */
    /* clear: left; */
   
    text-align: left;
    display: block;
}

ul.chat-list li.user-msg .ticket-content{
   background-color: #b48a0f;
    padding: 10px;
    border-radius: 10px 0px 10px 10px;
    margin-bottom: 10px;
    color: #fff;
    display:inline-block;
}

ul.chat-list li.admin_msg .ticket-content{
   background-color: #ddd;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
    margin-bottom: 10px;
    text-align: left;
    display:inline-block;
}

.section-loading {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #00000059;
	z-index: 9999;
}
.section-loading > div {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
.section-loading > div > img {
	width: 300px;
}


.contactaddress_wrapper {
    padding: 2vw 10vw;
}

.contactaddress_holder {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.termspage_wrapper {
    padding: 2vw 7vw;
}

.termscontent_holder {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 25px;
}

.aboutspa_wrapper {
    padding: 4vw 4vw;
}

.aboutspa_holder {
    text-align: left;
    padding: 3vw;
    margin-bottom: 40px;
    background-color: #ffffff;
    border: 1px solid #cc00a5;
}

.aboutspaowner_holder {
    padding: 4vw;
    background-color: #cec899;
    margin-bottom: 40px;
    /* background-image: url(../img/bg-pattern-2.png); */
}
.title-section{
  margin-bottom: 30px;
}
.page_coverimg_holder .title-section .section_heading {
  color: #cc00a5;
}
.aboutspaAccolades_holder .title-section .section_heading {
   color: rgb(115 88 10);
}
.title-section .section_heading {
  text-align: center;
  font-size: 65px;
  font-family: 'Niconne-regular';
  margin-bottom: 10px;
  color: rgb(180 138 15);
}
.title-section .section_caption {
  text-align: center;
  font-size: 24px;
  font-family: 'RobotoSlab-Regular';
  margin-top: -15px;
}
.section_heading {

font-size: 26px;

font-family: RobotoSlab-Bold;

margin-bottom: 15px;
}


.img_holder {
    width: 100%;
    padding: 40px;
    border: 4px solid #b48a0f;
    background-image: url(../img/bg-pattern-2.png);
}

.img_holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutspaetiquette_holder {
    padding: 4vw;
    background-color: #cec899;
    margin-bottom: 40px;
}

.aboutspafacilities_holder {
    padding: 4vw;
    background-color: #cec899;
    margin-bottom: 40px;
	display: none;
}

.aboutspaAccolades_holder {
    padding: 4vw;
    background-color: #cec899;
    margin-bottom: 40px;
}

.running-order {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 20px;
}

.order-wrapper {
    padding: 4vw 8vw;
}

.order-holder {
    border: 1px solid #b48a0f;
    padding: 0px 15px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.order_placed_success {
    padding: 15px;
    border: 1px solid #28a745;
    border-radius: 10px;
    margin-bottom: 20px;
}

.order_placed_success .success-text {
    margin-bottom: 0;
    color: #28a745;
    font-size: 22px;
    line-height: 30px;
    vertical-align: middle;
}

.order_placed_success .success-text i.bi.bi-check-circle-fill {
    padding: 5px;
}

.page_coverimg_holder {
    width: 100%;
    height: 300px;
    /* overflow: hidden; */
    position: relative;
}

.page_coverimg_holder img.coverimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center;
}

.page_coverimg_holder .title-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 8%;
    /* background-color: #00000052; */
    color: #fff;
}

.order-itemname{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.order-number {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: bold;
}

.order-holder .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.order-status-button {
    font-size: 12px;
    text-align: center;
    padding: 10px;
    background-color: #28a745;
    color: #fff;
}

.ordered-status .btn {
    font-size: 12px;
}
.enquiry-alert-msg{
	color : green;
	font-weight:bold;
}
.testimonial_wrapper {
    padding: 4vw;
}

.testimonial_cmt_block {
    position: relative;
    padding: 10px;
}
.testimonial_cmt_block .cmt_descp:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 34px;
  top: -38px;
  border: 12px solid transparent;
  border-bottom: 32px solid rgb(193,193,193);
  border-bottom: 26px solid rgb(191 186 142 / 39%);
  z-index: 2;
}
.testimonial_cmt_block .cmt_descp:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 36px;
  top: -30px;
  border: 10px solid transparent;
  border-bottom: 22px solid #fff;
  z-index: 3;
}
.testimonial_cmt_block .cmt_holder{
  
background-color: #ffffff;
  
/* padding: 10px; */
  
box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  
border-radius: 10px;
  
padding: 15px;
  
height: 255px;
  
margin-bottom: 10px;
}

.cmt_header {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
    border-radius: 10px;
    padding: 6px 6px;
}
.cmt_header:after{
  content:'';
  display:table;
  clear:both;
}
.cmt_userimg_wrapper {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ddd;
    overflow: hidden;
    vertical-align: middle;
}

.cmt_username {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    vertical-align: middle;
}

.cmt_userimg_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cmt_descp {
    font-size: 14px;
    background-color: #fff;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 150px;
    overflow-y: auto;
    /* margin-bottom: 10px; */
}

.aboutspaArticles_holder {
    padding: 4vw;
    background-color: #cec899;
    margin-bottom: 40px;
    display: none;
}

button.searchclose_btn {
    /* height: 40px; */
    /* width: 40px; */
    background-color: #0000;
    -webkit-appearance: none;
    border: none;
    border-radius: 50px;
    color: #fff;
    margin: 20px;
    font-size: 40px;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    /* padding: 20px; */
}

section.homeAbout_wrapper {
    padding: 5% 5%;
    background-color: #f6f6f6;
    background-image: url('../img/bg-pattern-2.png');
}

.homeAbout_holder {
    background-color: #fff;
    border: 1px solid #cc00a5;
}

.homeAbout_holder .img-holder {
    height: 450px;
}

.homeAbout_holder .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.homeAbout_content {
    padding: 20px 10%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.homeAbout_content .title-section {
    margin-bottom: 20px;
}

.homeAbout_content p {
    text-align: justify;
    line-height: 2;
    font-size: 14px;
}

.homeAbout_content .title-section .section_caption {
    font-size: 26px;
    margin-top: -20px;
    color: #000000;
    font-family: RobotoSlab-regular;
}

.homeAbout_content .title-section .section_heading {
    font-size: 64px;
    color: rgb(204 0 165);
}

.thumb-content .star-rating {
    display: block;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

section.slide-wrapper.shop-our-services .slider-title h4.title-head{
  font-size: 64px;
  color: rgb(204 0 165);
}

a.btn.btn-readmore {
    border: 1px solid #cc00a5;
    background-color: transparent;
    color: #000;
    padding: 8px 24px;
    font-size: 14px;
}
a.btn.btn-readmore:hover, a.btn.btn-readmore:focus {
  background-color: #cc00a5;
  color:#fff;
}

section.slide-wrapper.shop-our-services .slider-title h4.title-subhead {
    font-size: 26px;
    margin-top: -10px;
    color: #000000;
    font-family: RobotoSlab-regular;
}

.item-holder.featured-item {
    position: relative;
    margin-bottom: 30px;
}

.item-holder.featured-item .star-rating {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 2px 5px;
    width: 100%;
    /* background-color: #716a2c; */
    border-radius: 0px;
}

.side-img-holder {
  height: 600px;
}

.side-img-holder img {
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: center;

}

.featured-itemlist {
  height: 600px;
    overflow-y: auto;
}

.slide-wrapper.feature-product .slide-holder.container {
    padding: 20px;
}

.star-rating ul.list-inline li.list-inline-item {
    margin-right: 2px;
}

.best-offer-slider .grid-img-holder img{
  object-fit:cover;
}

section.slide-wrapper.testimonial-homepage {
    background-color: #f3e7c0;
}

.cmt_descp p {
    /* margin-bottom: 10px; */
}

.crown-logo-holder {
    /* width: 280px; */
    margin: 0px auto;
    padding: 15px;
    border-right: 1px solid #b48a0f;
    /* background-color: #ddd; */
}

.crown-logo-holder img {
    width: 100%;
}

button.mob-search-btn {
    
    display: none;
    
}

.crown-header-section {
    padding: 20px;
    border: 1px solid #b48a0f;
    margin: 20px 0px;
}

.aboutspafacilities_holder .section_heading {
    text-align: center;
}

.aboutspafacilities_holder .section_caption {
    font-size: 22px;
    margin-bottom: 10px;
}

.homeAbout_wrapper {
    display: table;
    height: 100%;
}

ul.footer-address span.link-lable {
    display: none;
}

ul.footer-address li span.mob-icon {
    margin-left: -35px;
}

.react-photo-gallery--gallery {
  text-align: center;
}

.react-photo-gallery--gallery img {
    width: 24%;
    height: 300px;
    object-fit: cover;
}

.react-images__blanket{
  background-color: rgb(255 255 255 / 80%)!important;
}
.react-images__header button{
  color:#000!important;
}
.react-images__footer .react-images__footer__count{
  color:#000!important;
}
.react-images__navigation--isModal button{
  background-color:rgb(0 0 0 / 20%)!important;
}

.thumb-content h3{
  font-size: 18px;
  padding: 0px 10px;
  width: 100%;
  display: inline-block;
}
.thumb-content h3.alacarte-price {
  font-size: 16px;
  padding: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.thumb-content h3.trial-price {
  font-size: 16px;
  padding: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #b48a0f;
}

.thumb-content h3.alacarte-price span.amt{
  font-size: 18px;
  font-weight: bold;
  display: block;

}

.thumb-content h3.trial-price span.amt{
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.thumb-content h3.alacarte-price.product-price {
    width: 100%;
    padding: 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.thumb-content h3.trial-price.product-price {
    width: 100%;
    padding: 0;
    font-size: 22px;
    margin-bottom: 10px;
}


.card.paynow {
  text-align: center;
  margin-bottom: 20px;
}

.payment_type_title{
margin-bottom:10px;
}
.payment_type_title:after{
content:'';
display:table;
clear:both;
}
.payment_type_title h5.s_title{
float:left;
}

.payment_imgwrapper{
float:right;
width:100px;
}
.payment_imgwrapper img {
  width: 100%;
  margin-bottom: 10px;
}

span.paypal-subtext {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

h4.note-txt {
  border-radius: 50px;
  color: #fff;
  background-color: #f00;
  padding: 8px;
  font-size: 20px;
}



.product-imgs .tab-pane:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  height: 150px;
  width: 150px;
  /* background-color: #ddd; */
  background-image: url(../img/gift-voucher-tag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.app-store-link {width: 180px;}

.app-store-link img {width: 100%;}

.playstore-link {width: 180px;}

.playstore-link img {width: 100%;}