@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto.otf");
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto.otf");
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

body {
  font-size: 13px;
  font-family: "Roboto";
}

@media screen and (min-width: 600px) {
  .display-inline-flex {
    display: inline-flex !important;
  }
}

p,
h3,
h4,
kbd {
  background-color: transparent;
  color: inherit;
  font-family: 'Roboto';
  font-size: 15px;
}

.font-size-family {
  font-family: 'Roboto';
  font-size: 15px;
  color: inherit;
}

textarea {
  resize: none;
}

.header-image-search {
  position: absolute;
  left: 12px;
  top: 10px;
}

.remove_SaveForLater {
  padding: .75rem !important;
  vertical-align: top !important;
  border-top: 0px solid #fafafa !important;
}

.h2,
h2 {
  font-size: medium;
}

.wishlist_btn {
  font-size: 2.5rem !important;
  margin-left: 10px;
  top: 0;
  position: relative;
}

.cart_btn {
  font-size: 2.5rem !important;
  margin-left: 7px;
  top: 0;
  position: relative;
}

ul#popupMenu {
  z-index: 9;
}

.customAlert {
  display: none;
  position: fixed;
  max-width: 25%;
  min-width: 200px !important;
  height: 90px;
  left: 50%;
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -12.5%;
  margin-top: -5.2%;
  background: #d43284;
}

.message {
  padding: 5px;
  color: white;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
}

input[type='button'] {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 36px;
  margin-top: -45px;
  margin-left: -25%;
  outline: 0;
  border: 0;
  background: #fff;
  color: #5a5a5a;
  text-transform: uppercase;
  float: right;
}


/* Confirm pop up */

#confirm {
  z-index: 9 !important;
  display: none;
  background-color: #d43284;
  border: 1px solid #d43284;
  position: fixed;
  width: 250px;
  left: 50%;
  margin-left: -100px;
  padding: 6px 8px 8px;
  box-sizing: border-box;
  text-align: center;
}

#confirm button {
  background-color: #fff;
  color: #d43284;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 5px;
  text-align: center;
  width: 80px;
  cursor: pointer;
  margin: 8px;
}

#confirm .message {
  text-align: left;
  color: #fff;
}


/* Alert pop up */

#alert {
  z-index: 9;
  display: none;
  top: 66%;
  background-color: #d43284;
  border: 1px solid #d43284;
  position: fixed;
  width: 250px;
  left: 50%;
  margin-left: -100px;
  padding: 6px 8px 8px;
  box-sizing: border-box;
  text-align: center;
}

#alert button {
  background-color: #fff;
  color: #d43284;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 5px;
  text-align: center;
  width: 80px;
  cursor: pointer;
  margin: 8px;
}

#alert .msg {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.navbar-brand {
  height: auto;
}

.text-capitalize {
  font-size: 30px;
  color: #3e4152;
  font-weight: 100;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  font-family: 'Roboto' !important;
  padding-right: 105px;
}

p.prod_font.text-capitalize.d-flex {
  padding: 15px 20px;
  background-color: #f9f6f4;
  margin-top: -2rem;
}

span.discount-block.pl-3 {
  padding-left: 3rem !important;
}

h3.prod_font.text-capitalize {
  font-weight: 400 !important;
}

p.quantity {
  font-weight: 400;
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'Roboto' !important;
  /* margin-bottom: 1.5em; */
  color: #6d6d6d;
}

select#QuantityUnits {
  background: #FFF url(../../assets/img/select-bg.svg) no-repeat 100% 45%;
  padding: 5px;
  width: 100%;
  height: 40px;
  text-indent: 0px;
  border-radius: 4px !important;
  border: 1px solid #cbc9c7;
  font-size: 13.33px;
  font-family: 'Roboto' !important;
  color: #8e8e8e;
}

select#size {
  background: #FFF url(../../assets/img/select-bg.svg) no-repeat 100% 45%;
  padding: 5px;
  width: 100%;
  height: 40px;
  text-indent: 0px;
  border-radius: 4px !important;
  border: 1px solid #cbc9c7;
  font-size: 13.33px;
  font-family: 'Roboto' !important;
  color: #8e8e8e;
}

select#color {
  background: #FFF url(../../assets/img/select-bg.svg) no-repeat 100% 45%;
  padding: 5px;
  width: 100%;
  height: 40px;
  text-indent: 0px;
  border-radius: 4px !important;
  border: 1px solid #cbc9c7;
  font-size: 13.33px;
  font-family: 'Roboto' !important;
  color: #8e8e8e;
}

#newsletter_message {
  position: absolute;
  z-index: 9;
  right: 15px;
  width: 30%;
  top: 10%;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.light-text {
  color: rgba(0, 0, 0, 0.6);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d43284;
}

.h6,
h6 {
  font-size: 14px;
}

.whatsapp {
  color: #2cb742;
}

.cart-btn {
  font-size: 2rem;
  padding-left: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  padding-top: 0;
}

.cart-li-btn {
  position: relative;
  width: 36px;
  height: 20px;
}

