@charset "UTF-8";

/*--------------------------------------------------------------
  # Base rules
  --------------------------------------------------------------*/
html {
  font-size: 14px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #464646;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
}

section[class^=site] {
  overflow: hidden;
}

#site {
  overflow-x: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 200px;
}


a{
  text-decoration: none;
  color: #4d4d4d;
}

.breadcrumb a{
  color: blue!important;
}

.breadcrumb a:hover{
  color: darkblue!important;
  text-decoration: underline!important;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: left;

}

.dropdown-content a:hover {
  background-color: #ddd;
}

/*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/

.card-style {
  border: 10px solid #FFF;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
  ## Preloader
  --------------------------------------------------------------*/
#preloader {
  background-color: rgba(139,0,0,0.51);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}

#preloader > .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
}

/*--------------------------------------------------------------
  ## Form
  --------------------------------------------------------------*/
input,
textarea,
select {
  border: 1px solid #e1e1e1;
  padding: 13px 20px;
  margin-bottom: 10px;
  transition: border 0.15s ease-in-out;
  letter-spacing: 0.028em;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(139,0,0,0.51);
}

textarea {
  margin-bottom: 6px;
}

.commonBtn{
  background-color: rgba(139,0,0,0.51);
  color: #FFF;
  border: 1px solid rgba(139,0,0,0.51);
  transition: background 0.15s ease-in-out;
}

.commonBtn:hover {
  color: rgba(139,0,0,0.51) !important;
  background-color: #FFF!important;
  cursor: pointer!important;
}

.commonBtn.alt {
  color: rgba(139,0,0,0.51);
  background-color: transparent;
}

.commonBtn:hover {
  color: #FFF;
  background-color: rgba(139,0,0,0.51);
}


/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a {
  color: #4d4d4d;
  transition: all 0.15s ease-in-out;
}

a:hover, a:focus {
  color: rgba(139,0,0,0.51);
  text-decoration: none;
}

/*--------------------------------------------------------------
  ## Buttons
  --------------------------------------------------------------*/
.bt-btn {
  display: inline-block;
  padding: 17px 30px;
  background-color: rgba(139,0,0,0.51);
  letter-spacing: 0.028em;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  border: 1px solid transparent;
}

.bt-btn > i {
  margin-left: 40px;
  transition: all 0.15s ease-in-out;
  margin-right: -5px;
}

.bt-btn > i:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(139,0,0,0.51);
  right: 60px;
}

.bt-btn.alt, .bt-btn:hover {
  background-color: transparent;
  border-color: rgba(139,0,0,0.51);
  color:rgba(139,0,0,0.51);
}

.bt-btn.alt:hover {
  background-color: rgba(139,0,0,0.51);
  color: #FFF;
  border-color: transparent;
}

/*--------------------------------------------------------------
  ## Lists
  --------------------------------------------------------------*/
ul li {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
  ## Table
  --------------------------------------------------------------*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

table th,
table td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #F5F4F4;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #F5F4F4;
}

table tbody + tbody {
  border-top: 1px solid #F5F4F4;
}

/*--------------------------------------------------------------
  ## Site Branding
  --------------------------------------------------------------*/
#site-logo {
  display: block;
  width: 375px;
  text-align: center;
  margin: 0 auto;
}

#site-logo > img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
}

.transparent-header #site-logo > img.normal-logo,
.transparent-header.pink-header__toggle-open #site-logo > img.transparent-logo,
#site-logo > img.transparent-logo {
  display: none;
}

.transparent-header #site-logo > img.transparent-logo,
.pink-header__toggle-open #site-logo > img.normal-logo{
  display: inline-block;
}

/*--------------------------------------------------------------
  ## Section Heading
  --------------------------------------------------------------*/
.section-heading {
  max-width: 665px;
  margin: 50px auto;
  position: relative;
  text-align: center;
}

