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

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&display=swap");
html {
  scroll-behavior: smooth;
}
html,
body {
  font-family: "Mulish", sans-serif;
  color: #2f2f2f;
	height: 100%;
}

a {
  color: #525252;
  text-decoration: none;
}
a:hover {
  color: #f0498f;
}
a,
button,
.btn,
img,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
button:focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus,
.swiper-slide:focus,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  border: 0;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.img-full {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

::-moz-selection {
  background-color: #f0498f;
  color: #ffffff;
}

::selection {
  background-color: #f0498f;
  color: #ffffff;
}
  .container .row {
    --bs-gutter-x: 1.1rem!important;
  }
@media (min-width: 1400px) {
  .container {
    --bs-gutter-x: 15px;
    max-width: 1200px;
  }
  .container .row {
    --bs-gutter-x: 1.1rem!important;
  }
}
@media (min-width: 1600px) {
.container {
	--bs-gutter-x: 15px;
    max-width: 1400px;
} 
	}
.pad-top-1 {
  padding-top: 1rem;
}
.pad-top-2 {
  padding-top: 2rem;
}
.pad-top-3 {
  padding-top: 3rem;
}
.pad-bottom-2 {
  padding-bottom: 2rem;
}
.pad-bottom-1 {
  padding-bottom: 1rem;
}
.pad-bottom-3 {
  padding-bottom: 3rem;
}
.pad-top-4 {
  padding-top: 4rem;
}
.pad-tb-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pad-tb-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1400px) {
  .g30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}

.g-x-15 {
  --bs-gutter-x: 15px;
}

.g-x-30 {
  --bs-gutter-x: 30px;
}

.g-y-20 {
  --bs-gutter-y: 20px;
}

.g-y-30 {
  --bs-gutter-y: 30px;
}


.pt-40 {
  padding-top: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}