.toggle-btn {
  font-size: 2.5rem;
  justify-content: center;
  display: flex;
  outline: none;
}

#navbar {
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 150;
  background: #fff;
}

.navbar-expand-sm .navbar-nav .nav-link {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.8);
}

.header-logo {
  max-height: 65px;
  padding: 5px;
}

.navbar-nav li.nav-item {
  border-left: 1px solid #636465;
}

.navbar-nav li.nav-item:last-child {
  border-right: 1px solid #636465;
}

.right-top-section {
  position: relative;
  list-style: none;
  text-align: right;
}

.right-top-section .dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #eee7e7;
  content: "";
  z-index: 999;
}

.user-account-dropdown {
  position: relative;
}

.right-top-section .dropdown-menu {
  z-index: 10000;
  position: absolute;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-clip: padding-box;
}

.right-top-section .user-account-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu>ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.dropdown-menu>ul>li>a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42857;
  color: #717171;
  white-space: nowrap;
}

.page-banner{
  padding: 0;
}

.search .input-group-lg>.form-control {
  height: 37px;
  padding: 0 15px;
  line-height: 37px;
  border-radius: 0;
  font-size: 14px;
}

.main-navigation {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  align-items: center;
  justify-content: center;
}

ul.main-navigation>li {
  text-align: center;
  position: relative;
  padding: .3rem .6rem;
  border-right: 1px solid #dddddd96;
}

ul.main-navigation>li:last-child {
  border-right: 0;
}

ul.main-navigation>li>a {
  display: flex;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 0.9rem .9rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 0;
  transition: all 0.5s ease;
  font-family: "Roboto";
}

.heading-one{
  font-family: 'Caladea', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #d43284;
  text-transform: none;
  margin: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(0 0 0 / 22%);
}

.btn-primary {
  color: #fff;
  background: #d43284;
  border: 0;
  padding: 8px 10px;
}

.btn-primary:hover {
  color: #fff !important;
    background-color: #ff61b1;
  border:0ch;
}

ul.main-navigation>li>a:after {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

ul.main-navigation>li>.dropdown-menu {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 350px;
  padding: 35px 35px 35px 10px;
  border: 1px solid #dfdfdf;
  margin-top: -1px;
  border-radius: 0;
}

.page-header {
  padding-bottom: 0;
}

ul.main-navigation>li:hover>.dropdown-menu {
  display: block;
}

a {
  color: #636465;
  font-size: 14px;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #98004d !important;
}

ul.main-navigation>li:hover:not(.no-child)>a {
  /* border-left-color: #dfdfdf; */
  z-index: 1500;
  position: relative;
  /* border-right-color: #dfdfdf; */
}

ul.main-navigation>li:first-child>a {
  text-align: left;
}

ul.main-navigation>li:last-child>a {
  text-align: right;
  padding-right: 15px;
}

ul.main-navigation>li>ul>li:not(.menu-banner) li {
  padding-bottom: 10px;
}

.view_all_link {
  min-height: 100%;
  max-height: 200px;
}

.list-group-header {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 0px solid #dfdfdf;
  color: #1b1b1b;
}

#overlay {
  display: none;
}

#overlay.show {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 150;
  display: block;
}

.view-all-btn {
  padding: 7px 15px;
  border: 1px solid #d43284;
  display: block;
  max-width: 40%;
  color: #d43284;
  margin: 0 auto;
  text-align: center;
}

.theme-banner {
  height: 470px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-inner .carousel-item {
  background: #7d3829;
  height: 100%;
}

#HeroCarousel .carousel-inner {
  height: 100%;
}

.font-size3 {
  font-size: 3rem;
}

.font-size4 {
  font-size: 3.5rem;
}

.btn:hover {
  color: initial;
  text-decoration: none;
}

.section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.theme-bg-medium {
  background-color: #f9f6f4;
  /* box-shadow: 0px 3px 9px -3px #dddddd80; */
}

.s-home {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  display: table;
  background-size: cover;
}
.s-home_1 {
  background-image: url('../img/1.jpg');
      background-position: left;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
}


.no-js .s-home {
  background: #000;
}

.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  padding-bottom: 13.6rem;
  position: relative;
  overflow: hidden;
}

.home-content h3 {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-left: 6px;
}

.home-content h1 {
  font-size: 4.3rem;
  line-height: 1;
  margin-top: 0;
  color: #b31a68;
  font-family: 'Caladea', sans-serif;
}
.home-content h2 {
  font-size: 4rem;
  line-height: 1;
  margin-top: 0;
  color: #fff;
}

.home-content__main {
  position: relative;
}

.home-content__buttons {
  text-align: left;
}

.home-content__buttons .btn {
  border: 1px solid #292929;
  color: #292929;
  margin: 1.5rem 1.5rem 0 0;
  letter-spacing: .25rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 0;
  padding: .7rem 1rem;
  font-weight: 600;
}

.home-content__buttons .btn:last-child {
  margin-right: 0;
}