.section-heading > .section-title-small {
  font-weight: 700;
  font-size: 30px;
  font-size: 2.14286em;
  line-height: 1;
  letter-spacing: 0.028em;
  text-transform: uppercase;
  color: rgba(139,0,0,0.51);
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.section-heading > .section-description {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.14286em;
  line-height: 26px;
  line-height: 1.625em;
  font-style: italic;
  position: relative;
  z-index: 3;
}

/*--------------------------------------------------------------
  ## Product Item
  --------------------------------------------------------------*/
.product-item {
  position: relative;
  margin-bottom: 30px;
  margin-left: 15px!important;
  margin-right: 15px!important;
  padding: 20px;
  height: 170px;

}

.product-item > .item-title {
  font-size: 16px;
  font-size: 1.14286em;
  font-weight: 700;
  letter-spacing: 0.028em;
  text-transform: uppercase;
}
.product-item > .item-price {
  font-size: 24px;
  font-size: 1.71429em;
  color: #a58e7c;
}

.product-item > .item-price > span {
  display: block;
}

/*--------------------------------------------------------------
  ## Feature Box
  --------------------------------------------------------------*/
.feature-box {
  text-align: center;
  padding: 50px 0;
  position: relative;
}

.feature-box:after {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: -15px;
  width: 1px;
  background-color: #e1e1e1;
}

.feature-box > i {
  font-size: 60px;
  font-size: 4.28571em;
  color: rgba(139,0,0,0.51);
  margin-bottom: 30px;
}

.feature-box > h3 {
  font-size: 16px;
  font-size: 1.14286em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.028em;
  margin-top: 0;
  margin-bottom: 15px;
}

.feature-box.last:after {
  display: none;
}

/*--------------------------------------------------------------
  ## Newsletter
  --------------------------------------------------------------*/
.newsletter-subscribe-form {
  background-color: #f8f8f8;
  padding: 55px;
  text-align: center;
}

.newsletter-subscribe-form > .title-area {
  position: relative;
  padding: 50px 0;
}

.newsletter-subscribe-form > .title-area > h2 {
  font-size: 30px;
  font-size: 2.14286em;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(139,0,0,0.51);
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.newsletter-subscribe-form > .title-area > p {
  font-size: 24px;
  font-size: 1.71429em;
  letter-spacing: 0.05em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: rgba(139,0,0,0.51);
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.newsletter-subscribe-form > .newsletter-form {
display: flex
}

.newsletter-subscribe-form > .newsletter-form > input {
  transition: all 0.15s ease-in-out;
}

.newsletter-subscribe-form > .newsletter-form > input[type="email"] {
  padding: 0 20px;
  font-weight: 300;
  height: 50px;
  width: 460px;
  border: 1px solid #f8f8f8;
}

.newsletter-subscribe-form > .newsletter-form > input[type="email"]:focus {
  outline-color: transparent;
  border: 1px solid rgba(139,0,0,0.51);
}

.newsletter-subscribe-form > .newsletter-form > button {
  background-color: rgba(139,0,0,0.51);
  border: 1px solid rgba(139,0,0,0.51);
  color: #FFF;
  height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.028em;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.newsletter-subscribe-form > .newsletter-form > button > span {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.newsletter-subscribe-form > .newsletter-form > button.clicked > span {
  opacity: 0;
}

.newsletter-subscribe-form > .newsletter-form > button.clicked > i {
  opacity: 1;
}

.newsletter-subscribe-form > .newsletter-form > button:hover, .newsletter-subscribe-form > .newsletter-form > button:focus {
  outline-color: transparent;
  color: rgba(139,0,0,0.51);
  background-color: transparent;
}

.newsletter-subscribe-form.style-two > .title-area,
.newsletter-subscribe-form.style-two > .newsletter-form {
  width: 50%;
  float: left;
}

/*--------------------------------------------------------------
  ## Thumbnail Menu Item
  --------------------------------------------------------------*/
.thumbnail-menu-item {
  position: relative;
  display: block;
  max-width: 460px;
  max-height: 345px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.thumbnail-menu-item > img {
  width: 100%;
  height: auto;
}

.thumbnail-menu-item > .item-caption {
  position: absolute;
  text-align: center;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbnail-menu-item > .item-caption > i,
.thumbnail-menu-item > .item-caption > span {
  display: block;
  position: relative;
}

.thumbnail-menu-item > .item-caption > i {
  font-size: 46px;
  font-size: 3.28571em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.35s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.15s;
}

.thumbnail-menu-item > .item-caption > i:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #FFF;
  left: 50%;
  bottom: -10px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.thumbnail-menu-item > .item-caption > span {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.14286em;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.35s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.25s;
}

.thumbnail-menu-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139,0,0,0.51);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.thumbnail-menu-item:hover > .item-caption {
  opacity: 1;
}

.thumbnail-menu-item:hover > .item-caption > i,
.thumbnail-menu-item:hover > .item-caption > span {
  opacity: 1;
  transform: translateY(0);
}

.thumbnail-menu-item:hover:before {
  opacity: 1;
}

/*--------------------------------------------------------------
  ## Look Category Item
  --------------------------------------------------------------*/
.look-category-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.look-category-item > img {
  width: 100%;
  height: auto;
  transition: transform 0.35s ease-in-out;
}

.look-category-item > .look-category-caption {
  position: absolute;
}

.look-category-item > .look-category-caption > .look-title {
  color: #FFF;
  font-size: 48px;
  font-size: 3.42857em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.028em;
}

.look-category-item > .look-category-caption > .look-title-2-alt {
  font-size: 50px;
  font-size: 3.57143em;
  letter-spacing: 0.028em;
  font-weight: 300;
  color: #a58e7c;
  text-transform: uppercase;
  line-height: 1;
}

.look-category-item > .look-category-caption > .look-title-3 {
  font-size: 32px;
  font-size: 2.28571em;
  letter-spacing: 0.028em;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
}

.look-category-item > .look-category-caption > .look-title-4 {
  font-size: 24px;
  font-size: 1.71429em;
  line-height: 1;
  letter-spacing: 0.028em;
  color: #FFF;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.look-category-item > .look-category-caption > .look-title-5-alt {
  font-size: 40px;
  font-size: 2.85714em;
  color: #a58e7c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.028em;
  line-height: 1;
}

.look-category-item > .look-category-caption > .look-title-6-font-alt {
  font-size: 28px;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.028em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #FFF;
  margin-bottom: 10px;
}

.look-category-item > .look-category-caption > .look-title-7-alt {
  font-size: 46px;
  font-size: 3.28571em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a58e7c;
  line-height: 1;
  letter-spacing: 0.028em;
}

.look-category-item > .look-category-caption > .look-title-8-font-alt {
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-size: 3.85714em;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.028em;
  margin-bottom: 10px;
}

.look-category-item > .look-category-caption > .look-title-9-alt {
  font-size: 54px;
  font-size: 3.85714em;
  text-transform: uppercase;
  color: #a58e7c;
  font-weight: 300;
  letter-spacing: 0.028em;
  line-height: 1;
}

.look-category-item.bottom-left-content > .look-category-caption {
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  padding-bottom: 30px;
}

.look-category-item.center-middle-content > .look-category-caption {
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.look-category-item:hover > img {
  transform: scale(1.1) rotate(2deg);
}


/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Menu Toggle */
.menu-toggle {
  position: relative;
  width: 30px;
  height: 23px;
}

.menu-toggle:hover {
  cursor: pointer;
}

.menu-toggle > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  height: 2px;
  background-color: #2c2c2c;
  transition: all 0.5s ease-in-out;
}

.transparent-header:not(.pink-header__toggle-open) .pink-header__head .menu-toggle > div {
  background-color: #FFF;
}


.menu-toggle > div:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.menu-toggle > div:nth-child(3) {
  top: auto;
  bottom: 0;
}

.menu-toggle.active > div:nth-child(1) {
  -ms-transform: translateY(10px) rotate(135deg);
      transform: translateY(10px) rotate(135deg);
}

.menu-toggle.active > div:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active > div:nth-child(3) {
  -ms-transform: translateY(-12px) rotate(-135deg);
      transform: translateY(-12px) rotate(-135deg);
}

/*--------------------------------------------------------------
  ## Style Two
  --------------------------------------------------------------*/
.site-menu.style-two > .menu-overlay-full {
  position: fixed;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -200;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding-top: 10%;
  background-color: #FFF;
  visibility: hidden;
}

.pink-header__toggle-open .site-menu.style-two > .menu-overlay-full {
  visibility: visible;
}

.site-menu.style-two > .menu-overlay-full .secondary-menu > ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li {
  display: inline-block;
  margin: 10px 35px;
}

.site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li > a {
  font-size: 20px;
  font-size: 1.42857em;
  letter-spacing: 0.028em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #a58e7c;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s ease-in-out;
}

.site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li > a:hover:after {
  width: 30px;
  opacity: 1;
}

.site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li.active > a:after {
  width: 30px;
  opacity: 1;
}

.site-menu.style-two > .menu-overlay-full .footer-with-social {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-menu.style-two > .menu-overlay-full .footer-with-social > ul {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}

.site-menu.style-two > .menu-overlay-full .footer-with-social > ul > li {
  line-height: 1;
  padding: 0 10px;
}

.site-menu.style-two > .menu-overlay-full .footer-with-social > ul > li > a {
  font-size: 22px;
  font-size: 1.57143em;
}



.site-menu.style-two > .menu-overlay-full .footer-with-social > .copyright-info {
  font-weight: 300;
  color: #9d9d9d;
}

.pink-header__toggle-open {
  overflow: hidden;
}

.pink-header__toggle-open .pink-header__head {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #FFF !important;
  min-height: 600px;
  height: 100%;
}

.pink-header__toggle-open .site-menu.style-two > .menu-overlay-full {
  z-index: 200;
  position: fixed;
  bottom: 0;
  opacity: 1;
}

/*--------------------------------------------------------------
  ## Site Menu Icon
  --------------------------------------------------------------*/

.site-branding{
  flex-grow: 2
}

.site-quick-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-end!important;
  gap: 20px;
  /*width: 150px;*/
  align-items: flex-start;
}

.site-menu-icon > a > i{
  font-size: 20px;
}

.site-menu-icon > a{
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.028em;
  font-weight: 600;
}

.transparent-header:not(.pink-header__toggle-open) .site-menu-icon > a {
  color: white;
}

.transparent-header:not(.pink-header__toggle-open) .site-menu-icon > a:hover {
  color: rgb(196,125,125);
}

/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/

.site-section {
  margin-bottom: 100px;
}

.site-section.alt {
  background-color: #f8f8f8;
}

.padding-top-50 {
  padding-top: 50px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

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

.hd-screen-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 95px;
}

.hd-screen-container.no-sidebar {
  padding: 0;
}


.hd-screen-container > .dt-content > .products-flexible-column {
  margin-left: 0;
  margin-right: 0;
}

/*--------------------------------------------------------------
  ## Header
  --------------------------------------------------------------*/
.pink-header__head {
  background-color: #FFF;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
}

.pink-header__head hr {
  margin: 0;
}

.pink-header__toggle-open .pink-header__head,
.search-form-open .pink-header__head {
  overflow: visible;
}

.pink-header__middle-area {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f8f8f8;
}

.transparent-header .pink-header__head {
  background-color: transparent;
  position: absolute;
  width: 100%;
}

.transparent-header .pink-header__middle-area {
  border-bottom-color: transparent;
}

.is-scrolled .pink-header__head {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.search-form-open .pink-header__head,
.pink-header__toggle-open .pink-header__head {
  top: 0 !important;
}

.header-top-bar a {
  color: #FFF;
}

.header-top-bar a:hover {
  opacity: 0.7;
}


.header-top-bar .topbar-left-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0 -18px;
}


.header-top-bar .topbar-left-menu > ul > li {
  float: left;
  padding: 0 18px;
  margin-bottom: 0;
}

.header-top-bar .topbar-left-menu > ul > li > div {
  float: left;
}

.header-top-bar .topbar-left-menu > ul > li > div.dropdown > button {
  background: transparent;
  border: none;
  font-weight: 600;
}


.header-top-bar .topbar-right-menu > ul {
  padding: 0;
  margin: 0 -18px;
  list-style: none;
}


.header-top-bar .topbar-right-menu > ul > li {
  margin-bottom: 0;
  float: left;
  padding: 0 18px;
  font-weight: 300;
}

/*--------------------------------------------------------------
  ## Slider
  --------------------------------------------------------------*/
.site-main-slider {
  max-height: 1040px;
  overflow: hidden;
  position: relative;
  /* Slider Pagination */
}

.site-main-slider .swiper-slide {
  position: relative;
}

.site-main-slider .swiper-slide > img {
  width: 100%;
  height: auto;
}

.site-main-slider .swiper-slide .slide-heading-small {
  font-size: 45px;
  font-size: 3.21429em;
  line-height: 1;
  font-weight: 300;
}

.site-main-slider .swiper-slide .slide-sub-heading {
  font-size: 28px;
  font-size: 2em;
  line-height: 1;
}

.color-pinkbyss{
  color: #e864a2 !important;
  text-shadow: 1px 1px 15px hotpink;
}

.site-main-slider .swiper-slide .color-alt {
  color: #a58e7c;
}

.site-main-slider .swiper-slide .color-white {
  color: #FFF;
}

.site-main-slider .swiper-slide .font-alt {
  font-family: "Playfair Display", serif;
}

.site-main-slider .swiper-slide .font-italic {
  font-style: italic;
}

.site-main-slider .swiper-slide > .slide-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  transition-delay: 0.3s;
  margin-left: 10%;
}

/* Slider Style 2 */

.slide-v2 .slide-heading-small {
  margin-bottom: 20px;
}

.slide-v2 .slide-caption-content {
  position: relative;
}

.slide-v2 .slide-caption-content:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #FFF;
  left: 0;
  bottom: -25px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  transition-delay: 1.5s;
}



/*--------------------------------------------------------------
  ## Products List
  --------------------------------------------------------------*/

.products-flexible-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 15px;
  min-height: 300px;
}

.products-flexible-column > .product-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}

.products-flexible-column[data-column="6"] > .product-item {
  -ms-flex-preferred-size: 16.66666666666667%;
      flex-basis: 16.66666666666667%;
  max-width: 16.66666666666667%;
}





.products-flexible-column[data-column="5"] > .product-item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}


.product-statics-and-sort {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.028em;
  padding: 0 20px;
}

.product-statics-and-sort .results {
  color: #565656;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.product-statics-and-sort select {
  border: none;
  font-weight: 600;
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
  ## Newsletter
  --------------------------------------------------------------*/
.site-newsletter-v2 .newsletter-subscribe-form,
.site-newsletter-v2 .site-video-popup {
  height: 650px;
  overflow: hidden;
}

.site-newsletter-v2 .site-video-popup img {
  width: 100%;
  height: auto;
}

.site-newsletter-v2 .newsletter-subscribe-form {
  padding-top: 190px;
}


/*--------------------------------------------------------------
  ## Thumbnail Menu
  --------------------------------------------------------------*/
.site-thumbnail-menu > .row {
  margin: 0;
  padding-top: 12px;
  padding-right: 6px;
  padding-left: 6px;
}

.site-thumbnail-menu [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

/*--------------------------------------------------------------
  ## Site Special Area
  --------------------------------------------------------------*/
.site-special-area.alt {
  background-color: rgba(19, 0, 12, 0.8);
  padding-top: 60px;
  padding-bottom: 60px;
}

.site-special-area .special-title-gray {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.028em;
  color: rgba(255, 105, 180, 0.56);
  margin-top: 25px;
}

.site-special-area .special-title {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.028em;
  line-height: 60px;
  color: hotpink;
  margin-bottom: 30px;
}

.site-special-area .special-content {
  font-size: 1.14286em;
  font-family: "Helvetica", serif;
  /*font-style: italic;*/
  line-height: 1.5625em;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  text-align:justify;
}


/*--------------------------------------------------------------
  ## Shopping Cart
  --------------------------------------------------------------*/
.site-cart-form {
  margin-bottom: 30px;
}

.site-cart-form table.cart-table {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.site-cart-form table.cart-table th,
.site-cart-form table.cart-table td {
  vertical-align: middle;
  padding: 30px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #e1e1e1;
}


.site-cart-form table.cart-table td.product-name a {
  color: #6e5f53;
}

.site-cart-form table.cart-table th {
  font-size: 18px;
  font-size: 1.28571em;
}



.site-cart-proceed-checkout {
  margin-bottom: 100px;
}

.site-cart-proceed-checkout .shipping-methods > h2 {
  font-size: 18px;
  font-size: 1.28571em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 0;
}

.payment_table tr{
  border: 1px solid rgba(211, 211, 211, 0.60);
}

.payment_table th, .payment_table td{
  border: none;
}

.site-cart-proceed-checkout .cart-checkout > h2 {
  font-size: 18px;
  font-size: 1.28571em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 0;
}

.site-cart-proceed-checkout .cart-checkout table {
  border: 1px solid #e1e1e1;
  padding: 25px 30px;
  display: block;
  width: 100%;
}

.site-cart-proceed-checkout .cart-checkout table tr {
  width: 100%;
}

.site-cart-proceed-checkout .cart-checkout table tr th,
.site-cart-proceed-checkout .cart-checkout table tr td {
  padding: 10px;
}

.site-cart-proceed-checkout .cart-checkout table tr th {
  font-weight: normal;
  width: 70%;
  vertical-align: baseline;
}


/*--------------------------------------------------------------
  ## Footer
  --------------------------------------------------------------*/
.site-footer {
  color: #c3c3c3;
}

.site-footer strong {
  font-weight: 500;
}

.site-footer a {
  color: #ff8aec;
  font-size: 15px;
}

.site-footer a:hover {
  color: darkturquoise!important;
}

.site-footer .site-widget ul li {
  padding-left: 0;
}

.site-footer .site-widget ul li:before {
  display: none;
}

.site-footer.style-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../assets/img/footer.jpg);
  background-size: auto 100%;
  background-position: center center;
  text-align: center;
  color: #dadada;
}

.list-inline{
  display: flex;
  justify-content: center;
}

.site-footer.style-2 .copyright-area > .social-icons > li {
  line-height: 1;
  padding: 0 10px;
}

.site-footer.style-2 .copyright-area > .social-icons > li > a {
  font-size: 22px;
  font-size: 1.57143em;
}

.site-footer.style-2 .widgets-area {
  margin-bottom: 100px;
}

.site-footer.style-2 .copyright-area > .copyright-info {
  padding-top: 30px;
  position: relative;
}

/*--------------------------------------------------------------
  # Footer Widgets
  --------------------------------------------------------------*/
.site-widget {
  font-weight: 300;
}

.site-widget > h3 {
  color: #a58e7c;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.42857em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 40px;
}

.site-widget > ul {
  margin: 0;
  padding: 0;
}

.site-widget > ul > li {
  list-style: none;
}

.site-widget > .site-widget-address {
  line-height: 25px;
  line-height: 1.78571em;
}

.site-widget > .site-widget-address > strong {
  font-weight: 500;
}

.site-widget > .site-widget-text > p {
  margin-bottom: 30px;
}

.slide-img img{
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
  # media
  --------------------------------------------------------------*/

/* ALERT ANIMATION*/


.pulse {
  animation: animate 3s linear infinite
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7), 0 0 0 0 rgb(255, 109, 74, 0.7);
    transform: scale(0.95);
  }
  40% {
    box-shadow: 0 0 0 50px rgb(255, 109, 74, 0), 0 0 0 0 rgb(255, 109, 74, 0.7);
    transform: scale(0.97);
  }
  80% {
    box-shadow: 0 0 0 50px rgb(255, 109, 74, 0), 0 0 0 30px rgb(255, 109, 74, 0);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 30px rgb(255, 109, 74, 0);
    transform: scale(0.95);
  }
}

@media  screen and (max-width: 1440px){
  .products-flexible-column[data-column="6"] > .product-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media  screen and (max-width: 1024px) {
  .products-flexible-column[data-column="5"] > .product-item {
    -ms-flex-preferred-size: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .products-flexible-column[data-column="6"] > .product-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .slide-v2 .slide-heading-small {
    margin-bottom: 15px;
  }
  .site-main-slider {
    max-height: 560px;
  }

  .site-main-slider .swiper-slide .slide-heading-small {
    font-size: 30px;
    font-size: 2.14286em;
  }

  .site-main-slider .swiper-slide .slide-sub-heading {
    font-size: 20px;
    font-size: 1.42857em;
  }
  .hd-screen-container {
    padding: 0;
  }
  .newsletter-subscribe-form.style-two > .newsletter-form {
    padding-left: 30px;
  }
  .newsletter-subscribe-form.style-two > .newsletter-form > input[type="email"] {
    width: 320px;
  }
  #site-logo {
    max-width: 200px;
  }


  .menu-icon-name{
    display: none;
  }
}

@media  screen and (max-width: 768px){
  .site-menu.style-two > .menu-overlay-full .footer-with-social > ul > li > a {
    font-size: 18px;
    font-size: 1.28571em;
  }
  #site-logo {
    max-width: 150px;
  }
  .site-widget {
    margin-bottom: 30px;
  }
  .newsletter-subscribe-form.style-two > .title-area,
  .newsletter-subscribe-form.style-two > .newsletter-form {
    width: 100%;
    float: none;
  }
  .newsletter-subscribe-form.style-two > .title-area {
    margin-bottom: 25px;
  }
  .newsletter-subscribe-form.style-two > .newsletter-form {
    padding-left: 0;
    width: 100%;
  }
  .site-newsletter-v2 .newsletter-subscribe-form, .site-newsletter-v2 .site-video-popup {
   padding-top: 55px;
  }
  .pink-header__middle-area {
    padding: 10px 0;
  }
  .header-top-bar .topbar-left-menu > ul {
    margin: 0 -7px;
  }
  .header-top-bar .topbar-left-menu > ul > li {
    padding: 0 7px;
  }
  .products-flexible-column[data-column="6"] > .product-item {
    -ms-flex-preferred-size: 33.33333333333333%;
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .slide-v2 .slide-heading-small {
    margin-bottom: 10px;
  }
  .site-main-slider {
    max-height: 420px;
  }

  .site-main-slider .swiper-slide .slide-heading-small {
    font-size: 25px;
    font-size: 1.42857em;
  }

  .site-main-slider .swiper-slide .slide-sub-heading {
    font-size: 16px;
    font-size: 1.14286em;
  }
  .header-top-bar .topbar-right-menu > ul > li {
    padding: 0 7px;
  }
  .header-top-bar .topbar-right-menu > ul {
    margin: 0 -7px;
  }
  .site-menu.style-two > .menu-overlay-full {
    padding-top: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .site-menu.style-two > .menu-overlay-full .secondary-menu {
    min-height: 300px;
  }
  .site-menu.style-two > .menu-overlay-full .secondary-menu > ul {
    text-align: inherit;
  }
  .site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li {
    display: block;
    margin: 0;
    padding: 5px 0;
  }
  .site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li > a {
    border-bottom: 1px solid #f8f6f5;
    font-size: 14px;
    font-size: 1em;
  }
  .site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li > a:after {
    display: none;
  }
  .site-menu.style-two > .menu-overlay-full .secondary-menu > ul > li:last-child > a {
    border-bottom: none;
  }
  .site-menu.style-two > .menu-overlay-full .footer-with-social {
    position: relative;
    bottom: 0;
    left: auto;
    -ms-transform: none;
    transform: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slide-v2 .slide-heading-small {
    margin-bottom: 5px;
  }
  .slide-v2 > .container {
    margin-left: 0;
    margin-right: 0;
  }

  .site-cart-form table.cart-table thead {
    display: none;
  }
  .site-cart-form table.cart-table tr {
    display: block;
    border-top: rgba(63, 63, 63, 0.4) solid 1px;
  }
  .site-cart-form table.cart-table tr td {
    display: block;
    text-align: right;
    padding: 15px;
    font-weight: 400;
  }
  .site-cart-form table.cart-table tr td:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 600;
  }
  .site-cart-form table.cart-table tr td.product-name {
    padding-left: 15px;
  }

  .site-cart-form table.cart-table tr:first-child td:nth-child(2) {
    border-top: 0;
  }
  .site-cart-form table.cart-table tr:nth-child(even) {
    background-color: rgba(255, 182, 193, 0.20);
  }

  .site-cart-proceed-checkout .col-md-6{
    margin-top: 20px;
  }

  .site-cart-proceed-checkout h2{
    display: flex;
    justify-content: center;
  }

  #secondary-menu-container{
    padding-left: 30px;
  }
}

@media  screen and (max-width: 600px) {
  .product-statics-and-sort {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
  .product-statics-and-sort .results {
    margin-bottom: 25px;
  }
  .products-flexible-column[data-column="5"] > .product-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .products-flexible-column[data-column="6"] > .product-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .header-top-bar .topbar-right-menu > ul > li {
    display: inline-block;
    float: none;
  }
  .header-top-bar .topbar-left-menu > ul > li {
    display: inline-block;
    float: none;
  }

  .site-newsletter-v2 .newsletter-subscribe-form, .site-newsletter-v2 .site-video-popup {
    padding-top: 0;
    padding-bottom: 0;
    height: 400px;

  }

  .site-features, .site-special-area, .site-lookbooks{
    margin-bottom: 0;
  }
  .site-special-area{
    padding-top: 0;
  }

  .slide-img img{
    object-fit: cover;
    height: 500px;
  }

}

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

  .site-main-slider .swiper-slide .slide-heading-small {
    font-size: 18px;
    font-size: 1.28571em;
  }

  .site-main-slider .swiper-slide .slide-sub-heading {
    font-size: 14px;
    font-size: 1em;
  }
  .newsletter-subscribe-form > .title-area > h2 {
    font-size: 26px;
    font-size: 1.85714em;
  }
  .newsletter-subscribe-form > .title-area > p {
    font-size: 20px;
    font-size: 1.42857em;
  }
  .newsletter-subscribe-form > .newsletter-form > input[type="email"] {
    width: 100%;
    margin-bottom: 15px;
  }
  .products-flexible-column[data-column="6"] > .product-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .slide-caption{
    margin-top: 15%;
  }

  .products-flexible-column[data-column="5"] > .product-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  #site-slider{
    max-height: 350px;
  }
  .slide-img img{
    object-fit: cover;
    height: 350px;
  }

}
