@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/DIN-Black.eot');
    src: url('../fonts/DIN/DIN-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DIN-Black.woff2') format('woff2'),
        url('../fonts/DIN/DIN-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/DIN-Medium.eot');
    src: url('../fonts/DIN/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DIN-Medium.woff2') format('woff2'),
        url('../fonts/DIN/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/DIN.eot');
    src: url('../fonts/DIN/DIN.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DIN.woff2') format('woff2'),
        url('../fonts/DIN/DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/DINBold.eot');
    src: url('../fonts/DIN/DINBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DINBold.woff2') format('woff2'),
        url('../fonts/DIN/DINBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DIN/DINCondensed-Bold.eot');
    src: url('../fonts/DIN/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DIN/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gibson';
    src: url('../fonts/Gibson-Bold/Gibson-Bold.eot');
    src: url('../fonts/Gibson-Bold/Gibson-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gibson-Bold/Gibson-Bold.woff2') format('woff2'),
        url('../fonts/Gibson-Bold/Gibson-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/Helvetica-LightOblique.eot');
    src: url('../fonts/Helvetica/Helvetica-LightOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica/Helvetica-LightOblique.woff2') format('woff2'),
        url('../fonts/Helvetica/Helvetica-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/Helvetica-Light.eot');
    src: url('../fonts/Helvetica/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
* {
  font-family: 'DIN Condensed';
}
body {
  margin: 0px;
  padding: 0px;
  background: #fff286;
  /*font-family: 'DIN Condensed';*/
  font-family: 'DIN';
  font-weight: normal;
  font-size: 16px;
  overflow-x: hidden;
}
img {
	max-width: 100%;
}
a {
  font-family: 'DIN';
  font-weight: 500;
  color: #000000;
}
a:hover {
  color: #5a5840;
}
p {
  font-family: 'DIN';
  font-size: 16px;
}
header {
    width: 100%;
    height: 100px;
    background: #ffffff;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;    
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.navbar {
	width: 100%;
}
.displayhide {
	display: none;
}
.logo {
	width: 350px;
	display: inline-block;
    transition: 0.5s all;
}
.logo img {
	max-width: 100%;
  width: 250px;
}
.navbarmenu-right {
	justify-content: flex-end;
}
.navbar .navbar-nav .nav-item {
	margin-right: 15px;
}
.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0px;
}
.navbar .navbar-nav .nav-link {
  color: #000000;
	font-size: 1.4rem;
	position: relative;
  transition: 0.5s all;
}
.navbar .navbar-nav .nav-link:focus, 
.navbar .navbar-nav .nav-link:hover {
	color: #fa398c;
}
.navbar .navbar-nav .nav-link:before {
    content: '';
    background-color: #fa398c;
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    letter-spacing: 1px;
    transition: 0.5s all;
}
.navbar .navbar-nav .nav-link:hover:before{
	transition: 0.5s all;
	width: 100%;
}
header.fixed-header {
    width: 100%;
    height: 70px;
}
.fixed-header .navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
}
.fixed-header .logo {
    width: 190px;
}
.content-section {
    width: 100%;
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-top: 140px;
    padding-bottom: 30px;
}
.home-text-animation h1 {
	font-family: 'Gibson';    
	font-size: 4.8rem;
	margin: 0px;
	padding: 60px 0px 40px;
	color: #000;
    line-height: 1.2;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.home-text-animation p {
  font-family: 'DIN Condensed';
  font-size: 24px;
  color: #343434;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 40px;
}
a.pre-order-btn {
    font-family: 'DIN Condensed';
	width: auto;
	height: 50px;
	display: inline-block;
	padding: 0px 25px;
    background: transparent;
    border: 2px solid #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6rem;
    color: #000000;
    line-height: 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    margin-bottom: 50px;
}
a.pre-order-btn:hover,
a.pre-order-btn:focus,
a.pre-order-btn:active {
    background: #ffffff;
    color: #000000;
}
.yana-circle {
	width: 250px;
	position: absolute;
	right: 60px;
	bottom: 50px;
	z-index: -1;
}
.home-text-animation [data-aos^=fade][data-aos^=fade] {
	-webkit-transform: translateZ(0) !important;
	-moz-transform: translateZ(0) !important;
	-ms-transform: translateZ(0) !important;
	transform: translateZ(0) !important;
}
/******************/
.delay-1 {
animation-delay: 0.5s;
}
.delay-2 {
animation-delay: 1s;
}
.delay-3 {
animation-delay: 1.5s;
}
.delay-4 {
animation-delay: 2s;
}
/*****************/
.footer-area {
	width: 100%;
	background: #343434;
	color: #fff;
	text-align: center;
	height: 40px;
	padding: 9px 0px;
	display: flex;
	align-items: center;
}
.footer-area p {
  font-size: 12px;
  margin-bottom: 0px;
  /*font-family: 'DIN';*/
  font-family: 'Helvetica';
  font-weight: normal;
  font-style: normal;
}
.social-list a {
  font-family: 'DIN Condensed';
  font-size: 1.4rem;
  display: flex;
  color: #fff;
  text-decoration: none;
  margin: 0px 4px;
}
.ft-text p a {
  font-family: 'Helvetica';
  font-weight: normal;
  font-style: normal;
  color: #fff285;
}
.footer-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/***********blog css*************/
.blog-post {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          overflow: hidden;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
}
.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog-post .blog-img .post-meta {
  bottom: 5%;
  right: 5%;
  z-index: 1;
}
.blog-post .blog-img .post-meta a {
    font-size: 1.4rem;
}
.blog-post .blog-img .post-meta .read-more:hover {
    color: #fff285 !important;
}
.blog-post .content h1, 
.blog-post .content h2, 
.blog-post .content h3, 
.blog-post .content h4, 
.blog-post .content h5, 
.blog-post .content h6 {
  line-height: 1.2;
}
.blog-post .content .title {
    font-size: 1.75rem;
}
.blog-post .content .title:hover {
  color: #6dc77a !important;
}
.blog-post .content .author .name:hover {
  color: #6dc77a !important;
}
.blog-post:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}
.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}
.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}
.blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;
  -webkit-text-fill-color: #dd2427;
}
.avatar.avatar-ex-sm {
    height: 36px;
}
.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}
.section-title .title {
    /*font-family: 'DIN Condensed';*/
    font-family: 'Gibson';
    font-size: 2.6rem;
    letter-spacing: 0.2px;
}
.blog-post .blog-img img {
    width: 100%;
}
.section-title .para-desc {
  color: #545454;
  font-size: 1.2rem;
}
.blog-post .content-label-text {
    font-size: 1.2rem;
} 
.blog-post .content {
    background: #ffffff;
}
.blog-post .content .title:hover {
    color: #000000 !important;
}
.blog-post .content p {
  color: #545454;
  font-size: 16px;
  font-weight: normal;
}
.blog-post .content-label-text .category-text {
    color: #fa398c;
    cursor: text;
    text-decoration: none;
}
.blog-post .content .post-meta a {
    color: #000000;
}
/***********blog details************/
.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 70px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 20px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #000000;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  font-family: 'DIN';
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  color: #6c757d!important;
}
.tag-cloud a {
  padding: 4px 15px;
  font-family: 'DIN';
  font-size: 13px;
  color: #ffffff;
  background: #fa398c;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #f13083;
}
.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}
.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px 30px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fa398c;
}
.article .article-title h2 {
  color: #000000;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fa398c;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #000000;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.article .article-img img {
    width: 100%;
}
/**************product details*****************/
.breadcrumb-area {
    position: relative;
    z-index: 1;
}
.breadcrumb-inner {
    text-align: center;
}
.breadcrumb-inner ul.page-list li {
    display: inline-block;
    color: #000000;
    padding: 0 12px;
    position: relative;
    font-size: 1rem;
}
.breadcrumb-inner ul.page-list li a {
    color: #000000;
    transition: 0.5s;
}
.breadcrumb-inner ul.page-list li::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background-color: #000000;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    opacity: 0.5;
    right: -3px;
}
.product-wrapper-div{
  border: 2px solid #eee;
  border-radius: 15px;
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.product-description{
  padding-left: 30px;
}
.product-description h3{
  font-size: 2rem;
}
.special-price{
  color: #fa398c;
  font-size: 1.8rem;
  margin-bottom: 0
}
.regular-price{
  margin-bottom: 0
}
.percentage-discount{
  background-color: #fa398c;
  padding: 0px 10px;
  border-radius: 50%;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
}
.all-inclusive{
  margin-bottom: 0
}
.color-light {
  color: #7e7e7e;
}
.details-tabs{
  margin-top: 50px;
}
.product-description .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.product-description .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: transparent;
  border:1px solid transparent;
  border-bottom: 2px solid #fa398c;
}
.product-description .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: 1px solid transparent;
  border-bottom: 2px solid #fa398c;
}
.product-description .nav-tabs .nav-link{
  font-size: 20px;
  font-weight: 600;
  color: #293157;
}
.product-description .tab-content>.tab-pane {
  font-family: 'DIN';
}
.product-description .tab-content ul {
  padding-left: 5px;
}
.product-description .tab-content ul li{
  margin-bottom: 10px;
}
.spacer{
  height: 30px;
}
.faq-question p{
  margin-bottom: 0;
}
.customer-support{
  background-color: #ddd;
}
.pro-height{
  height: 175px;
  padding: 20px 25px;
}
.about-product h6{
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.about-product h6:before{
  content: '';
  background-color: #fa398c;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

.about-product h4{
  margin-bottom: 25px;
}
.pro-height2{
  height: 280px;
  padding: 20px 25px;
}
.valign-wrapper{
  font-size: 14px;
}
.watch-clip{
  display: inline-block;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 600;
}
.watch-clip i{
  color: red;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.floating-watch{
  position: absolute;
  top: 10px;
  left: -1px;
  background-color: #fa398c;
  padding: 5px 15px 5px 8px;
  border-radius: 0px 50px 50px 0px;
  font-size: 14px;
}
.floating-watch.watch-clip i{
  top: 2px;
}

.coupon-lable{
  font-size: 16px;
  color: #282828;
  margin-bottom: 5px;
}

.promo-wrapper input.form-control{
  border-radius: 5px 0px 0px 5px;
}

.btn-code{
  background-color: #fa398c;
  color: #fff;
  font-size: 15px;
  padding: 0px 17px;
  border: 0;
  border-radius: 0px 5px 5px 0px;
  display: inline-block;
  height: 42px;
  margin-left: -6px;
  transition: 0.5s all;
  vertical-align: top;
}
.btn-code:hover,
.btn-code:focus{
  outline: none;
  transition: 0.5s all;
  background-color: #fa398c;
}
.code-input{
  position: relative;
  width: 250px;
  max-width: 90%;
  display: inline-block;
}
.code-hint{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
}
.code-input .fa-check-circle{
  color: #3caf63;
}
.code-input .fa-times-circle{
  color: red;
}
.code-error{
  font-size: 13px;
  color: red;
  margin-top: 4px;
  display: block;
  display: none;
}
.promo-wrapper input.form-control {
    border-radius: 5px 0px 0px 5px;
}
.promo-wrapper .form-control {
    font-size: 15px;
    height: 42px;
}
.buy-btn {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 16px 40px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: all .4s ease-in-out;
  background-size: 152% 100%;
  background: #fa398c;
  border: 2px solid #fa398c;
}
.buy-btn:hover {
  background: #fa398c;
  color: #fff;
  text-decoration: unset;
}
.rn-address {
  margin-top: 30px;
  padding: 40px;
  border-radius: 10px;
  padding-top: 40px;
  background: #fff;
  padding-bottom: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s; 
  height: 290px;
}
.rn-address .icon {
  color: #fa398c;
  border-radius: 100%;
  font-size: 3.2rem;
  display: inline-block;
  margin-bottom: 12px;
}
.rn-address .icon svg {
  width: 40px;
  height: 40px; 
}
.rn-address .inner h4.title {    
  font-size: 20px;
  font-weight: 700; 
}
.rn-address .inner p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(29, 29, 36, 0.75);
}
.map-frame iframe {
  width: 100%;
}
/***************/
.contact-inner-box {
  margin-top: 50px;
}
.direct-contact-container {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-top: 15px;
}
.contact-list {
  padding: 0px;
  list-style-type: none;
  margin-left: 0px;
  padding-right: 20px;
}
.list-item {
  line-height: normal;
  color: #000000;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contact-text {
  font-family: 'DIN';
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.place {
  margin-left: 50px;
}
.phone {
  margin-left: 44px;
}
.gmail {
  margin-left: 38px;
}
.li-center {
  align-items: center;
}
.contact-text a {
  font-family: 'DIN';
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition-duration: 0.2s;
}
.contact-text a:hover {
  color: #000000;
  text-decoration: none;
}
/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 20px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.social-media-list li a {
  color: #fff;
}
.social-media-list li {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  margin: 4px 4px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}
.social-media-list li:hover {
  background-color: #fff; 
}
.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}
.social-media-list li:hover a {
  color: #000;
}
/********product listing********/
.thumbnail_inner {
  position: relative;
}
.thumbnail_inner .thumbnail {
  overflow: hidden;
  /*border-radius: 10px;*/
}
.thumbnail_inner .inner-btns {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  padding: 0px 15px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
}
.im_portfolio .content .inner span {
    display: none;
}
.thumbnail_inner:hover .thumbnail {
  box-shadow: 0px 0px 10px 0px rgba(251 240 149 / 75);
}
.thumbnail_inner:hover .inner-btns {
  opacity: 1;
  visibility: visible;
}
.im_portfolio .content .inner {
  padding: 10px;
}
.im_portfolio .content h4 {
  font-size: 19px;
  margin: 0px;
}
.im_portfolio .content p {
  margin: 0px;
  color: #ff0303;
}
.prod-box {
  background: #ffffff;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  min-height: 400px;
}
.product-thumbs .swiper-slide img {
  border:2px solid transparent;
  object-fit: cover;
  cursor: pointer;
}
.product-thumbs .swiper-slide-active img {
  border-color: #fa398c;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.blog-post .content h4 {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.quantity-box span {
  cursor:pointer; 
}
.quantity-box{
    width: auto;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #fa398c;
}
.quantity-box .minus, 
.quantity-box .plus{
  width: 34px;
  height: 34px;
  line-height: 28px;
  background: #fa398c;
  /*border-radius: 3px;*/
  padding: 0px;
  /*border: 1px solid #ddd;*/
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
.quantity-box input{
  height: 34px;
  width: 70px;
  text-align: center;
  font-size: 1.2rem;
  border: none;
  /*border-radius: 4px;*/
  display: inline-block;
  color: #000000;
  vertical-align: middle;  
}
.quantity-box input:focus, 
.quantity-box input:focus-visible {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/******************************/
.contact-form--1 label {
  display: block;
  margin-bottom: 0; 
}
.contact-form--1 input,
.contact-form--1 textarea, 
.contact-form--1 select {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: 2px solid rgb(255 251 217 / 20%);
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 50px;
  line-height: 46px;
  margin-bottom: 20px;
  outline: none;
  color: #1f1f25;
  font-family: 'DIN';
  font-size: 16px;
}
.contact-form--1 select:focus,
.contact-form--1 input:focus,
.contact-form--1 textarea:focus {
  border-color: #293157; 
}
.contact-form--1 textarea {
  height: 120px; 
}
.contactForm .getform-primary {
  width: 210px;
  padding: 14px 0px;
  font-size: 17px;
}
.prod-list-box {
  background: #fff;
  border-radius: 10px;
}
/*************************/
.checkout-box {
  background: #ffffff;
}
.checkout-box table tr th,
.checkout-box table tr td {
  vertical-align: middle;
}
.btn.btn-details {
  color: #000000 !important;
  background-color: #fff285 !important;
  border-color: #fdee6c !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-details:hover,
.btn.btn-details:focus {
  color: #000000 !important;
  background-color: #f1e478 !important;
  border-color: #fdee6c !important;
}
.btn.btn-preorder {
  color: #ffffff !important;
  background-color: #fa398c !important;
  border-color: #fa398c !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-preorder:hover,
.btn.btn-preorder:focus {
  color: #ffffff !important;
  background-color: #f33688 !important;
  border-color: #fa398c !important;
}
.thumbnail_inner:hover .thumbnail {
  box-shadow: none;
}
/**********product coming soon***********/
.newproduct-tag {
  opacity: 0.75;
  cursor: default;
}
.newproduct-tag .thumbnail_inner .thumbnail {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.newproduct-tag .thumbnail a {
  color: #000000;
  cursor: default;
  text-decoration: none;
}
.newproduct-tag .thumbnail a span{
  font-family: 'DIN';
  position: relative;
  top: 25px;
}
.prod-list-box .thumbnail {
  height: 350px;
}
.prod-list-box .thumbnail a {
  display: flex;
  align-items: center;
  height: 100%;
}
.prod-list-box .thumbnail a img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}
.text-success-pink {
  color: #fa398c;
}
.reviews-box h5 {
  color: #000;
  margin-bottom: 2px;
}
.stars-box,
.reviews-box p {
  font-size: 1rem;
  color: #40404a;
}
.rating-group {
  display: inline-flex;
}
.stars-box .star.selected {
  color: #fa398c;
}
/**************/
.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
}
.faq .card .card-header,
.faq .card .card-header .badge {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover .faq-title {
  background: #fa398c;
}
.faq .card .card-header:hover h5 {
  color: #fff;
}
.faq .card .card-header h5[aria-expanded="true"] {
    background: #fa398c;
    color: #fff;
}
.faq .card .card-header h5[aria-expanded="false"] {
  background: transparent;
}
.faq .card .card-header:hover .faq-title .badge, 
.faq .card .card-header .faq-title[aria-expanded="true"] .badge {
  background: #ffffff;
  color: #fa398c;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #fa398c;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
.faq .card .card-body {
  padding: 15px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-weight: normal;
  font-family: 'DIN';
  font-size: 16px;
  color: #40404a;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}
.faq .card .card-body p {
  margin-bottom: 14px;
  font-size: 13px;
}
.banner-section{
  margin-top: 100px;
}
.ycd-none{
  display: none;
}
ol[type="a"] > li {
    font-family: 'DIN';
    font-size: 17px;
}
ol[type="1."] > li {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 5px;
}
ol[type="1."] > li, ol[type="a"] > li {
    margin-bottom: 1rem;
    line-height: 22px;
}
ol[type="1."] > li {
    margin-top: 2rem;
}
/*footer top css*/
footer.top-footer {
    padding: 20px 10px;
    background: #3c3c3c;
}
ul.footer-link {
    padding-inline-start: 0;
    list-style: none;
}
ul.footer-link li a {
    padding: 5px 0;
    color: white;
}
/*End footer top css*/

/*Product css*/
.carousel-item img.img-fluid {
    height: 90px;
}

/*Instagram Feed css*/
.yana-instafeed {
    clear: both;
}
.yana-instafeed-post {
    position: relative;
}
img.yanainsta-img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
    .yana-instafeed-post-section {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    background: #000000c2;
    color: #fff;
    padding: 40px;
}
.yana-instafeed-post-section p {
    font-size: 22px;
}
p.yana-caption {
    font-size: 18px;
    line-height: 1.4;
}
.yana-instafeed-post-section:hover {
    opacity: 1;
}
video.yanainsta-img {
    height: 466px;
}
a.yana-instagramfeed {
    margin: 0 5px 80px;
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
h2.yana-title {
    text-align: center;
    font-size: 50px;
    margin: 20px 0 25px;
}

/*Drop Down Menu*/
.yc-drop-down .drop-down{
        display: inline-block;
        position: relative;
        }
        .yc-drop-down .drop-down__name.nav-link {
            cursor: pointer;
        }
        .yc-drop-down .drop-down__menu-box {
        position: absolute;
        width: 100%;
        right: 0;
        background-color: #fff;
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
        margin-top: 5px;
        }
        .yc-drop-down .drop-down--active .drop-down__menu-box{
        visibility: visible;
        opacity: 1;
        margin-top: 25px;
        width: 200px;
        }
        .yc-drop-down .drop-down--active .drop-down__menu-box ul.drop-down__menu {
        list-style: none;
        padding: 0;
        margin: 10px;
        }
        .yc-drop-down li.drop-down__item {
    padding: 5px 20px;
}
        .navbar .navbar-nav .yc-drop-down li.drop-down__item a.nav-link {
    padding: 0 0 0.5rem 0;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid #e9e9e9;
}
.yc-drop-down .drop-down--active i.fa.fa-angle-down {
    display: none;
}
.yc-drop-down .drop-down.drop-down--active i.fa.fa-angle-up {
    display: inline-block;
}
.yc-drop-down .drop-down i.fa.fa-angle-up {
    display: none;
}
header.fixed-header .yc-drop-down .drop-down--active .drop-down__menu-box {
    margin-top: 13px;
}

/*************gallery*************/
.gallery-tab .tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.gallery-tab .tile:hover {
  
}
.gallery-tab .scale-anm {
  transform: scale(1);
}
.gallery-tab p{
  padding:10px;
  border-bottom: 1px #ccc dotted;
  text-decoration: none;
  font-family: lato;
  text-transform:uppercase;
  font-size: 12px;
  color: #333;
  display:block;
  float:left;
}
.gallery-tab p:hover {
  cursor:pointer;
  background: #333;
  color:#eee; }
.gallery-tab .tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.gallery-tab  .btn {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 5px 20px;
  margin: 0;
  height: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #293157;
  background-color: #ddd;
  border-radius: 5px;
  margin-right: 10px;
}
.gallery-tab .btn:hover {
  text-decoration: none;
  color:#fff;
  background-color:#fa398c;
}
.gallery-tab .btn:focus {
  outline: none;
  border: 0;
  box-shadow: 0 0 0 3px var(--darken-3);
}
.gallery-tab .active,
.gallery-tab .active:active{
  background-color:#fa398c;
  color:#fff;
  outline: 0;
  box-shadow: none;
}
.gallery-content {
  margin: 1rem 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}
.gallery-content .tile a {
  margin-bottom: 17px;
  display: block;
}
.gallery-content .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.gallery-content .scale-anm {
    transform: scale(1);
}
.about-text-box p {
  font-family: 'DIN Condensed';
  font-size: 24px;
  color: #343434;
  line-height: 1.4;
}
.blog-details .article {
  padding: 0px;
}
.about-text-box,
.article-main-box {
  padding: 0px 90px;
  text-align: left;
}
.article .article-banner {
  padding: 20px;
}
.article .article-banner img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.article-content p b {
  font-family: 'DIN';
}
.product-description .tab-content ul {
    padding-left: 16px;
}
.product-description .tab-content ul li {
  font-family: 'DIN';
  margin-bottom: 7px;
}
ul.page-list{
  padding-left: 0; 
}
.breadcrumb-inner ul.page-list li:last-child::after {
  display: none;
}
@media (max-width: 1024px) {
  .logo img , .navbar .logo{
    width: 200px;
}
}
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
  .getform-primary{
      width: 100%;
  }
  .pre-order-section .pre-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .product-description {
    padding-left: 0;
  }
  a.btn-default.buy-btn.mt-5 {
    margin-top: 1rem !important;
  }
  .banner-section {
    margin-top: 100px;
}
#yanasectionbanner .carousel-item img {
    height: 350px;
    object-fit: cover;
}
.ycm-none{
  display: none;
}
.ycd-none {
    display: block;
}

ol[type="1."]{
  padding-inline-start: 22px;
}
ol[type="a"] {
    padding-inline-start: 20px;
}
.yc-drop-down .drop-down {
    display: block;
}
.yc-drop-down .drop-down--active .drop-down__menu-box {
    position: unset;
    width: 100%;
}
video.yanainsta-img {
    height: 365px;
}
}