.home-content__buttons .btn:hover,
.home-content__buttons .btn:focus {
  background: #fff!important;
  color: #000;
}

.home-content__scroll {
  position: absolute;
  right: 9.5rem;
  bottom: 8.4rem;
}

.home-content__scroll a {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 3rem;
  text-decoration: none;
  padding-left: 2.5rem;
  font-weight: 600;
}

.home-content__scroll a::before {
  border-bottom: 2px solid #39b54a;
  border-right: 2px solid #39b54a;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.home-content__line {
  display: block;
  width: 2px;
  height: 10.2rem;
  background-color: #39b54a;
  position: absolute;
  right: 7.2rem;
  bottom: 0;
}

.home-social {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 58%;
  right: 3.4rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home-social a {
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: .9rem 0;
}

.home-social li a {
  display: block;
  width: 33px;
  height: 33px;
}

.home-social i,
.home-social span {
  position: absolute;
  top: 0;
  line-height: 33px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.home-social i {
  font-size: 14px;
  right: 0;
  text-align: center;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: calc(33px - 4px);
  border: 2px solid #fff;
  border-radius: 50%
}

.video-parallax{
  width: 100%;
}

.home-social span {
  color: #fff;
  right: 4.5rem;
  font-size: 1.3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.home-social li:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

html.cl-preload .home-content__main {
  opacity: 0;
}

html.cl-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


.s-home_1 .overlay_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52%;
  opacity: .4;
  background-color: #000;
}
.img-container{
  position: relative;
}

.img-section
{
  position: relative;
  top: -115px;
  z-index: 2;
}
.video-section{
    position: relative;
    width: 100%;
    height: 75vh;
    display: flex;
}

.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 90vh;
}
.video-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    background-image: linear-gradient(#d43284, #ffff0000);
}



.theme-bg-light {
  background-color: #fafafa;
}

.theme-btn {
  background: #d43284;
  border-radius: 0;
  color: #fff !important;
  height: 42px;
  font-size: 15px;
}

.jumbotron {
  background-color: transparent;
}

.product-item-name {
  margin: 0;
}

.product-info {
  margin-top: 0.7rem;
  text-align: center;
}

.gradient{
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(39,212,255,0) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
  z-index: 999;
  position: relative;
}
.special--section .special-list {
  position: relative;
  list-style: none;
  display: table;
  width: 100%;
}

.card-image {
  display: block;
  /* min-height: 20rem;  */
  background: #fff center center no-repeat;
  /* background-size: cover; */
  filter: blur(3px);
  /* blur the lowres image */
}


.card-image>img {
  display: block;
  width: 100%;
  opacity: 0;
  /* visually hide the img element */
}

.card-image.is-loaded {
  filter: none;
  /* remove the blur on fullres image */
  transition: filter 1s;
}

.special--section .special-list .special-icon {
  font-size: 3rem;
}

.special--section .special-list .special-img {
  max-width: 50px;
  margin: 0 auto 5px;
}

.special--section .special-list .special-item {
  position: relative;
  display: table-cell;
  padding: 5px;
  text-align: center;
  width: 14%;
  vertical-align: middle;
}

.special--section .special-list .special-item>* {
  display: block;
}

.underline {
  background: #ff61b1;
  width: 50px;
  height: 1px;
  display: block;
  margin: 0 auto 25px;
}

.social-icon a {
  width: 195px;
  height: 40px;
  display: inline-block;
  margin: 0 10px 10px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-icon a:hover {
  opacity: 1;
}

.social-icon a.facebook {
  background: url(../img/social-media/facebook.png) no-repeat;
}

.social-icon a.twitter {
  background: url(../img/social-media/twitter.png) no-repeat;
}

.social-icon a.instagram {
  background: url(../img/social-media/instagram.png) no-repeat;
}

.social-icon a.pinterest {
  background: url(../img/social-media/pinterest.png) no-repeat;
}

.rmv-padding {
  padding: 0 !important;
}

.vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.news-form .form-control {
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-size: 13px;
  color: #b6b6b6;
  height: 36px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .form-control {
  position: relative;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.newsletter-form button {
  border-radius: 0;
  position: relative;
  background: #d43284;
  border-color: #d43284;
}

.section--footer {
  background: #efefef;
  padding: 45px 0;
}

.section--footer .ftr-menu>ul>li:first-child {
  width: 16%;
}

.section--footer .ftr-menu>ul>li {
  width: 21%;
  float: left;
}

.section--footer .ftr-menu>ul>li a,
.section--footer .ftr-menu>ul>li span {
  font-size: 13px;
  color: #7b7b7b;
  padding: 0 0 8px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--footer .ftr-menu>ul>li a:hover,
.section--footer .ftr-menu>ul>li span:hover {
  color: #ff61b1;
}

.section--footer .ftr-menu>ul>li>span {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  font-family: "Roboto";
  display: block;
  font-weight: 700;
}

.auth .form-control {
  border: none;
  outline: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.auth .form-group {
  position: relative;
}

.auth .form-control:focus,
.auth .form-control:-internal-autofill-selected {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
}

.form-control-placeholder {
  position: absolute;
  top: 20%;
  margin-bottom: 0;
  font-size: 10px;
  color: #afacac;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.section .heading {
  padding: 15px 0px;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}

.social-svg {
  font-size: 15px;
}

.product-card {
  height: 419px;
  background-color: #fff;
  padding: 12px;
  transition: all 0.2s ease-in-out;
}

.product-card.category {
  border: #e9e9e9 solid 1px;
  padding: 0;
}

.product-card.category .product-info-block {
  border-top: #e9e9e9 solid 1px;
  padding: 12px;
}

.product-card:hover {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

.product-card.category:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.product-card a figure {
  height: 292px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.product-card a img {
  max-height: 292px;
}

.product-card .product-info-block h6 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.product-card .product-info-block .new-price {
  font-size: 14px;
  color: #333 !important;
  font-weight: 600;
}

.product-card .product-info-block del {
  font-size: 12px;
  color: #a9a9aa;
  margin-right: 12px;
}

.bpfc {
  color: #fd552c !important;
}

.slick-carousel-arrows {
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 13;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  font-size: 3rem;
  transform: translate(0, -50%);
  font-weight: 100;
  cursor: pointer;
}

.slick-carousel-arrows.left {
  left: 0;
}

.slick-carousel-arrows.right {
  right: 0;
}

.img-contain-indiv {
  min-height: 100%;
  object-fit: cover;
}

.category_card {
  height: 225px;
}

.home-banner-img-1 {
  /* height: 46vh; */
  overflow: hidden;
}

.home-banner-img-2 {
  /* height: 61vh !important; */
  overflow: hidden;
}

/* .category_card:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 1px;
  height: 100%;
  background-color: #ccc;
} */

.category_card img {
  object-fit: cover;
  height: 100%;
  max-height: 225px;
  width: 100%;
  padding: 0.5px;
  border: 1.2px solid #ccc;
}

.bredcrumb {
  padding: 0;
  margin: 0;
  line-height: 30px;
  background: #e4e4e4;
  font-size: 2rem;
  /* text-transform: capitalize; */
}

.inner-banner {
  height: 200px;
  width: 100%;
}

.inner-banner img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.font-size-1 {
  font-size: 0.91rem;
}

.font-size-2 {
  font-size: 1.91rem !important;
}

.category-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.category-heading>* {
  text-transform: uppercase;
}

.filter-list {
  position: relative;
}

.filter-list .filter-list-inner {
  display: inline-flex;
  position: relative;
}

.filter-list .filter-list-inner .filter-heading {
  padding: 10px 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.filter-list .filter-list-inner .filter-item {
  line-height: 35px;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
  border: #dcdcdc 1px solid;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  display: block;
  padding: 0 20px 0 15px;
  height: 35px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 600;
  font-size: 11px !important;
  color: #1f2131;
}

.filter-list .filter-list-inner:hover .filter-item {
  border-color: #ff61b1;
  color: #ff61b1;
}

.filter-list .filter-list-inner .dropdown-menu {
  padding-top: 20px;
  background-color: transparent;
  border: none;
  transform: translate(0, 20px);
  transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear;
}

.filter-list .filter-list-inner:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  transform: translate(0, 0);
  transition-delay: 0s;
}

.filter-list .filter-list-inner:hover .dropdown-menu:before {
  background: #fff;
  border-top: #ff61b1 1px solid;
  border-left: #ff61b1 1px solid;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
}

.filter-list .filter-list-inner:hover .dropdown-menu ul {
  border: 1px solid #ff61b1;
  background: #ffffff;
}

.filtersticky {
  position: sticky;
  z-index: 1500;
  /* border-bottom: 1px solid #dcdcdc; */
  background-color: #fff;
  top: 0;
}

#ProductThumb img {
  border-radius: 2px;
  border: 1px solid #eee;
}

.product-details-gallery img {
  width: 100%;
  margin: 0px;
  border: 2px solid #eee;
}

.footer_section {
  font-family: 'Roboto';
  letter-spacing: 0px;
  font-size: 14px;
  color: #8e8e8e;
}

.page-footer .footer-toolbar-bottom .copyright {
  text-align: left;
}

.page-footer .footer-toolbar-bottom .powered_by {
  text-align: right;
}

button#AddToCart {
  color: #fff;
  border-color: #d43284;
  line-height: 1.9rem;
  letter-spacing: 0.4px;
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  background-size: 20px !important;
  font-size: 18px;
  border-radius: 4px;
  min-width: inherit;
  padding: 0.9rem 1.8rem;
  border: 2px solid #d43284;
  background: #d43284;
  margin-left: auto;
}

button#AddToCart:hover {
  background: transparent;
  color: #d43284 !important;
  border-color: #d43284;
}

button#AddToWishlist {
  color: #d43284;
  background: transparent;
  line-height: 1.9rem;
  letter-spacing: 0.4px;
  transition: ease-in-out all 0.3s;
  font-family: 'Roboto Bold';
  font-weight: 400;
  background-size: 20px !important;
  font-size: 18px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  height: 41px;
  padding: 0 15px 0 15px;
}

button#AddToWishlist:hover {
  background: #d43284;
  color: #fff;
}

button#LoginToAddToCart {
  color: #fff;
  border-color: #d43284;
  line-height: 1.9rem;
  letter-spacing: 0.4px;
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  background-size: 20px !important;
  font-size: 18px;
  border-radius: 0;
  min-width: inherit;
  padding: 0.9rem 1.8rem;
  border: 2px solid #d43284;
  background: #d43284;
  margin-left: auto;
}

button#LoginToAddToCart:hover {
  background: transparent;
  color: #d43284;
}

input.item--size {
  width: 33%;
  border: 2px solid #d43284;
  text-align: center;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.align--items--center {
  display: flex;
  align-items: center;
}

.size--item--label {
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.4px;
}

input.width--40 {
  width: 60%;
}

.shipping--info {
  margin: 0.5rem 0;
}

.shipping--info p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
  color: #000;
}

.shipping--info p.shipping--date {
  font-weight: 400;
  color: #828282;
  font-size: 0.95rem;
}

.discount {
  font-weight: 600;
  font-size: 15px;
  color: #d43284;
  padding: 0px 9px;
  border: 1px solid #d43284;
  text-transform: uppercase;
  margin-left: 5px;
  border-radius: 25px;
  font-family: 'Roboto' !important;
  height: 26px;
}

.font-size1 {
  font-size: 1.2rem;
}

.details--card {
  padding: 0.7rem 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.details--head {
  font-size: 1.15rem;
  padding: 0 0.6rem;
  font-weight: 600;
  letter-spacing: 0.4px;
}

#accordionExample .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 0.5rem;
}

#accordionExample div.card-header {
  padding: 0;
  background: #d43284;
  color: #fff;
}