[data-bg-image]:not(.bg-pattern) {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-title {
  position: relative;
  color: #313131;
  font-size: 42px;
  line-height: 42px;
  padding-left: 90px;
  padding-right: 90px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: 'Lora', serif;
	
}

@media (max-width: 767px) {
  .sec-title {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

.sec-title:before, .sec-title:after {
  background-color: #313131;
  width: 72px;
  height: 1px;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
}

@media (max-width: 767px) {
  .sec-title:before, .sec-title:after {
    content: none;
  }
}
.sec-title:after {
  left: auto;
  right: 0;
}
.sec-titledv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.section-desc {
  text-align: center;
  line-height: 31px;
  color: black;
  margin-bottom: 55px;
  max-width: 580px;
}

.background-img {
  position: relative;
}
.background-img .inner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.loader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.loader-active .loader-sect {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
.loader-active .loader-sect .spinner div {
  background-color: #f0498f;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out
 both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out
 both;
}

.loader-active .loader-sect .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loader-active .loader-sect .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.loader-active .loader-sect .spinner div.bounce3 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.loader-sect {
  display: none;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.enter_loader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.enter_loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.btn-b {
  padding: 0;
  padding: 10px 20px;
  font-size: 16px;
  overflow: hidden;
  border-radius: 20px;
  color: #ffffff;
}

.btn-fc-primary {
  background-color: #f0498f;
  border-color: #f0498f;
  color: #ffffff;
}

.btn-fc-primary:hover {
  background-color: #aa255d;
  border-color: #aa255d;
  color: #ffffff;
}


.price-box span {
  font-size: 18px;
}

.price-box span.current-price {

}
.price-box span.price-currency {
	font-size: 14px;
}
.price-box span.old-price {
  margin-left: 10px;
  color: #8d8d8d;
  text-decoration: line-through;
  font-size: 14px;
}
.price-box span.old-price-currency {
	color: #8d8d8d;
	font-size: 12px;
	text-decoration: line-through;
}

.scroll-top {
  background-color: black;
  border-radius: 4px;
  color: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeOutDown 1s normal;
          animation: fadeOutDown 1s normal;
}

.scroll-top:hover {
  background-color: #f0498f;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp 1s normal;
          animation: fadeInUp 1s normal;
}

.scroll-top i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  display: inline-block;
}
.swiper-slide .slide-inner .slider-con {
  opacity: 0;
}

.swiper-slide.swiper-slide-active .slide-inner .slider-con {
  opacity: 1;
}
.slide-animation.swiper-slide-active .slider-con .small-t {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .slide-animation.swiper-slide-active .slider-con .small-t {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.slide-animation.swiper-slide-active .slider-con .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .slide-animation.swiper-slide-active .slider-con .title {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.slide-animation.swiper-slide-active .slider-con .short-desc {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .slide-animation.swiper-slide-active .slider-con .short-desc {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.slide-animation.swiper-slide-active .slider-con .btn-wrap {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .slide-animation.swiper-slide-active .slider-con .btn-wrap {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.menu-logo a {
    margin-top: 15px;
}
.menu-logo a:hover, .menu-logo a:before  {
    text-decoration: none!important;
	background-color: transparent!important;
}
.menu-logo .bag-nm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d20014;
    font-size: 12px;
    color: #ffffff;
	line-height: 18px;
}

.header-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-searchbox {
  background-color: none;
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
}

.top-searchbox .input-field {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 10px;
  min-width: 400px;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 25px;
  color: #444444;
  font-size: 14px
}

.top-searchbox .input-field::-webkit-input-placeholder {
  opacity: 1;
}

.top-searchbox .input-field::-moz-placeholder {
  opacity: 1;
}

.top-searchbox .input-field:-ms-input-placeholder {
  opacity: 1;
}

.top-searchbox .input-field::-ms-input-placeholder {
  opacity: 1;
}

.top-searchbox .input-field::placeholder {
  opacity: 1;
}

.top-searchbox-btn {
  background-color: #f0498f;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: transparent;
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  height: 45px
}

.top-searchbox-btn i {
  vertical-align: middle;
}
@media (max-width: 991px) {
	.top-searchbox {
		display: none;
	}
}


.top-searchbox-mobil {
  background-color: none;
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
}

.top-searchbox-mobil .input-field {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 10px;
  min-width: 400px;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 25px;
  color: #444444;
  font-size: 14px
}

.top-searchbox-mobil .input-field::-webkit-input-placeholder {
  opacity: 1;
}

.top-searchbox-mobil .input-field::-moz-placeholder {
  opacity: 1;
}

.top-searchbox-mobil .input-field:-ms-input-placeholder {
  opacity: 1;
}

.top-searchbox-mobil .input-field::-ms-input-placeholder {
  opacity: 1;
}

.top-searchbox-mobil .input-field::placeholder {
  opacity: 1;
}

.top-searchbox-mobil-btn {
  background-color: #f0498f;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: transparent;
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  height: 45px
}

.top-searchbox-mobil-btn i {
  vertical-align: middle;
}
@media (max-width: 991px) {
	.top-searchbox-mobil {
		display: block;
	}
}

.modal-hbg .modal-body {
	flex: none;
}
.modal-hbg {
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-hbg .btn-close {
  background-image: url("../images/closebtn.svg");
}

.modal-header {
  border-bottom: 0;
}

.modal-header .btn-close {
  opacity: 1;
}

.modal-header .btn-close:focus, .modal-header .btn-close:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40%;
}
.modal-search .hsbox {
  position: relative;
  width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .modal-search .hsbox {
    width: calc(100% - 25px);
  }
	.topiconi {
		display: none;
	}
}
@media (min-width: 992px) {
	.mb-search-btn {
		display: none!important;
	}
	.mobile-ticon {
		display: none;
	}
}

.mobile-ticon:not(:last-child) {
    padding-right: 10px!important;
}
.mobile-ticon i {
	background-color: #f0498f;
	color: #fff;
	padding: 6px;
	border-radius: 4px;
}
.modal-search .hsbox input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #333333;
  color: #333333;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: left;
  font-size: 22px;
  padding-right: 20px;
  font-weight: 300;
}

.modal-search .hsbox input::-webkit-input-placeholder {
  color: #333333;
}

.modal-search .hsbox input::-moz-placeholder {
  color: #333333;
}

.modal-search .hsbox input:-ms-input-placeholder {
  color: #333333;
}

.modal-search .hsbox input::-ms-input-placeholder {
  color: #333333;
}

.modal-search .hsbox input::placeholder {
  color: #ffffff;
}

.modal-search .hsbox .search-btn {
  position: absolute;
  font-size: 24px;
  top: 20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: 0;
  background: transparent;
  color: #333333;
  padding: 0;
}

.modal-search .hsbox .search-btn i {
  vertical-align: middle;
}


.header-bottom {
  border-top: 1px solid #dee2e6;
}


@media (max-width: 991px) {
  .main-menu {
    display: none!important;
  }
}
.main-menu {
	background-color: #fff;
	border-top: solid 1px #f4f4f4;
	border-bottom: solid 1px #f4f4f4;
}
.navbar {
	padding: 0px;
	
}
.main-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.main-nav > ul > li {
  display: inline-block;
}

.main-nav > ul > li:not(:last-child) {
	padding-right: 24px;
  /*padding-right: 35px;*/
}

@media (max-width: 1199px) {
  .main-nav > ul > li:not(:last-child) {
    padding-right: 14px;
  }
}

.main-nav > ul > li a {
  color: #4c4c4c;
}
.menu-icon 	{
    margin-right: 0.6rem;
    font-size: 27px;
}

.menu-basket  {
	background-color: #f0498f;
	color: #fff!important;
    padding-left: 10px;
    padding-right: 10px;
}

.sticky-text
{
	opacity: 0;
	transition: opacity 0.3s;
}

.main-nav > ul > li > a {
  line-height: 60px;  
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  position: relative;
}

.main-nav > ul > li > a:before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #f0498f;
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
}

.main-nav > ul > li:hover > a {
  color: #f0498f;
}

.main-nav > ul > li:hover > a:before {
  width: 100%;
}

.main-nav > ul > li:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* ---Drop Menu--- */
.drop-holder {
  position: relative;
}

.drop-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 250px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  z-index: 2;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.drop-menu > li:not(:last-child) {
  padding-bottom: 10px;
}

.drop-menu a:hover {
  padding-left: 5px;
  color: #f0498f;
}

/* ---Sub Dropdown--- */
.sub-dropdown.drop-menu {
  top: 30px;
  left: auto;
  right: 100%;
}

.sub-dropdown-holder:hover .sub-dropdown.drop-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.sub-dropdown-holder:hover > a {
  color: #f0498f;
}

/* ---Megamenu--- */
.megamenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 830px;*/
  width: 1000px;
  padding: 0;
  padding: 40px;
}

.megamenu .title {
  margin-bottom: 25px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  display: block;
}

.megamenu.drop-menu {
  left: auto;
}

.megamenu.drop-menu > li {
  padding-bottom: 0;
}

.megamenu > li {
  width: 33.3333333333%;
}

.megamenu > li:not(:last-child) {
  border-right: 1px solid #e7e7e7;
  padding-right: 30px;
  margin-right: 30px;
}

.megamenu > li > ul li:not(:last-child) {
  padding-bottom: 20px;
}

.megamenu > li > ul li a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}

.header-right > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-right .dropdown .dropdown-menu {
	font-size: 14px;
	min-width: 7rem;
	padding: 0 0;
}

.header-right .dropdown-item.active,
.header-right .dropdown-item:active,
.header-right .dropdown-item:hover {
  color: #fff;
  background-color: #f0498f;
}
.header-right > ul > li {
  position: relative;
  cursor: pointer;
}

.header-right > ul > li:not(:last-child) {
  padding-right: 15px;
}
.header-right ul li .top-icon {
  padding-right: 10px;
  vertical-align: sub;
  font-size: 26px;
	font-weight: 500;
}

@media (max-width: 1199px) {
  .top-mt {
    display: none;
  }
	.topiconi .pnumber {
		display: none!important;
	}
	.py-30 {
	padding-top: 15px;
    padding-bottom: 15px;
	}
	.sec-title {
		font-size: 32px;
	}
}
.header-right > ul > li > a,
.header-right > ul .btn {
  font-size: 15px;
  vertical-align: middle;
}

.header-right > ul .btn:after {
  border: 0;
}
.mmenu_wrap i {
	font-size: 20px;
}
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 479px) {
  .header-logo {
    width: 140px;
  }
}
.mb-menu-sec .offcanvas-body {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0;
}

@media (max-width: 479px) {
  .mb-menu-sec .offcanvas-body {
    width: 100%;
  }
}
.mb-menu-sec .offcanvas-body .inner-body {
  padding: 30px 0;
}
.mb-menu-sec .offcanvas-body .inner-body .offcanvas-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 30px;
  height: auto;
  border-bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mb-menu-sec .offcanvas-body .inner-body .offcanvas-top .button-close {
  font-size: 20px;
  color: #313131;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu > li {
  height: 100%;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu > li > a span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu > li.open {
	padding-bottom: 0px!important;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li > .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li a {
  color: #313131;
  font-size: 15px;
  display: block;
  padding: 0 20px;
  font-weight: 600;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li a i {
  font-size: 18px;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li .sub-menu {
  overflow-y: auto;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li .sub-menu li {
   border-bottom: 1px solid #cccccc;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li .sub-menu li:last-child {
   border-bottom: none!important;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li .sub-menu li a {
  font-size: 13px;
  color: #313131;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li .sub-menu li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li .sub-menu li.menu-open > a {
  color: #f0498f;
}

.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li .sub-menu li.menu-open > a > span > i:before {
  content: '\f077';
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li.menu-open > a {
  color: #f0498f;
}
.mb-menu-sec .offcanvas-body .inner-body .left-menu .left-menu-nav .mmenu li.menu-open > a > span > i:before {
  content: '\f077';
}
.mb-menu-sec.open .offcanvas-body {
  visibility: visible;
  left: 0;
  opacity: 1;
  z-index: 999;
}
.page-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}

.page-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
}
.slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-inner.fslide {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 600px;
}

@media (max-width: 991px) {
  .slide-inner.fslide {
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: auto;
  }
    .slide-inner.fslide .slider-con {
    text-align: right;
    margin-top: 30px;
  }
 .promo-sec {
    height: 250px!important;
}
}

.slider-con .small-t {
  font-weight: 300;
  font-size: 25px;
  line-height: 36px;
  display: block;
  color: #464646;
}

@media (max-width: 991px) {
  .slider-con .small-t {
    font-size: 19px;
    line-height: 1.3;
  }
}

.slider-con .title {
  font-weight: 400;
  font-family: "Dancing Script", sans-serif;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 15px;
  color: #f0498f;
}

@media (max-width: 1199px) {
  .slider-con .title {
    font-size: 58px;
    line-height: 1.4;
  }
}

@media (max-width: 991px) {
  .slider-con .title {
    font-size: 38px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .slider-con .btn-wrap {
    margin-bottom: 20px;
  }
}

.slider-con .btn-b {
  border-radius: 32.5px;
}

@media (max-width: 991px) {
  .slider-con .btn-b {
    width: 145px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
	  padding: 0px;
  }
}


.page-sa .swiper-button-next, .page-sa .swiper-button-prev {
  background-color: #525252;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-sa .swiper-button-next:after, .page-sa .swiper-button-prev:after {
  font-size: 16px;
}

.page-sa .swiper-button-next:hover, .page-sa .swiper-button-prev:hover {
  background-color: #f0498f;
  color: #ffffff;
}

.swiper-arrow:hover .swiper-button-next, .swiper-arrow:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.page-sa .swiper-button-next, .page-sa .swiper-button-prev {
  background-color: transparent;
  border: 0;
  color: inherit;
}

@media (max-width: 767px) {
.page-sa .swiper-button-next, .page-sa .swiper-button-prev {
    display: none;
  }
}
.page-sa .swiper-button-next:hover, .page-sa .swiper-button-prev:hover {
  background-color: transparent;
  color: #f0498f;
}
.swiper-pagination {
  bottom: 22px !important;
}


.promo-sec {
  height: 370px;
}
.promo-heading a {
  font-family: "Dancing Script", sans-serif;
  font-size: 48px;
  line-height: 48px;
  color: #f0498f;
  text-decoration: none;
}

@media (max-width: 479px) {
  .promo-heading {
    font-size: 24px;
  }
}
.promo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.shipping-select {
	padding: 25px 0px;
}
.shipping-sec {
	background-color: #f4f4f4;
}
.ship-item {
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
.shippingdv {
	display: flex;
    align-items: center;
    height: 100%;
    border-radius: 4px;
}
}

@media (max-width: 991px) {
  .ship-item {
    padding: 20px;
  }
  
 .shippingdv {
    align-items: center;
    height: 100%;
    border-radius: 4px;
	}
	
}

.ship-item {
	padding: 20px 15px;
	text-align: center;
}
.ship-icon {
	font-size: 36px;
	padding-right: 6px;
	vertical-align: middle!important;
}
.product-wp .row>* {
	padding: 0!important;
}
.product-wp {
padding-right: 1.1rem;
    padding-left: 1.1rem;
    margin-top: 1.1rem;
	margin-bottom: 1.1rem;
}
.productdv {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  /*box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;*/
  color: #313131;
}
.productdv:hover {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;	
}
.productdv:hover .product-name {
    color: #f0498f!important;
} 
.productdv:hover .product-img img.secondary-img {
  opacity: 1;
}

.product-img {
  position: relative;
}
.product-img img {
  width: 100%;
}
.product-img img.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.product-content {
  padding-top: 10px;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
}
.product-content a:hover {
  color: #f0498f;;
}
	
.product-code {
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
  text-align: center;
}
.product-content .product-name {
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  height: 36px;
}
@media (max-width: 575.99px) {
	.product-content {
		padding-top: 60px;
	}
.product-area-1 .product-content {
		padding: 20px 0px!important;
	}	
}

@media (max-width: 991px) {
  .product-content .product-name {
   font-size: 15px;
   height: 42px;
  }
	.banner-sec .g-y-30 {
	  --bs-gutter-y: 20px;
	}
}

.banner-item {
  position: relative;
}

.ban-img img {
  width: 100%;
}
@media (max-width: 479px) {
  .ban-img {
    height: 250px;
  }
  .ban-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.ban-cont {
  position: absolute;
  width: 100%;
}
.ban-cont .title {
  color: #393939;
  font-size: 28px;
  font-family: 'Lora', serif;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .ban-cont .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .ban-cont .title {
    font-size: 22px;
  }
}
.ban-cont.btextr {
  width: calc(100% - 100px);
  text-align: right;
}
.flowerban .ban-cont.btextr {
  top: 80px;
  right: 40px;
}
.ban-cont.btextl {
  width: calc(100% - 100px);
  text-align: left;
}
.flowerban .ban-cont.btextl {
  top: 190px;
  left: 40px;
}
@media (min-width: 991px) and (max-width: 1199px) {
	.main-nav > ul > li > a {
	font-size: 14px; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
 .flowerban .ban-cont.btextr {
  top: 30px;
  right: 40px;
}
  .flowerban .ban-cont.btextl {
  top: 80px;
  left: 40px;
}
   .flowerban .ban-cont.btextl .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .flowerban .ban-cont .btn-b {
    font-size: 13px;
  }
.ban-cont .title {
    font-size: 22px;
	margin-bottom: 10px;
  }
}
@media (min-width: 991.98px) and (max-width: 1199px) {
	.g-y-30 {
    --bs-gutter-y: 25px;
}
}
.flower-slider .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flower-item {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;	
}

.flower-item:hover {
  opacity: 1;
}
.flower-text {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	min-height: 50px;
}
.swiper_wrap {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}
.swiper_wrap .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.swiper_wrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
}

.swiper_wrap .swiper-button-next, .swiper_wrap .swiper-button-prev {
	background-color: #d8d8d8;
    color: #fff!important;
	border-radius: 2px;
}
.swiper_wrap .swiper-button-next:after, .swiper_wrap .swiper-button-prev:after {
	font-size: 18px!important;
}
@media (max-width: 991px) {
.swiper_wrap .swiper-button-next {
  right: -10px;
}
.swiper_wrap .swiper-button-prev {
  left: -10px;
}
}
.newsletter-area {
  height: 370px;
}

.newsletter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.newsletter-heading {
  font-family: "Dancing Script", sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #f0498f;
  text-decoration: none;
	margin-bottom: 20px;
}
.newsletter-text {
	text-align: center;
}
@media (max-width: 479px) {
  .newsletter-heading {
    font-size: 22px;
  }
}

.newsletter-searchbox {
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
}

.newsletter-searchbox .input-field {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 10px;
  min-width: 400px;	
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 25px;
  color: #444444;
  font-size: 14px
}

@media (max-width: 479px) 
{
.newsletter-searchbox .input-field {

  min-width: 330px;
}
}	

.newsletter-searchbox .input-field::-webkit-input-placeholder,
.newsletter-searchbox .input-field::-moz-placeholder,
.newsletter-searchbox .input-field:-ms-input-placeholder,
.newsletter-searchbox .input-field::-ms-input-placeholder,
.newsletter-searchbox .input-field::placeholder {
  opacity: 1;
}
.newsletter-btn {
  background-color: #f0498f;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: transparent;
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  height: 45px
}
.newsletter-btn i {
  vertical-align: middle;
}

.social-link ul li:not(:last-child) {
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .social-link ul li:not(:last-child) {
    padding-right: 10px;
  }
}
.social-link ul li {
  display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.social-link ul li a {
 text-align: center;
 background-color: transparent;
}
.social-link ul li a i {
 text-align: center;
}
.social-link .fa-brands:before {
	font-size: 1.8em;
}
.social-link ul li a .fa-facebook {
	color:#3C599F;
}  
.social-link ul li a .fa-square-instagram {
	color: #3f729b;
}  
.social-link ul li a .fa-twitter {
	color: #55acee;
} 
.social-link ul li a .fa-youtube {
	color: #e52d27;
} 

.footer {
	color: #313131;
}
.footer-logo {
  padding-bottom: 10px;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
.footer-item .collapse  {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0.9375rem;
    transition: max-height .2s ease-out;
}
.footer-list .accordion-item {
    float: none!important;
}
.footer-title {
		display: none;
	}
}
.footer-desc {
font-size: 14px;
}
.footer-list-item > li:not(:last-child) {
  padding-bottom: 5px;
}
.footer-list-item > li a {
	font-size: 14px;
}
.footer-list-item > li a:hover {
  color: #f0498f;
}
.f-collapse {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.f-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: auto;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.footer-list .accordion-item {
	float: left;
	margin-bottom: 20px;
	border:none;
  -webkit-box-shadow:none; 
  box-shadow:none;
}
@media (min-width: 991px) {
 .f-collapse.collapse {
   display: block !important;
   height: auto !important;
   overflow: visible !important;
 }
.footer-list .accordion-button {
		display: none;
	}
}
.footer-list .accordion-button {
	font-size: 16px;
  margin-bottom: 20px;
	padding: 0px;
}
.footer-list .accordion-button,
.footer-list .accordion-button:not(.collapsed) {
	color: #313131;
    background-color: transparent;
    box-shadow: none;
	width: auto;
}
.footer-list .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.footer-list .accordion-button::after,
.footer-list .accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: 5px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
	transform: none;
	color: #313131!important;
}
.copyright {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.copyright-text {
	font-size: 14px;
	 color: #5f5f5f;
}

::-webkit-scrollbar {
    width: .45rem;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(27, 27, 27, .4);
    border-radius: 3px;
}
::-webkit-scrollbar-track{
    background: transparent;
}



.product-filter {
  padding-bottom: 50px;
}

.product-filter > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .product-filter > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.product-filter > ul > li:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 575px) {
.product-filter > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.product-filter > ul li a {
  color: #6c6c6c;
}

.product-filter > ul li.short .nice-select {
  border-radius: 5px;
}

.product-filter > ul li.short .nice-select.active, .product-filter > ul li.short .nice-select.open, .product-filter > ul li.short .nice-select:focus {
  border-color: #dee2e6;
}

.product-filter > ul li.short .nice-select .list {
  width: auto;
  left: auto;
  right: 0;
}


.filterbar_nav .nav-item {
	min-width: 100px;
	margin-right: 10px;
}

option:before { content: "☐ " }
option:checked:before { content: "☑ " }


.product-image {
    width:  100%}


.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    padding: 2px;
    background-color: #fff;
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50) !important; /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }


/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: 2px solid #f5f5f5;
        padding: 2px;
        background-color: #fff;
    }

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #c2c2c2;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #c2c2c2;
    cursor: default;
}

.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}

.gc-icon:before {
    line-height: 1;
}

.gc-icon {
    font-family: FontAwesome!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: rgba(240, 73, 143, 0.8);
    opacity: .7; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
    background: rgba(204, 204, 204, 0);
    border: none;
}

    .gc-icon:hover {
        opacity: 1; /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100); /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1;
    }

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: 2px;
}

    .gc-icon-next:before {
        position: absolute;
        top: 2px;
        right: 2px;
        content: "\f105";
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
        top: 2px;
        left: 2px;
        content: "\f105";
    }

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 2em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: 2px;
}

.gc-icon-prev:before {
	 font-family: FontAwesome;
        position: absolute;
        top: 2px;
        left: 2px;
        content: "\f104";
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\f104";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 2em;
}

/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

    .gc-icon-close:before {
        position: absolute;
        content: "\f00d";
        top: -2px;
        right: -2px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-enlarge:before {
        position: absolute;
        content: '\f065';
        top: -2px;
        right: -2px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
        content: '\f065';
        top: -2px;
        right: -2px;
    }
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.product-contents {
	text-align: left;
	background-color: #EFEFEF;
	padding: 15px;
}
.rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rating-box ul li:not(:last-child) {
  padding-right: 10px;
}
.rating-box ul li i {
  color: #ffe24d;
  cursor: pointer;
}
.rating-box ul li i:focus {
  outline: none;
}
.rating-box .title {
  margin-left: 15px;
}
.product-contents .newprice {
	font-size: 36px;
	color: #f0498f;
	line-height: 1;
}
.product-contents .priceg {
	font-size: 20px;
	color: #f0498f;	
}
.product-contents .percent {
	font-size: 24px;
	color: #fff;
	background-color: #f0498f;
	padding: 10px;
	border-radius: 6px;
	display: block;
	float: left;
	margin-right: 20px;
}
.product-contents .oldprice {
	font-size: 20px;
	color: #A4A4A4;
	text-decoration: line-through;
	line-height: 1;
}


.product-btn {
	margin-top: 20px;
}
.btn-xl {
	padding: 20px 40px;
	font-size: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.product-banking {
	float: left;
    margin-top: 20px;
}
.payment-m li {
	float: left;
	margin: 0 10px 10px 0;
    overflow: hidden;
}
.breadcrumb-item {
/*font-size: 13px;*/
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.breadcrumb-item.active {
    color: #f0498f;
}
.category-ul .nav-item {
	padding: 6px 15px;
	background-color: #f4f4f4;
	margin-right: 15px;
	border-radius: 6px;
}
.category-ul .filter-last {
	background-color: #fff!important;
}
.category-filter .dropdown-menu {
	float: none!important;
}
.category-ul .nav-link:focus, .nav-link:hover {
	color: #333333!important;
}
.category-ul .nav-item > span  {
	color: #333333!important;
}
.category-ul .nav-item > a {
	color: #333333!important;
}
.category-ul .nav-item .dropdown-menu {
	padding: 12px;
}
.category-ul .nav-item .dropdown-menu > li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.category-ul .nav-item .form-check-input:checked {
	background-color: #E3E3E3;
    border-color: #E3E3E3;
}
@media screen and (min-width: 768px) {
	.categoryfilter .navbar-brand {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.categoryfilter .navbar-brand {
		font-size: 1rem;
	}
	.category-ul .nav-item {
	background-color: #f4f4f4;
}
	.category-ul .nav-item > ul {
	background-color: transparent!important;
	border: none!important;
}
	.categoryfilter .navbar>.container-fluid {
		background-color: #f4f4f4;
		border-radius: 6px;
	}
}

.categoryfilter .navbar-toggler-icon {
  background-image: none;
	width: 1.2em;
    height: 1.2em;
}
.categoryfilter .navbar-toggler-icon::before {
  font-family: FontAwesome;
  content: "\f0d7";
}
.categoryfilter .navbar-toggler:focus,
.categoryfilter .navbar-toggler:active,
.categoryfilter .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}



.mycard .jumbotron {
	background-color: #f4f4f4;
}
.mycard .jumbotron i {
	color: #f0498f;
	font-size: 48px;
	margin-bottom: 40px;
}
.mycard .jumbotron h2 {
	margin-bottom: 40px;
	color: #555555;
}
.mycard {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mycard .card-content {
    background-color: #ffffff;
	border: 1px solid #d2d2d2;
    border-radius: 5px;  
    margin-bottom: 15px;
    padding: 10px 15px;
    position: relative;
}
.mycard .card-content ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mycard .card-content ul li {
    flex: 1 1 33%;
    vertical-align: top;
}
.mycard .card-content ul li h3 {
    margin: 0 0 20px;
}
.mycard .card-content ul li .card-content-list {
    display: flex;
}
.mycard .card-content ul li .card-photo {
    display: inline-block;
    float: left;
}
.mycard .card-content ul li .card-photo img {
    width: 100px;
	height: auto;
}
.mycard .card-content ul li .card-content-detail {
    display: inline-block;
    margin-left: 20px;
	/*line-height: 100px;*/
}
.mycard .card-content ul li .card-content-title {
    color: #333333;
    display: block;
	text-decoration: none;
	/*float: left; */
	margin-right: 25px;
}
.mycard .card-content ul li .location, .mycard .card-content ul li .time {
	/*font-size: 13px;
	float: left;*/
	margin-right: 25px;
}

@media (max-width: 800px) {
.mycard .card-content ul li .location, .mycard .card-content ul li .time {
    font-size: 13px;
	margin-right: 25px;
}
}

.mycard .card-content ul li .cart-content-extra {
    display: inline-block;
    position: relative;
    margin: 0 3px;
}
.mycard .card-content ul li .cart-content-extra img {
    width: 48px;
}
.mycard .card-content ul li + li {
    text-align: center;
    width: 33%;
}
.mycard .card-content .card-content-delete {
    color: #f0498f;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
}
.dialog-btn1  {
    background-color: #0ca228!important;
	color: #ffffff!important;
}
.dialog-btn1:hover {
    background-color: #098821!important;
	color: #ffffff!important;
}
.dialog-btn2 {
    background-color: #e00b0b!important;
	color: #ffffff!important;
}
.dialog-btn2:hover {
	background-color: #ba0a0a!important;
	color: #ffffff!important;
}
.dialog-coupob p {
	font-size: 15px;
	padding: 15px 0px;
	font-weight: 600;
}
.mycard .btn-select .order-btn {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: normal;
}
.order-btn i {
	color: #ffffff;
    float: right;
    font-size: 22px;
    line-height: 27px;
}
.order-back i {
	margin-right: 5px;
	font-size: 16px;
}
.order-btn-group {
	position: relative;
}
.mycard .card-order-list {
    border: 1px solid #dadada;
    padding: 10px 15px 5px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.mycard .card-order-list .order-list-title {
    border-bottom: 1px solid #dadada;
	color: #f0498f;
    margin: 0 0 10px!important;
    padding-bottom: 5px;
}
.order-list-heading {
	padding-left: 10px;
	margin-top: 10px;
}
.mycard .order-summary {
    position: relative;
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #dadada;
    margin-bottom: 5px;
}
.mycard .order-price-table {
    padding: 10px 4px;
    position: relative;
    border-radius: 4px;
	display: flex;
}
.mycard .price-table-left, .mycard .price-table-right  {
    float: left;
    width: 58.33333333%;
    position: relative;
    min-height: 1px;
    font-size: 14px;
}
.mycard .price-table-right {
    float: right;
    width: 41.66666667%;
	padding-left: 15px;
}
.mycard .order-summary .price-content-delete {
    font-size: 13px;
    margin-right: 0;
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 10;
    color: #333333;
}
.discount-row_form {
	display: none;
}
.mycard .discount-row {
    margin: 10px 0;
}
.mycard .discount-row .discount-row-main {
	position: relative;
}
.discount-row__btn {
    display: block;
}
.discount-row__btn .btn {
    color: #333333;
    font-size: 14px;
    line-height: 2;
    padding: 8px 10px;
}
.discount-row__btn .btn:hover, .discount-row__btn .btn:active, .discount-row__btn .btn:focus {
    background-color: transparent;
	text-decoration: none;
	box-shadow: none!important;
}
.discount-row__btn .btn i {
    float: left;
	font-size: 24px;
	margin-right: 10px;
	margin-top: 2px;
	color: #f0498f;
}
.discount-row__btn .btn .disc-text {
	line-height: 24px;
	letter-spacing: -0.5px;
}
.total-price-row {
    position: relative;
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #e3e4e4;
    margin-bottom: 5px;
}
.total-price-row .total-price-table {
    padding: 10px 4px;
    position: relative;
    border-radius: 4px;
	display: flex;
}
.total-price-table .total-table-left, .total-price-table .total-table-right  {
    float: left;
    width: 58.33333333%;
    position: relative;
    min-height: 1px;
}
.total-price-table .total-table-right {
    float: right;
    width: 41.66666667%;
	padding-left: 15px;
}
.discount-row_form .input-group {
    border-radius: 4px;
	border: transparent;
}
.discount-row_form .input-group .coupon-inner {
}
.discount-row_form .input-group .btn-coupon {
	background-color: #f0498f;
	color: #ffffff;
}

.tooltip {
    position: relative!important;
    display: inline-block;
    border-bottom: 1px solid #333333;
	color: #333333;
	opacity: 1!important;
	z-index: 10!important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.order .form-group select.form-control, .order .form-group .pad_20 {
    padding-left: 20px!important;
}
@media (min-width: 768px) {
.order-header-head {
margin-bottom: 15px;
}
}
@media (max-width: 991px) {
	.mycard .card-content ul li .card-content-detail {
	line-height: normal;
}
}


.ui-autocomplete { z-index:9999 !important;}  

.bottom-left 
{
    position: fixed;
    bottom: 20px;
    left: 5px;
	z-index: 999;
}

.banner-class {
    border-radius: 10px;
    overflow: hidden;
	margin-bottom:18px;
}	


.sales {
  position: absolute;
  right: 0px; top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.sales span {
  font-size: 12px;
  letter-spacing: -0.5px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; 
  right: -21px;
}
@media (max-width: 600px) 
{
	.sales span {
	  font-size: 10px;
	  letter-spacing: -0.5px;
	  font-weight: normal;
	  color: #ffffff;
	  text-align: center;
	  line-height: 12px;
	  transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  width: 100px;
	  display: block;
	  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	  position: absolute;
	  top: 12px; 
	  right: -31px;
	}	
}

.sales-gelin {
  position: absolute;
  left: 15px; 
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 120px; 
  height: 120px;
  text-align: left;
}
.sales-gelin span {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  width: 165px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 25px; 
  right: -7px;
}

@media (max-width: 600px) 
{
	.sales-gelin span {
	  font-size: 12px;
	  letter-spacing: -0.5px;
	  font-weight: bold;
	  color: #ffffff;
	  text-align: center;
	  line-height: 20px;
	  transform: rotate(315deg);
	  -webkit-transform: rotate(315deg);
	  width: 165px;
	  display: block;
	  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	  position: absolute;
	  top: 25px; 
	  right: -7px;
	}
}
.sale1 span {
	  background: #ec1c40;
}
.sale2 span {
	  background: #90c23e;
}
.sale3 span {
	  background: #1d89ca;
}
.sale4 span {
	  background: #26badf;
}


.img-urun {
    aspect-ratio: 3 / 4;
    width: 100%;
    height: auto;
}