#accordionExample button {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 0.95rem;
}

#accordionExample button:hover,
#accordionExample button:focus {
  text-decoration: none;
}


/* accordion  */

#accordion-style-1 h1,
#accordion-style-1 a {
  color: #007b5e;
}

#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #007b5e;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
}

#accordion-style-1 .card-body {
  border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
  background: #007b5e;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}

.details--list {
  padding-left: 0;
  list-style: none;
}

.details--list li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
  color: #5a5a5a;
  letter-spacing: 0.4px;
}

.contact--form--card {
  border-radius: 0;
  border: 0;
  background-color: #d43284;
  color: #fff;
}

.contact--form--card--header {
  font-size: 1.23rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

#contactForm label {
  color: #fff;
  left: 0;
  margin: 0;
  top: 25px;
  font-size: 14px;
}

#contactForm .form--input {
  background: transparent;
  color: #fff;
  border-width: 0 0 1px 0;
  padding: 10px 0;
  border-radius: 0 !important;
}

#contactForm textarea.form--input {
  resize: none;
}

#contactForm .form--input:focus {
  border-color: #fff;
  background: transparent;
}

#contactForm .form--input:focus #contactForm label {
  top: 0;
}

.form--submit--btn {
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #5a5a5a;
  text-transform: uppercase;
}

td.cart--image--container {
  width: 21%;
  text-align: center;
}

img.cart--image {
  width: 56%;
  margin-bottom: 0.4rem;
}

img.fast-checkout--image {
  width: 30%;
  margin-bottom: 0.4rem;
}

span.cart--big--text {
  font-size: 13px;
  /* letter-spacing: 0.3px; */
  margin-top: 0.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto';
  color: #8e8e8e;
}

#cartTable td {
  padding: 0.7rem 0;
  font-size: 13px;
  letter-spacing: normal;
  font-family: 'Roboto Bold';
  color: #8e8e8e;
}

button.cart--plain--button {
  background: transparent;
  color: #d43284;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 5px;
  line-height: 1.3;
  transition: ease-in-out all 0.3s;
}

button.cart--plain--button:hover {
  background: #d43284;
  color: #fff;
}

.cart-plain-button {
  background: transparent;
  color: #d43284;
  border-color: 1px solid #ddd;
  font-size: 17px;
  font-weight: 500;
  padding: 0.3rem 0.7rem;
  line-height: 1.3;
  transition: ease-in-out all 0.3s;
}

.cart-plain-button:hover {
  background-color: #fff;
  border-color: #d43284;
}

.out-line {
  border: 1px solid #d43284;
  color: #d43284;
}

button.remove--item--btn {
  font-size: 17px;
  /* margin-bottom: 3px; */
  padding: 0.3rem 0.7rem;
  background: #d43284;
  color: #fff;
  font-weight: 500;
  border-color: transparent;
  transition: ease-in-out all 0.3s;
}

button.remove--item--btn:hover {
  background: transparent;
  color: #d43284 !important;
  border-color: #d43284;
}

button.wish--remove--btn {
  font-size: 17px;
  padding: 0.3rem 0.7rem;
  background: #d43284;
  color: #fff;
  font-weight: 500;
  border-color: transparent;
  transition: ease-in-out all 0.3s;
}

button.wish--remove--btn:hover {
  background: transparent;
  color: #d43284 !important;
  border-color: #d43284;
}

tbody.font-size-checkout {
  font-size: 15px;
}

button.add--to--cart--btn {
  font-size: 17px;
  padding: 0.3rem 0.7rem;
  background: transparent;
  color: #d43284;
  font-weight: 500;
  border-color: #d43284;
  transition: ease-in-out all 0.3s;
}

button.add--to--cart--btn:hover {
  background: #d43284;
  color: #fff;
  border-color: transparent;
}

button.wish--add--btn {
  font-size: 17px;
  padding: 0.3rem 0.7rem;
  background: transparent;
  color: #d43284;
  font-weight: 500;
  border-color: #d43284;
  transition: ease-in-out all 0.3s;
}

button.wish--add--btn:hover {
  background: #d43284;
  color: #fff;
  border-color: transparent;
}

.wish--add--btn {
  font-size: 15px;
  padding: 0.3rem 0.7rem;
  background: #fff;
  color: #fff;
  font-weight: 500;
  border-color: #d43284;
  transition: ease-in-out all 0.3s;
}

.wish--add--btn:hover {
  background: #d43284;
  color: #fff;
  border-color: solid #d43284;
}

a:visited {
  /* color: #fff; */
}


.shipping-address {
  background: #fff;
  padding: 10px;
  height: auto;
}

.order-summary {
  background: #fff;
  padding: 10px;
  height: auto;
}

.wishlist {
  float: right;
  padding-right: 10px;
}

.margin--x {
  margin: 0 0.35rem;
}

.border-right-1 {
  border-right: 1px solid #ddddddad;
}

.cart--checkout--btn {
  width: 100%;
  color: #fff !important;
  line-height: 1.9rem;
  letter-spacing: 0.4px;
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  background-size: 20px !important;
  font-size: 18px;
  padding: 0.9rem 1.8rem;
  border: 1px solid transparent;
  background: #d43284;
  margin-left: auto;
}

.cart--checkout--btn:hover {
  background: transparent;
  border: 1px solid #d43284;
  color: #d43284 !important;
}

.cart--proceed--checkout--btn {
  width: 30%;
  color: #fff !important;
  line-height: 1.9rem;
  letter-spacing: 0.4px;
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  background-size: 20px !important;
  font-size: 18px;
  padding: 0.9rem 1.8rem;
  border: 1px solid transparent;
  background: #d43284;
  margin-left: auto;
}

.cart--proceed--checkout--btn:hover {
  background: transparent;
  border: 1px solid #d43284;
  color: #d43284 !important;
}

.main--btn {
  background: #d43284;
  border-radius: 0;
  color: #fff !important;
  border: 1px solid transparent;
  display: table;
  transition: ease-in-out all 0.3s;
}

.main--btn:hover {
  background: transparent;
  border-color: #d43284;
  color: #d43284 !important;
}

table.subtotal--table {
  width: 100%;
  height: 105px;
  margin-bottom: 0.7rem;
}

.subtotal--table tr {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f1f1f1;
}

td.amount-holder {
  text-align: right;
  font-weight: 600;
  font-size: 1.5rem;
}

.subtotal--sidebar {
  border: 1px solid #f1f1f1;
  padding: 0 7px;
  font-size: 0.9rem;
}

.amount-display-block.theme-2 {
  text-align: center;
}

.btn--width--margin {
  width: 30%;
  margin-bottom: 0.5rem;
}

.account--tabs li {
  margin: 0.4rem 0;
  font-size: 18px !important;
}

.account--tabs li a {
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 2px solid transparent;
  padding-bottom: 0rem;
  display: block;
  transition: ease-in-out all 0.3s;
}

small.copyright {
  font-size: 13px;
}

.account--tabs li a:hover {
  color: #d43284;
  border-color: #d43284;
}

.account--tabs li a.active {
  color: #d43284;
  border-color: #d43284;
}

.page--tab--content {
  padding: 1.75rem 0.4rem;
}

.discount-block>* {
  display: inline-block;
  align-items: center;
}

.card {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.6rem;
  border-radius: 0;
}

.checkout-card {
  border: 0;
  border-top: 1px solid #ddd;
  /* margin-bottom: 0.6rem;
  margin-top: 0.6rem; */
  padding-top: 0.6rem;
  border-radius: 0;
}

#filterSection .card-header {
  padding: 0;
  background: #fff;
}

button.filter-style-fabbrio {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 1.5rem;
  color: #47505f;
  text-transform: uppercase;
  padding: 9px 30px 6px 6px;
  font-family: 'Roboto Bold';
  letter-spacing: .2px;
  font-weight: 400;
  transition: ease-in-out all .3s;
}

button.filter-style-fabbrio:hover,
button.filter-style-fabbrio:focus {
  background: #ff61b1;
  color: #fff;
  text-decoration: none;
}

button:hover,
button:focus,
button:active.filter-style-fabbrio {
  background: #ff61b1;
}

#LoadingContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 15;
  font-size: 1.4em;
}

.account-index {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Roboto';
  font-size: 15px;
}

.account-mobile {
  height: 40px;
  transition-duration: .3s;
  border-radius: 0;
  font-size: 15px;
}

#LoadingContainer img {
  width: 70px;
  animation: zoominoutsinglefeatured 1s infinite;
}

/* RECOMMENDED FOR YOU */

.product-image {
  height: 330px;
  width: 100%;
  background-size: cover;
  background-position: top;
}

/* product-image-size section */

.product-image-size {
  height: 330px;
  width: 100%;
  background-size: cover;
  background-position: top;
}

/* cart th section */

.cart--th {
  text-align: center;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.testimonial_card {
  text-align: center;
  padding: 15px;
  font-size: 0.9rem;
}

.img-testimonial {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 15px auto;
}

.testimonial_card p {
  position: relative;
  color: #cccccc;
}

.testimonial_card p i {
  position: relative;
  color: #cccccc;
}


/* _______kiran_____ */


/* _____term & cond..___ */

.font-s {
  font-size: 13px;
}

.font-s strong {
  font-weight: 700;
}


/* _____contact..___ */

.font-s-contact {
  font-size: 14px !important;
}

.banner_contact {
  margin-top: 0px !important;
}

.banner_contact img {
  max-width: 100%;
}


/* _____about us___ */

.side-menu {
  background: #d43284;
}

.side-menu .title-top-head {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #804e41;
  padding: 6px 7px;
  margin: 0;
}

.side-menu ul li {
  padding: 8px 2px;
  font-weight: 300;
  margin: 0 10px;
  border-bottom: dashed 1px #d0ba93;
}

.side-menu ul li a,
.side-menu ul li span {
  color: #e5dccd;
  font-family: "Roboto", sans-serif;
}

.left-menu-cms ul li {
  border: none;
}

.services {
  font-size: 14px;
}


/* __________faq_________ */

#printableArea h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0;
}

.faq-sec h4 {
  color: #ff61b1;
  text-decoration: underline;
  font-weight: 600 !important;
}

#printableArea {
  padding: 25px;
}

#printableArea a {
  color: #e5aa6f;
  font-size: 0.875rem;
  padding: 13px 0px;
}

.panel-heading .panel-title a.collapsed:after {
  content: "\f13a";
  font-family: "Line Awesome Free";
}

.panel-heading .panel-title a:after {
  font-family: "Line Awesome Free";
  float: right;
  content: "\f139";
  font-size: 20px;
  color: #d1cccc;
  font-weight: 700;
}

a {
  background-color: transparent;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  outline: 0;
}

.faq-content .panel {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.panel .panel-heading h4 a {
  color: #666060 !important;
}

.faq-sec .faq-content .panel h4 a {
  display: block;
}

.panel-body {
  font-size: 13px;
}


/* ______return and exchange____ */

.light-bg {
  background-image: url('../img/background_pattern.png') !important;
  background-color: #fff;
}

.light-bg .padding {
  padding: 15px !important;
}

.cms_area strong {
  font-weight: 700;
  font-size: 14px;
}

.top-content {
  font-size: 13px;
}

.p_b {
  padding-bottom: 25px;
}

.p-35 {
  padding: 35px 35px 35px 10px;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}


/* The slider itself */

.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}


/* Mouse-over effects */

.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #d43284;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #d43284;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-size: 14px;
  font-family: 'Roboto';
}

.page {
  background: #fafafa;
 
}

.min-height
{
  min-height: 500px;
}

div#wishlistApp {
  margin-top: 100px;
}

.description {
  font-size: 15px;
  color: #3e4152;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  font-family: 'Roboto' !important;
  padding: 15px 20px;
  background-color: #eaeaea;
  margin-top: 2rem;
}

.description p {
  line-height: 1.5;
  letter-spacing: .3px;
}

span.new-price {
  color: #d43284;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

del.del-price {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

a.product-description {
  font-size: 16px;
  text-align: left;
  color: #8e8e8e;
  font-weight: 400;
  font-family: 'Roboto';
  z-index: 99999;
  position: relative;
}

.delete-price-product {
  font-weight: 400;
  font-size: 20px;
  color: #999;
}

.new-price-product {
  color: #d43284;
  font-size: 20px;
  font-weight: 700;
}

.powered--by {
  text-align: right;
}

.dropdown-filter {
  margin-right: -25px;
  float: right;
}

.back-to-store {
  padding-right: 40px;
}

.display-flex {
  display: flex;
  align-items: center;
}

.add-an-address {
  margin-left: 4.5rem;
}

.contact_us_message {
  font-size: 13px;
  font-family: 'Roboto';
  border: 1px solid #c2c2c2;
  color: #495057 !important;
}

#filterSection {
  background: #fff;
  box-shadow: 0 0 5px -1px #dddddd87;
  border-radius: 4px;
  padding: .4rem 0;
}

#filterSection .card-header {
  border-bottom: 0;
}

.amount-display-block textarea {
  font-size: 15px;
}

.amount-display-block textarea:focus {
  border-color: #ff61b1;
}

.specifications {
  font-size: 15px;
  color: #3e4152;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  font-family: 'Roboto' !important;
  padding: 15px 20px;
  background-color: #f9f6f4;
  margin-top: 2rem;
}

.specifications ul li {
  margin: 0.6rem 0;
  border-bottom: 1px solid #dddddda3;
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
}

.specifications ul li:last-child {
  border-bottom: 0;
}

a.LoginCart {
  color: #fff;
  font-size: inherit;
}

.dropdown-menu {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.sticky-menu{
  position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: transparent;
}

.position-relative
{
  position: relative;
}
@media (min-width: 576px)
{

.mt-sm-50 {
  margin-top: 137px!important;
}
}
@media (max-width: 576px)
{


.video-parallax {
  height: 70vh;
  object-fit: cover;
}
}
.center-bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  position: sticky;
  background-position: top;
}

section#middleBar {
  margin-bottom: 0;
  background: #fff;
}

.search input[type=text] {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 .3rem !important;
}

input#serachButton {
  font-size: 1.2rem;
  background: #d43284;
  padding: 0.95rem 15px;
  text-align: center;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  border-radius: 0;
}

section#topBar {
  background: #202427;
  color: #fff;
  margin-bottom: 0;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  background-color: #d43284;
  background-size: 42%;
}

.testimonials-list figure.testimonial blockquote,
.testimonials-slider figure.testimonial blockquote {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  padding: 30px 42px 42px;
}

.card-height{
  background: white;
    z-index: 999;
    position: relative;
    overflow: hidden;
}
.offer-badge {
  position: fixed;
    top: 3%;
    right: 6%;
    background: #d43284;
    color: #fff;
    padding: .3rem;
    font-size: 0.8rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  /* position: absolute;
  top: 0%;
  right: 0%;
  background: #d43284;
  color: #fff;
  padding: 0.1rem;
  font-size: 6px;
  letter-spacing: 0.6px;
  text-transform: uppercase; */
}


/* exclusive image class  */

.ex-image {
  height: 280px;
  width: 100%;
}

/* wishlist section*/

.wish--td {
  vertical-align: middle;
}

/* .wish-table.wishlist-text {
  vertical-align: middle;
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
} */

/* text line clamp for product description */

.line-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.advertisement-img-hold {
  height: 200px;
  overflow: hidden;
}

.cross-pointer {
  font-size: 22px;
  cursor: pointer;
}


/* mobile view codes */

@media screen and (max-width: 767px) {

  button#AddToCart,
  button#AddToWishlist {
    font-size: 14px;
  }

  .advertisement-img-hold {
    height: auto;
  }

  .category_card {
    height: auto;
  }

  .product-image {
    height: 370px;
  }

  .footer.content .links>li,
  .footer-links .col-md-2.col-xs-12,
  .footer-links .col-md-3.col-xs-12,
  .h4.follow,
  .footer-links ul.icons,
  .text--center {
    text-align: center;
  }
}

@media screen and (max-width:320px) {
  #alert {
    z-index: 9;

  }
  
  #confirm {
    z-index: 9;
  }

  #newsletter_message {
    position: absolute;
    z-index: 9;
    right: 0;
    width: 60%;
    top: 20%;
  }

  .wish-btn {
    width: 100%;
    margin-bottom: 3px;
  }

  .ex-image {
    height: auto;
    width: 100%;
  }

  img.cart--image {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .cart--checkout--btn {
    font-size: 16px;
  }

  .btn--width--margin {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .powered--by {
    text-align: right;
  }

  .titledis {
    font-family: 'Caladea', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #d43284;
    text-transform: uppercase
  }

  .cart--proceed--checkout--btn {
    width: 100%;
  }

  .product-image-size {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: top;
  }

}


@media screen and (max-width:450px) {
  .home-banner-img-1 {
    height: auto;
  }

  .home-banner-img-2 {
    height: auto;
  }

  #alert {
    z-index: 9;

  }

  #confirm {
    z-index: 9;
  }

  #newsletter_message {
    position: absolute;
    z-index: 9;
    right: 0;
    width: 60%;
    top: 20%;
  }

  .wish-btn {
    width: 100%;
    margin-bottom: 3px;
  }

  .ex-image {
    height: auto;
    width: 100%;
  }

  img.cart--image {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .cart--checkout--btn {
    font-size: 16px;
  }

  .btn--width--margin {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .titledis {
    font-family: 'Caladea', sans-serif;
    font-size: 25px;
    text-align: center;
    color: #d43284;
    text-transform: uppercase
  }

  .cart--proceed--checkout--btn {
    width: 100%;
  }

  .product-image-size {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: top;
  }

}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d43284;
  border-color: #d43284;
}

.page-footer .footer.content .block.newsletter .control:before {
  display: none;
}

.BlogLineLimiter{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.BlogTitleLimiter{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}