.blog_video	{
	margin-top:20px;
}

.post-password-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
  width: 100%;
  position: relative;
  margin-top: 54px;
  text-align: center;
  margin-bottom: 100px;
}
.post-password-form p.prtd-cntn {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
  line-height: 26px;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
}
.post-password-form input {
  width: 280px;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  color: #666666;
  font-family: "brother-1816", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  padding: 6px 12px;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 0;
  background: #fff;
  background-clip: padding-box;
  box-sizing: border-box;
  outline: none;
}
.post-password-form input[type="submit"] {
  background: #9d0000;
  border: 1px solid #9d0000;
  color: #fff;
  margin-top: 16px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.swiper-horizontal {
  position: relative;
  overflow: hidden;
}
ul#shopStory .product-widget,
.article_requestTooltip .tooltip_content .product-widget {
  max-width: 90%;
}
ul#shopStory .product-widget .btn-primary,
.article_requestTooltip .tooltip_content .product-widget .btn-primary {
  padding: 6px 12px;
  font-size: 9px;
}
.article_requestTooltip .tooltip_content .product-widget .btn-primary {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
/* page scroll indicator */

.page_scroll_position {
  position: fixed;
  top: 0px;
  z-index: 1040;
  width: 100%;
  display: none;
}
.progress-container {
  width: 100%;
  height: 2px;
  background: #cccccc;
  transition: transform 0.33s ease-in-out 0s, opacity 0.33s ease-in-out 0s,
    opacity 0.33s ease-in-out 0s, width 0.1s linear 0s;
}
.progress-bar {
  height: 2px;
  background: #9d0000;
  width: 0%;
  transition: opacity 0.3s ease-in-out 0s, width 0.1s linear 0s;
}
/* search page */
.search.search-results
  .row.no-gutters.d-flex.justify-content-between.w-100
  > .container.mb-30 {
  max-width: 100%;
}

/*timeline structure*/
.timeline-structure{
    margin-top: 30px;
    border-bottom:1px solid #f4f4f4;
    padding-bottom: 30px;
}
.timeline-structure .row-fluid{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.timeline-structure .span7 {
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #ddd;
    margin-right: 20px;
}
.timeline-structure .span5 {
    width: 100%;
    max-width: 350px;
}

.timeline-structure .span5 + .span7 {
   margin-left: 10px;
   margin-right: 0px
}

/*css fix for celebrity watch sep 2024 button price alignment issue added on 30-9-24*/
.swiper-container + .product-widget {
	display: flex;
    padding:25px 0px 30px;
	align-items: center;
	justify-content: center;
    gap: 20px;
	position:relative;
}

.swiper-container + .product-widget::after {
    background: #f4f4f4;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
}


@media (max-width: 767px) {
  .srchpage.row .align-self-center.light_borderBottom > .row.no-gutters {
    flex-wrap: wrap;
  }
  .srchpage.row
    .align-self-center.light_borderBottom
    > .row.no-gutters
    > .col-5,
  .srchpage.row
    .align-self-center.light_borderBottom
    > .row.no-gutters
    > .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .srchpage.row
    .align-self-center.light_borderBottom
    > .row.no-gutters
    > .col-7 {
    text-align: left !important;
    margin-top: 20px;
  }
  .user_comment p a {
    word-break: break-all;
  }
  
  
	.timeline-structure .row-fluid{flex-wrap: wrap;}
	.timeline-structure .span7{margin:0px;margin-bottom:20px;}
	.timeline-structure .span5 + .span7{margin:0px;margin-top: 20px;}
	
}

/* banner */
.blogHero_section {
  border-bottom: 4px solid #9d0000;
}
.hero_wrapper a img {
  width: 100%;
  height: auto;
}
/* article title and subtitle with category */
.post_contentTitle {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 86%;
}
.post_contentTitle p.post_subTitle {
  color: #808080;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1193px) {
  .post_contentTitle {
    max-width: 93%;
  }
}
@media (min-width: 1194px) {
  .post_contentTitle {
    max-width: 1111px;
  }
}
.postTitle_withCategory {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.postTitle_withCategory span {
  color: #9d0000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-style: italic;
  margin-right: 7px;
  font-size: 110%;
  line-height: 100%;
}
.postTitle_withCategory span::after {
  content: ".";
  font-size: 140%;
  margin-left: 7px;
  vertical-align: top;
  line-height: 60%;
}
@media (min-width: 1025px) {
  .postTitle_withCategory {
    font-size: 26px;
    font-weight: 300;
    line-height: 38px;
  }
  .post-password-form {
    margin-top: 80px;
    margin-bottom: 150px;
  }
}
/* publish /author section and main content width */
.post_commonWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
@media (min-width: 768px) and (max-width: 1193px) {
  .post_commonWidth {
    max-width: 93%;
  }
}
@media (min-width: 1194px) {
  .post_commonWidth {
    max-width: 1111px;
  }
}
/* paragraph styling */
.post_contentDetail > p,
.entry-content > p,
table.watch-price-data, .timeline-structure,
.post_contentDetail .insta-iframe-wrapper  {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
  width: 100%;
}
.post_contentDetail > p a,
.entry-content > p a {
  color: #9d0000;
  text-decoration: underline;
}
.post_contentDetail > p + p,
.entry-content > p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .post_contentDetail > p,
  .entry-content > p,
  table.watch-price-data,
  .post-password-form, .timeline-structure,
  .post_contentDetail .insta-iframe-wrapper   {
    font-size: 18px;
    line-height: 32px;
    max-width: 680px;
  }
}
/* first para first letter css */
.post_contentDetail meta[itemprop="mainEntityOfPage"] + p::first-letter,
.post_contentDetail .post_relativeWrapper.recommend_wrap + p::first-letter {
  font-size: 54px;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
}
@-moz-document url-prefix() {
  .post_contentDetail meta[itemprop="mainEntityOfPage"] + p::first-letter,
  .post_contentDetail .post_relativeWrapper.recommend_wrap + p::first-letter {
    margin-top: 15px;
  }
}
/* strong font */
b,
strong {
  font-weight: 600;
}
/* h2/h3 heading styling */
.post_contentDetail > h2,
.entry-content > h2,
.post_contentDetail > h3,
.entry-content > h3 {
  color: #000000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
@media (min-width: 768px) {
  .post_contentDetail > h2,
  .entry-content > h2,
  .post_contentDetail > h3,
  .entry-content > h3 {
    font-size: 24px;
    line-height: 30px;
    max-width: 680px;
  }
}
/* awards heading with red small highlight font  */
h2.awards-special-title {
  font-size: 24px;
}
.post-sfs {
  font-size: 16px;
  color: #9d0000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-style: italic;
  margin-right: 7px;
  line-height: 100%;
  font-weight: normal;
}
body.postid-38663 .post-sfs,
body.postid-38670 .post-sfs,
body.postid-40670 .post-sfs {
  font-size: 14px;
  font-weight: 400;
}
/* readmore icon */
p.readMore_aboutWatch a::after {
  content: url("../images/icons/icon-external-link.svg");
  height: 16px;
  opacity: 0.3;
  margin-left: 5px;
  transition: opacity 0.4s ease-in;
  vertical-align: sub;
  width: 16px;
  top: -3px;
  position: relative;
}
@media (max-width: 767px) {
  p.readMore_aboutWatch a::after {
    top: 0px;
  }
}
p.readMore_aboutWatch a:hover::after {
  opacity: 1;
}
/* order and unordered list styling */
.post_contentDetail > ul,
.entry-content > ul,
.post_contentDetail > ol,
.entry-content > ol {
  color: #404040;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
.post_contentDetail > ul li + li,
.entry-content > ul li + li,
.post_contentDetail > ol li + li,
.entry-content > ol li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post_contentDetail > ul,
  .entry-content > ul,
  .post_contentDetail > ol,
  .entry-content > ol {
    max-width: 680px;
  }
}
/* h4 interview heading styling */
.post_contentDetail > h4,
.entry-content > h4 {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
@media (min-width: 768px) {
  .post_contentDetail > h4,
  .entry-content > h4 {
    font-size: 18px;
    font-weight: 600;
    max-width: 680px;
  }
}
/* h5 heading for subheading of h3 */
.post_contentDetail > h5,
.entry-content > h5,
h3 + h5 {
  font-size: 18px;
  color: #404040;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-style: italic;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
@media (min-width: 768px) {
  .post_contentDetail > h5,
  .entry-content > h5,
  h3 + h5 {
    font-size: 20px;
    line-height: 26px;
    max-width: 680px;
  }
}
/* simple post image styling with and without caption and RAO btn*/
/* RAO btn and price styling */
.product-widget .watch-mrp {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.btn-primary.btn,
.buynow.btn {
  background: #e4e4e4;
  color: #808080;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 24px;
  -webkit-appearance: none;
  appearance: none;
}
figure,
.product-widget {
  margin: 0 auto;
  max-width: 86%;
  width: 100%;
}
figure {
  margin-bottom: 30px;
}
figure.wp-caption {
  margin-bottom: 0px;
}
.wp-caption-text {
  border-bottom: 1px solid #f4f4f4;
  color: #000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  padding: 25px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  figure,
  .product-widget {
    max-width: 680px;
  }
  .wp-caption-text {
    font-size: 18px;
    line-height: 30px;
    padding: 25px 40px;
  }
}
/* product widget styling */
.fullWidth_content.position-relative + .product-widget {
	padding-top: 25px;
}
p + .product-widget,
figure + .product-widget,
.fullWidthImage + .product-widget,
.two_columnImg .position-relative + .product-widget,
.img-slider-v2 .product-widget,
.twg-col-prod-img.span12 .viewFullScreen + .product-widget, 
.fullWidth_content.position-relative + .product-widget {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
p + .product-widget .watch-mrp,
figure + .product-widget .watch-mrp,
.fullWidthImage + .product-widget .watch-mrp,
.two_columnImg .position-relative + .product-widget .watch-mrp,
.img-slider-v2 .product-widget .watch-mrp,
.twg-col-prod-img.span12 .viewFullScreen + .product-widget .watch-mrp,
.fullWidth_content.position-relative + .product-widget .watch-mrp {
  margin-right: 20px;
}
p + .product-widget,
.twg-col-prod-img.span12 .viewFullScreen + .product-widget {
  padding: 30px 0;
}
figure + .product-widget,
.fullWidthImage + .product-widget,
.fullWidth_content.position-relative + .product-widget {
  background: #fff;
  margin-top: -1px;
  padding-bottom: 30px;
}
.two_columnImg .position-relative + .product-widget,
.img-slider-v2 .product-widget {
  padding: 30px;
}
/* new block quote with block_old_quote class name and default blockquote with blockquote tag name style */
.block_old_quote,
blockquote {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  color: #404040;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 30px;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
}
.block_old_quote .quote_line,
blockquote > p {
  padding-top: 70px;
  padding-bottom: 56px;
  position: relative;
}
.block_old_quote .quote_line::before,
.block_old_quote .quote_line::after,
blockquote > p::before,
blockquote > p::after {
  background: url(../images/icons/quote-left.svg) no-repeat center center;
  content: "";
  height: 24px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 30px;
  width: 20px;
}
.block_old_quote .quote_line::after,
blockquote > p::after {
  background: url(../images/icons/quote-right.svg) no-repeat center center;
  bottom: 13px;
  top: auto;
}
.block_old_quote p {
  color: #b1b1b1;
  font-family: "brother-1816", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  .block_old_quote,
  blockquote {
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .block_old_quote,
  blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
  }
}
/* images portrait */
.viewFullScreen {
  display: inline-block;
}
.viewFullScreen + .viewFullScreen {
  line-height: 0;
  margin-top: 5px;
}
/* video */
.blog_video,
.video-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .blog_video,
  .video-container {
    max-width: 680px;
  }
}
/* FAQ section styling */
.faq_wrapper {
  border-top: 1px solid #f4f4f4;
  font-weight: 300;
  width: 100%;
  margin: 20px auto 0;
  max-width: 86%;
}
.faq_wrapper h3 {
  color: #000000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  width: 100%;
}
.faq_wrapper h3 a {
  display: block;
  padding: 15px 0;
}
.faq_wrapper h3 a::after {
  background: url(../images/icons/icon-plus-border.svg) no-repeat center center;
  content: "";
  height: 16px;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 18px;
  width: 16px;
  transition: opacity 0.4s ease-in;
}
.faq_wrapper h3 a[aria-expanded="true"]::after {
  background: url(../images/icons/icon-minus-border.svg) no-repeat center center;
}
.faq_wrapper h3 a:hover::after {
  opacity: 1;
}
.faq_wrapper li {
  border-bottom: 1px solid #f4f4f4;
}
.faq_wrapper li p {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .faq_wrapper {
    max-width: 680px;
  }
}
/* tooltip btn */
.article_requestTooltip {
  bottom: 15px;
  line-height: 100%;
  right: 15px;
}
[id*="tooltip_content"].collapse {
  position: relative;
  margin-bottom: 8px;
}
[id*="tooltip_content"]::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 0;
  height: 8px;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
}
.requestTooltip_inner {
  width: 300px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}
.article_imageHover_caption {
  padding: 30px;
}
.article_imageHover_caption p {
  max-height: 225px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  color: #000000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px;
  white-space: normal;
}

.article_requestTooltip .product-widget {
  background: transparent;
  display: block;
  padding: 0px;
}
[id*="tooltip_content"] .watch-mrp {
  line-height: 33px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #808080 !important;
}
.article_requestTooltip .btn-primary {
  display: inline-block;
  font-size: 12px !important;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: 10px;
  padding: 10px 24px !important;
}
.tooltip_btn {
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 15px;
  height: 36px;
  width: 36px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}
.tooltip_btn .icon_closeTooltip {
  background: url(../images/icons/icon-delete-item.svg) no-repeat center center;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  transform: rotate(-135deg);
  transition: all 0.3s linear;
}
.tooltip_btn .icon_closeTooltip[aria-expanded="true"],
.collapse.show + .tooltip_btn .icon_closeTooltip {
  transform: rotate(0deg);
}
/* tooltip verticleLine with link arrow */
.tooltip_verticleLine {
  min-width: 218px;
  border-right: 1px solid #f4f4f4;
  padding: 25px 20px;
  margin-right: 15px;
}
.tooltip_verticleLine .product_sortDesc .price {
  display: none;
}
.tooltip_verticleLine .watch-mrp {
  margin-right: 0;
  font-weight: 300 !important;
  line-height: 18px;
  margin-bottom: 10px;
}
.tooltip_verticleLine .product-widget {
  margin-top: -5px;
}
.icon_tootipArrow {
  background: url(../images/icons/icon-view-all.svg) no-repeat center center;
}
@media (max-width: 767px) {
  .tooltip_verticleLine {
    width: 100%;
    margin-right: 0px;
  }
  .tooltip_verticleLine + a {
    width: 60px;
  }
}
/* tooltip single image fullWidth_content style / tooltip widgets but no tooltip fullWidthImage styling  */
.fullWidth_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
@media (min-width: 768px) and (max-width: 1193px) {
  .fullWidth_content,
  .fullWidthImage + .product-widget,
  .two_columnImg.container {
    max-width: 93% !important;
  }
}
@media (min-width: 1194px) {
  .fullWidth_content,
  .fullWidthImage + .product-widget,
  .two_columnImg.container {
    max-width: 1111px !important;
  }
}
.fullWidthImage .wp-caption-text:empty {
  padding: 15px;
}
/* double images tooltip option v1/v2 */
.two_columnImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.twoImageTt {
  width: 100%;
  max-width: 49.5%;
}
@media (max-width: 767px) {
  .two_columnImg {
    max-width: 86%;
  }
  .two_columnImg:not(.columnImg-v2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twoImageTt:not(.twoImageTt-v2) {
    max-width: 100%;
  }
  .twoImageTt + .twoImageTt:not(.twoImageTt-v2) {
    margin-top: 5px;
  }
  .twoImageTt-v2 {
    max-width: 50%;
  }
  .twoImageTt-v2 .product-widget {
    display: none !important;
  }
  .twoImageTt-v2 .requestTooltip_inner {
    width: 165px;
  }
}
/* slider images tooltip option v1/v2/march tree style */
/* default slider */
.article_imageHover_caption p {
  max-height: 225px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  color: #000000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px;
  max-height: max-content;
}
.no_counter {
  bottom: -50px;
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  position: absolute;
}
.noOf {
  left: 0%;
}
.totle_noOf {
  right: 0;
}
/*
.img-slider .carousel-indicators {
    bottom: -41px;
    left: 9%;
    margin-left: 0px;
    margin-right: auto;
    width: 143px;
}
.img-slider .carousel-indicators li {
    width: 100%;
    height: 1px;
    margin-right: 0px;
    margin-left: 0;
    background-color: #9d0000;
    transition: .8s ease-in-out;
}
.img-slider .carousel-indicators li.active {
    background-color: #9d0000;
}
.img-slider .carousel-indicators li.active~li {
    background-color: #e4e4e4 !important;
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-control {
    bottom: -40px;
    position: absolute;
    right: 7%;
    width: 61px;
}
.img-slider .carousel-control-prev,
.img-slider .carousel-control-next {
    width: 20px;
    bottom: 0px;
}
after new slider */
.img-slider-v2 .product-widget {
  border-bottom: none;
}
.img-slider-v2 .product-widget {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .img-slider + .blog_video {
    margin-top: 45px;
  }
  .img-slider {
    border-bottom: 1px solid #f4f4f4;
  } /*
    .img-slider .carousel-inner+div.position-relative {
        margin-bottom: 80px !important;
    }
	
    .img-slider .carousel-indicators {
        left: 20px;
        width: 340px;
    }

    .slider-indicators {
        left: 0;
        width: 380px;
    }
	after new slider*/
  .carousel-control {
    right: 0px;
  }
  .img-slider-v2 .product-widget {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .article_sliderCaption {
    background: #ffffff;
    left: 7%;
    margin-top: -10px;
    position: relative;
    right: 7%;
    width: 86%;
    padding: 0;
    box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.015);
  }
  .article_sliderCaption .article_requestTooltip {
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .article_sliderCaption .requestTooltip_inner {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .article_imageHover_caption {
    padding: 20px 15px;
  }
  .article_sliderCaption [id*="tooltip_content"].collapse,
  .imageSlideV1 .tooltip_content.collapse {
    display: block;
  }
  /*
    .slider-indicators {
        left: 7%;
        width: 170px;
    }
	after new slider*/
  .article_sliderCaption .tooltip_btn,
  .slider-indicators {
    display: none !important;
  }
  .img-slider {
    border-bottom: 1px solid #f4f4f4;
    max-width: 100%;
  }
  .img-slider:not(.img-slider-v2) .article_imageHover_caption {
    padding-bottom: 0;
  }
  .toolTipSlider > .position-relative {
    position: static !important;
  }
  /*
    .img-slider .carousel-control {
        bottom: 64%;
        margin-bottom: 23px;
        right: 0;
        width: 100%;
        position: absolute;
    }
    .img-slider .carousel-control-prev,
    .img-slider .carousel-control-next {
        background: #fff;
        box-shadow: 0px 0px 36px rgba(0, 0, 0, .15);
        height: 46px;
        width: 46px;
        opacity: .9;
    }
	after new slider*/
}
@media (min-width: 768px) {
  .article_sliderCaption {
    bottom: auto;
    left: 12px;
    margin-top: 0px;
    padding: 0px;
    position: absolute;
    right: auto;
    top: 12px;
    width: auto;
  }
  .article_sliderCaption .article_requestTooltip {
    bottom: auto;
    left: 0px;
    right: auto;
    text-align: left !important;
    top: 0px;
  }
  .article_sliderCaption .article_requestTooltip .tooltip_btn {
    margin-top: 0px;
    position: absolute;
    top: 0px;
  }
  .article_sliderCaption .requestTooltip_inner {
    margin-top: 50px;
  }
  .article_sliderCaption [id*="tooltip_content"]::after {
    top: -8px;
    right: auto;
    bottom: auto;
    left: 12px;
  }
  .article_sliderCaption [id*="tooltip_content"].collapse::after {
    border-top: none;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 6px solid transparent;
  }
}
/* march tree */
.tT_inPst_sldr li {
  padding-bottom: 27px;
}
.tT_inPst_sldr li:first-child {
  margin-left: 0;
}
.tT_inPst_sldr li:last-child {
  margin-right: 0;
}
.article_requestTooltip_march {
  bottom: 13px;
  line-height: 100%;
  right: 15px;
}
.marchSlider_btn .product-widget {
  display: block;
  background: transparent;
  margin-top: 16px;
  padding: 0px;
}
.marchSlider_btn .product-widget .watch-mrp {
  margin-bottom: 10px;
}
.tT_inPst_sldr.swiper-container-horizontal > .swiper-scrollbar,
.swiper-horizontal > .swiper-scrollbar {
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  background: #f4f4f4;
}
.swiper-scrollbar-drag {
  background: #000 !important;
}
/* four column/three column/two column product catalog view */
.twg-fourcol-wrapper,
.twg-threecol-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
  width: 100%;
}
.twg-fourcol-wrapper .row-fluid,
.twg-threecol-wrapper .row-fluid {
  display: flex;
  justify-content: space-between;
}
.twg-col-prod-img {
  text-align: center;
  width: 100%;
}
.twg-col-prod-img.span12 {
  width: 100%;
}
.twg-col-prod-img.span6,
.twg-col-prod-img.span4,
.twg-col-prod-img.span3 {
  width: 45%;
}
.twg-col-prod-img.span6 a.btn,
.twg-col-prod-img.span4 a.btn,
.twg-col-prod-img.span3 a.btn {
  font-size: 10px !important;
  padding: 6px 20px !important;
}
.twg-col-prod-img.span6 .watch-mrp,
.twg-col-prod-img.span4 .watch-mrp,
.twg-col-prod-img.span3 .watch-mrp {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 15px auto 10px;
}
.twg-fourcol-wrapper .viewFullScreen {
  display: block;
}
@media (max-width: 767px) {
  .twg-fourcol-wrapper .row-fluid,
  .twg-threecol-wrapper .row-fluid {
    flex-wrap: wrap;
  }
  .row-fluid .twg-col-prod-img:nth-child(3),
  .row-fluid .twg-col-prod-img:nth-child(4) {
    margin-top: 40px;
  }
  .twg-col-prod-img .product-widget {
    max-width: 100%;
  }

  .tT_inPst_sldr li {
    max-width: 100%;
    width: 86%;
  }
}

@media (max-width: 375px) {
  .twg-col-prod-img.span6 a.btn,
  .twg-col-prod-img.span4 a.btn,
  .twg-col-prod-img.span3 a.btn {
    padding: 6px 15px !important;
  }
}
@media (max-width: 320px) {
  .twg-col-prod-img.span6 a.btn,
  .twg-col-prod-img.span4 a.btn,
  .twg-col-prod-img.span3 a.btn {
    padding: 6px !important;
  }
}
@media (min-width: 768px) {
  .twg-fourcol-wrapper,
  .twg-threecol-wrapper {
    max-width: 680px;
  }
  .twg-col-prod-img.span4 {
    width: 27%;
  }
  .twg-col-prod-img.span3 {
    width: 22%;
  }
  .tT_inPst_sldr li {
    width: 80%;
    max-width: 375px;
    margin-right: 10px;
  }
}
/* collection widgets */
.collection_widgets {
  align-items: center;
  background: #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
.collection_widgets::after {
  background: #f4f4f4;
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 1px;
}
.collection-shotImg {
  align-items: center;
  display: flex;
  width: 100%;
}
.collection-shotImg img {
  width: 100%;
  max-width: 120px;
}
.shopColl_title {
  color: #000000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-left: 15px;
  overflow: hidden;
}
span.text-uppercase {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
span.shopColl_subTitle.d-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection_widgets .product-widget {
  display: inline;
  text-align: left;
  background: transparent;
}
.collection_widgets .watch-mrp {
  color: #b1b1b1;
  font-family: "brother-1816", sans-serif;
  font-size: 12px;
  font-style: normal;
}
.collectionBtn {
  color: #9d0000;
  cursor: pointer;
  display: block;
  font-family: "brother-1816", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 3px;
  line-height: 26px;
  text-transform: uppercase;
}
.collectionBtn:hover {
  background: #9d0000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .collection_widgets {
    margin: 30px 7% 60px;
  }
  .collection_widgets::after {
    bottom: -30px;
  }
  .shopColl_title {
    font-size: 18px;
    line-height: 22px;
  }
  span.text-uppercase {
    font-family: "brother-1816", sans-serif;
    font-style: normal;
    font-size: 12px;
  }
  .collection_widgets .requestOfferIntf,
  .collection_widgets .requestOfferIntf:hover,
  .collection_widgets .requestOfferIntf:focus {
    background: transparent !important;
    border: none !important;
    padding: 0px;
    display: block;
    text-align: left;
    margin-top: 10px;
    font-style: normal;
    color: #9d0000 !important;
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .collection_widgets {
    max-width: 680px;
    margin-top: 50px;
    margin-bottom: 90px;
    min-height: 95px;
    padding-right: 25px;
  }
  .collection_widgets::after {
    bottom: -50px;
  }
  .collection-shotImg img {
    max-width: 95px;
  }
  .shopColl_title {
    font-size: 14px;
    letter-spacing: 0.1px;
    font-family: "brother-1816", sans-serif;
    font-style: normal;
  }
  .shopColl_subTitle {
    color: #9d0000;
    font-family: "mrs-eaves-xl-serif-narrow", serif;
    font-size: 20px;
    font-style: italic;
  }
  .collection_widgets .requestOfferIntf {
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .collectionBtn {
    background: #e4e4e4;
    color: #808080;
    margin-top: 0px;
    padding: 8px 30px;
    position: absolute;
    right: 25px;
    top: 25px;
    transition: all 0.3s ease-in-out;
  }
}
/* continue reading */
.continue_reading {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
.continue_reading h4 {
  border-top: 1px solid #f4f4f4;
  padding: 15px 0px 0px;
  position: relative;
  margin-bottom: 0;
}
.continue_reading h4 a::after {
  background: url(../images/icons/icon-minus-border.svg) no-repeat center center;
  content: "";
  height: 16px;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 18px;
  width: 16px;
  transition: opacity 0.4s ease-in;
}
.continue_reading h4 a[aria-expanded="false"]::after {
  background: url(../images/icons/icon-plus-border.svg) no-repeat center center;
}
.continue_reading h4 a:hover::after {
  opacity: 1;
}
.continue_reading ul {
  padding-left: 0px;
  counter-reset: recommendCount;
}
.continue_reading .con-read a {
  border-bottom: 1px solid #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  position: relative;
  width: 100%;
  color: #404040;
  display: block;
}
.continue_reading .con-read a:last-child {
  border-bottom: none;
}

.continue_reading span.article_highlight {
  color: #9b0000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-style: italic;
  margin-right: 15px;
  position: relative;
  text-transform: capitalize;
}
.continue_reading span.article_highlight::after {
  content: ".";
  position: absolute;
  right: -12px;
  bottom: 3px;
  font-size: 26px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .continue_reading {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .continue_reading {
    max-width: 680px;
  }
 /* .continue_reading .con-read a {
    width: 42.06349206349206%;
  }*/
  .continue_reading .con-read a:nth-last-child(2) {
    border-bottom: none;
  }
}
@media (min-width: 1195px) {
  .continue_reading {
    font-weight: 300;
  }
}
/* Shop The Story */
.shop_theStory_wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.shop_theStory_wrapper h2 {
  color: #000000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}
.shopStory-container.swiper-container-horizontal {
  overflow: hidden;
}
.shop_theStory_wrapper ul {
  padding-top: 45px;
}
.shop_theStory_wrapper ul li {
  margin-right: 15px;
  max-width: 180px;
}
.shop_theStory_wrapper ul li:last-child {
  margin-right: 0 !important;
}
.productBtn_visible {
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
}
.productBtn_visible .product-widget {
  flex-direction: column;
  background: transparent;
  padding: 0px;
}
.product_hoverWrap .watch-mrp {
  color: #808080;
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
  line-height: 18px;
}
.product_hoverWrap .btn-primary,
.product_hoverWrap .buynow {
  background: #e4e4e4;
  color: #808080;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  margin-top: 10px;
  padding: 6px 20px;
  font-size: 10px;
  line-height: 20px;
}
.shop_theStory_wrapper .swiper-button-next,
.shop_theStory_wrapper .swiper-button-prev {
  background-size: 23% !important;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.16);
  height: 44px;
  width: 44px;
  margin-top: -48px;
}
.shop_theStory_wrapper .swiper-button-next:focus,
.shop_theStory_wrapper .swiper-button-prev:focus {
  outline: none;
}
.shop_story_nav .swiper-button-disabled {
  display: none;
}
@media (max-width: 767px) {
  .shop_theStory_wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px !important;
  }
  .shop_theStory_wrapper h2 {
    margin-left: 7% !important;
    margin-right: 7% !important;
    max-width: 86%;
  }
  .shop_theStory_wrapper ul {
    padding-right: 0 !important;
    padding-top: 30px;
  }
  .shop_theStory_wrapper ul li,
  .shop_theStory_wrapper ul li:last-child {
    margin-right: 7% !important;
  }
  .shop_theStory_wrapper ul li:first-child {
    margin-left: 7% !important;
  }
  .shopStory-container.swiper-container-horizontal,
  .shopStory-container.swiper-horizontal {
    padding-bottom: 27px;
  }
  .shop_theStory_wrapper .swiper-scrollbar {
    left: 0 !important;
    bottom: 1px !important;
    width: 100% !important;
  }
  .shop_story_nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .shop_theStory_wrapper .swiper-button-prev {
    background: rgba(255, 255, 255, 0.8) url(../images/icons/icon-view-all.svg)
      no-repeat center center;
    background-size: auto;
    transform: rotate(180deg);
    left: 0px;
  }
  .shop_theStory_wrapper .swiper-button-next {
    background: rgba(255, 255, 255, 0.8) url(../images/icons/icon-view-all.svg)
      no-repeat center center;
    background-size: auto;
    left: auto;
    right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1193px) {
  .shop_theStory_wrapper {
    max-width: 93%;
  }
}
@media (min-width: 1194px) {
  .shop_theStory_wrapper {
    max-width: 1111px;
  }
  .shop_theStory_wrapper ul li {
    margin-right: 52px;
  }
}
@media (min-width: 1112px) {
  .shop_theStory_wrapper .swiper-button-prev {
    left: -40px;
  }
  .shop_theStory_wrapper .swiper-button-next {
    right: -40px;
  }
}
@media (min-width: 1260px) {
  .shop_theStory_wrapper .swiper-button-prev {
    left: -80px;
  }
  .shop_theStory_wrapper .swiper-button-next {
    right: -80px;
  }
}
/* article related tag */
.article_related {
  border-bottom: 1px solid #f4f4f4;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 24px;
  width: 100%;
}
.article_related a {
  background: #b1b1b1;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 2px 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: background 0.3s ease-in-out;
  color: #ffffff;
}
.article_related a:hover {
  background: #9d0000;
}

@media (max-width: 767px) {
  .article_related {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 768px) {
  .article_related {
    border-top: 1px solid #f4f4f4;
  }
}
@media (min-width: 768px) and (max-width: 1193px) {
  .article_related {
    max-width: 93%;
  }
}
@media (min-width: 1194px) {
  .article_related {
    max-width: 1111px;
  }
}
/* comment */
.comment_Wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 86%;
}
.comment_row {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.cUser_avatar {
  max-width: 46px;
  margin-right: 20px;
}
.commentBy {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.commentBy span {
  color: #b1b1b1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 11px;
}
.user_comment p {
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.comment-list ul.children {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.comment-list li:last-child ul.children {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h3#reply-title {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.comment-reply-title small a {
  text-transform: uppercase;
  float: right;
  background: #9d0000;
  color: #fff;
  font-size: 12px;
  padding: 6px 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .comment-reply-title small a {
    margin: 10px auto;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .comment-reply-title small a {
    padding: 6px 10px;
  }
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as a {
  font-size: 12px;
  font-weight: 400;
  color: #b1b1b1;
}
.leave-reply .gglcptch,
.comment_description .gglcptch {
  margin: 20px 0 0 !important;
  min-height: 90px;
}
@media (max-width: 767px) {
  .reply.text-right {
    margin-top: 20px;
  }
  .comment_row + .comment-respond {
    margin-bottom: 35px;
  }
  .leave-reply .gglcptch,
  .comment_description .gglcptch {
    margin-bottom: 18px !important;
  }
}
@media (min-width: 768px) {
  .comment_Wrapper {
    max-width: 680px;
  }
  .leave-reply p.form-submit,
  .comment-form .form-submit {
    float: right;
    top: -88px;
    position: relative;
  }
}
/* recommended section style */
.recommend_post {
  max-width: 270px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35%;
}
.recommend_post h3 {
  border-top: none;
  border-bottom: 1px solid #f4f4f4;
  color: #000000;
  font-family: "brother-1816", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0px 0px 10px;
  position: relative;
  text-transform: uppercase;
}
.rec-po {
  padding-left: 0px;
  counter-reset: recommendCount;
}
.rec-po a {
  border-bottom: 1px solid #f4f4f4;
  color: #000000;
  line-height: 20px !important;
  /*  padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;*/
  position: relative;
  display: block;
  padding: 0px 0px 15px 30px;
  margin-top: 15px;
}
.rec-po a::before {
  color: #b1b1b1;
  counter-increment: recommendCount 1;
  content: counter(recommendCount) ". ";
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 26px;
  font-weight: 400;
  height: auto;
  left: 0;
  line-height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  width: auto;
  -webkit-border-radius: none;
  border-radius: none;
}
.post_relativeWrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.recommend_post.specialPost_link .rec-po {
  max-height: 355px;
  overflow: auto;
}
.specialPost_link .rec-po .article_caption span:after {
  position: relative;
  top: -4px;
}
/* @media (min-width: 1111px) and (max-width: 1193px) {
    .post_relativeWrapper {
        max-width: 93%;
    }
}
@media (min-width: 1194px) {
    .post_relativeWrapper {
        max-width: 1111px;
    }
} */
@media (max-width: 1111px) {
  .post_relativeWrapper {
    display: none;
  }
}
/* common spacing */
.post_contentDetail > h2 + p,
.entry-content > h2 + p,
.post_contentDetail > h3 + p,
.entry-content > h3 + p,
.post_contentDetail > h4 + p,
.entry-content > h4 + p,
.post_contentDetail > h5 + p,
.entry-content > h5 + p,
.post_contentDetail > h6 + p,
.entry-content > h6 + p,
.post_contentDetail > h2 + ul,
.entry-content > h2 + ul,
.post_contentDetail > h3 + ul,
.entry-content > h3 + ul,
.post_contentDetail > h4 + ul,
.entry-content > h4 + ul,
.post_contentDetail > h5 + ul,
.entry-content > h5 + ul,
.post_contentDetail > h6 + ul,
.entry-content > h6 + ul,
.post_contentDetail > p > iframe,
.entry-content > p > iframe h2 + p > a > img,
h3 + p > a > img,
h4 + p > a > img,
h5 + p > a > img,
h6 + p > a > img,
.post_contentDetail > h5,
.entry-content > h5,
h3 + h5,
.twg-threecol-wrapper + p,
.twg-fourcol-wrapper + p,
h2 + .twg-threecol-wrapper,
h3 + .twg-threecol-wrapper,
h4 + .twg-threecol-wrapper,
h5 + .twg-threecol-wrapper,
h6 + .twg-threecol-wrapper,
ul + .twg-threecol-wrapper,
h2 + .twg-fourcol-wrapper,
h3 + .twg-fourcol-wrapper,
h4 + .twg-fourcol-wrapper,
h5 + .twg-fourcol-wrapper,
h6 + .twg-fourcol-wrapper,
ul + .twg-fourcol-wrapper {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .post_contentDetail > h2 + p,
  .entry-content > h2 + p,
  .post_contentDetail > h3 + p,
  .entry-content > h3 + p,
  .post_contentDetail > h4 + p,
  .entry-content > h4 + p,
  .post_contentDetail > h5 + p,
  .entry-content > h5 + p,
  .post_contentDetail > h6 + p,
  .entry-content > h6 + p,
  .post_contentDetail > h2 + ul,
  .entry-content > h2 + ul,
  .post_contentDetail > h3 + ul,
  .entry-content > h3 + ul,
  .post_contentDetail > h4 + ul,
  .entry-content > h4 + ul,
  .post_contentDetail > h5 + ul,
  .entry-content > h5 + ul,
  .post_contentDetail > h6 + ul,
  .entry-content > h6 + ul,
  .post_contentDetail > p > iframe,
  .entry-content > p > iframe h2 + p > a > img,
  h3 + p > a > img,
  h4 + p > a > img,
  h5 + p > a > img,
  h6 + p > a > img,
  .post_contentDetail > h5,
  .entry-content > h5,
  h3 + h5,
  .twg-threecol-wrapper + p,
  .twg-fourcol-wrapper + p,
  h2 + .twg-threecol-wrapper,
  h3 + .twg-threecol-wrapper,
  h4 + .twg-threecol-wrapper,
  h5 + .twg-threecol-wrapper,
  h6 + .twg-threecol-wrapper,
  ul + .twg-threecol-wrapper,
  h2 + .twg-fourcol-wrapper,
  h3 + .twg-fourcol-wrapper,
  h4 + .twg-fourcol-wrapper,
  h5 + .twg-fourcol-wrapper,
  h6 + .twg-fourcol-wrapper,
  ul + .twg-fourcol-wrapper {
    margin-top: 16px;
  }
}
.post_contentDetail > p + h2,
.entry-content > p + h2,
.post_contentDetail > p + h3,
.entry-content > p + h3,
.post_contentDetail > p + h4,
.entry-content > p + h4,
.post_contentDetail > p + h5,
.entry-content > p + h5,
.post_contentDetail > p + h6,
.entry-content > p + h6,
.post_contentDetail > p + ul,
.entry-content > p + ul,
.post_contentDetail > ul + h2,
.entry-content > ul + h2,
.post_contentDetail > ul + h3,
.entry-content > ul + h3,
.post_contentDetail > ul + h4,
.entry-content > ul + h4,
.post_contentDetail > ul + h5,
.entry-content > ul + h5,
.post_contentDetail > ul + h6,
.entry-content > ul + h6,
.product-widget + h2,
.product-widget + h3,
.product-widget + h4,
.product-widget + h5,
.product-widget + h6,
.product-widget + ul,
.blog_video + h2,
.blog_video + h3,
.blog_video + h4,
.blog_video + h5,
.blog_video + h6,
.blog_video + ul,
.video-container + h2,
.video-container + h3,
.video-container + h4,
.video-container + h5,
.video-container + h6,
.video-container + ul,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
figure + ul,
.block_old_quote + p,
.block_old_quote + h2,
.block_old_quote + h3,
.block_old_quote + h4,
.block_old_quote + h5,
.block_old_quote + h6,
.block_old_quote + ul,
p + .block_old_quote,
blockquote + p,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
blockquote + ul,
p + blockquote,
.fullWidth_content + h2,
.fullWidth_content + h3,
.fullWidth_content + h4,
.fullWidth_content + h5,
.fullWidth_content + h6,
.fullWidth_content + ul,
.tT_inPst_sldr + h2,
.tT_inPst_sldr + h3,
.tT_inPst_sldr + h4,
.tT_inPst_sldr + h5,
.tT_inPst_sldr + h6,
.tT_inPst_sldr + ul,
.faq_wrapper + h2,
.faq_wrapper + h3,
.faq_wrapper + h4,
.faq_wrapper + h5,
.faq_wrapper + h6,
.faq_wrapper + ul,
.twg-threecol-wrapper + h2,
.twg-threecol-wrapper + h3,
.twg-threecol-wrapper + h4,
.twg-threecol-wrapper + h5,
.twg-threecol-wrapper + h6,
.twg-threecol-wrapper + ul,
.twg-fourcol-wrapper + h2,
.twg-fourcol-wrapper + h3,
.twg-fourcol-wrapper + h4,
.twg-fourcol-wrapper + h5,
.twg-fourcol-wrapper + h6,
.twg-fourcol-wrapper + ul,
.wp-caption + h5,
.continue_reading {
  margin-top: 40px;
}
h2 + .blog_video,
h3 + .blog_video,
h4 + .blog_video,
h5 + .blog_video,
h6 + .blog_video,
.blog_video + p,
p + .blog_video,
h2 + .video-container,
h3 + .video-container,
h4 + .video-container,
h5 + .video-container,
h6 + .video-container,
.video-container + p,
p + .video-container,
h2 + figure,
h3 + figure,
h4 + figure,
h5 + figure,
h6 + figure,
ul + figure,
figure + p,
p + figure,
.product-widget + p,
h2 + .block_old_quote,
h3 + .block_old_quote,
h4 + .block_old_quote,
h5 + .block_old_quote,
h6 + .block_old_quote,
ul + .block_old_quote,
h2 + blockquote,
h3 + blockquote,
h4 + blockquote,
h5 + blockquote,
h6 + blockquote,
ul + blockquote,
h5 + p,
h2 + .fullWidth_content,
h3 + .fullWidth_content,
h4 + .fullWidth_content,
h5 + .fullWidth_content,
h6 + .fullWidth_content,
ul + .fullWidth_content,
p + .fullWidth_content,
.fullWidth_content + p,
h2 + .tT_inPst_sldr,
h3 + .tT_inPst_sldr,
h4 + .tT_inPst_sldr,
h5 + .tT_inPst_sldr,
h6 + .tT_inPst_sldr,
ul + .tT_inPst_sldr,
p + .tT_inPst_sldr,
.tT_inPst_sldr + p,
p + .twg-threecol-wrapper,
p + .twg-fourcol-wrapper {
  margin-top: 20px;
}
p:empty {
  font-size: 0;
  line-height: 0;
  margin: 0 auto !important;
  padding: 0;
}
.product-widget + p:empty + p,
.blog_video + p:empty + p {
  padding-top: 5px;
}
.blog_video + p:empty + p {
  margin-top: 15px;
}
/* iframe width */
.post_contentDetail > p > iframe,
.entry-content > p > iframe {
  width: 100%;
}
/* category sidemenu */
.twg_sideMenu li {
  padding-bottom: 25px;
  position: relative;
}
.twg_sideMenu li:last-child {
  padding-bottom: 0px;
}
.twg_sideMenu li a {
  color: #000;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
}
.twg_sideMenu li.current-menu-item,
.twg_sideMenu li a:hover,
.twg_sideMenu li:hover {
  color: #9d0000;
}
.twg_sideMenu li.current-menu-item::before,
.twg_sideMenu li:hover::before {
  background: #9d0000;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}
.twg_sideMenu li.current-menu-item::after,
.twg_sideMenu li:hover::after {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #9d0000;
  position: absolute;
  top: 9px;
}
.article_btAuthor a {
  color: #b1b1b1;
}
/* Watch-Glossary  */
.alpha_listing .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .twgRight_section .text-uppercase.short_item {
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: scroll;
    position: relative;
  }
  .twgRight_section .text-uppercase.short_item li:first-child {
    position: sticky;
    left: 0;
    background: #fff;
  }
}
/* back to top */
.back-top {
  background: rgb(255, 255, 255);
  height: 48px;
  border-radius: 100%;
  bottom: 38px;
  cursor: pointer;
  display: none;
  line-height: 0;
  position: fixed;
  right: 38px;
  text-align: center;
  width: 48px;
  z-index: 1020;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}
.icon_goUp {
  background: url(../images/icons/icon-go-top.svg) no-repeat center center;
  height: 9px;
  width: 16px;
  margin-top: 19px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .back-top {
    bottom: 70px;
    right: 3%;
  }
}
/* ---some hidden section--- */
/* content loader hide*/
.loadContent {
  display: none;
}
/* sidebar fixed on top */
.page-template-view-all .header_top,
.page-template-view-all #mainNavMenu.sticky-top,
.page-template-most_read-template .header_top,
.page-template-most_read-template #mainNavMenu.sticky-top,
.archive.category .header_top,
.archive.category #mainNavMenu.sticky-top,
.postid-50451 .header_top,
.postid-50451 #mainNavMenu.sticky-top,
.postid-56387 .header_top,
.postid-56387 #mainNavMenu {
  position: relative;
  top: 0 !important;
}
.page-template-view-all,
.page-template-view-all.udOneTransition .logo_wrap,
.page-template-most_read-template .logo_wrap,
.page-template-most_read-template.udOneTransition .logo_wrap,
.archive.category .logo_wrap,
.archive.category.udOneTransition .logo_wrap,
.postid-50451 .logo_wrap,
.postid-50451.udOneTransition .logo_wrap,
.postid-56387 .logo_wrap,
.postid-56387.udOneTransition .logo_wrap {
  margin-top: 0px !important;
}
/* max width wiil be remain for all element till new design */
/* common margin from left */
@media (min-width: 768px) and (max-width: 992px) {
  .post_commonWidth {
    max-width: 93%;
  }
}
@media (min-width: 1112px) and (max-width: 1259px) {
  .post_contentDetail > h2,
  .entry-content > h2,
  .post_contentDetail > h3,
  .entry-content > h3,
  .post_contentDetail > h4,
  .entry-content > h4,
  .post_contentDetail > h5,
  .entry-content > h5,
  .post_contentDetail > h6,
  .entry-content > h6,
  .post_contentDetail > p,
  .post_contentDetail > ul,
  .entry-content > ul,
  .post_contentDetail > ol,
  .entry-content > ol,
  .entry-content > p,
  .block_old_quote,
  blockquote,
  figure,
  p + .product-widget,
  .blog_video,
  .video-container,
  .twg-fourcol-wrapper,
  .twg-threecol-wrapper,
  .continue_reading,
  .faq_wrapper,
  figure + .product-widget,
  .collection_widgets,
  table.watch-price-data,
  .post-password-form, .timeline-structure ,
  .post_contentDetail .insta-iframe-wrapper {
    margin-left: 7%;
  }
}
@media (min-width: 1112px) and (max-width: 1359px) {
  .collection-shotImg {
    width: calc(100% - 230px);
  } /* issue 17 may provide by jatin on text overlap button check selling price*/
}
@media (min-width: 1112px) and (max-width: 1150px) {
  .post_contentDetail > h2,
  .entry-content > h2,
  .post_contentDetail > h3,
  .entry-content > h3,
  .post_contentDetail > h4,
  .entry-content > h4,
  .post_contentDetail > h5,
  .entry-content > h5,
  .post_contentDetail > h6,
  .entry-content > h6,
  .post_contentDetail > p,
  .post_contentDetail > ul,
  .entry-content > ul,
  .post_contentDetail > ol,
  .entry-content > ol,
  .entry-content > p,
  .block_old_quote,
  blockquote,
  figure,
  p + .product-widget,
  .blog_video,
  .video-container,
  .twg-fourcol-wrapper,
  .twg-threecol-wrapper,
  .continue_reading,
  .faq_wrapper,
  figure + .product-widget,
  .collection_widgets,
  table.watch-price-data {
    max-width: 590px;
  }
}
@media (min-width: 993px) and (max-width: 1259px) {
  .post_relativeWrapper,
  .post_commonWidth {
    max-width: 86%;
  }
}
@media (min-width: 1260px) {
  .post_contentDetail > h2,
  .entry-content > h2,
  .post_contentDetail > h3,
  .entry-content > h3,
  .post_contentDetail > h4,
  .entry-content > h4,
  .post_contentDetail > h5,
  .entry-content > h5,
  .post_contentDetail > h6,
  .entry-content > h6,
  .post_contentDetail > p,
  .post_contentDetail > ul,
  .entry-content > ul,
  .post_contentDetail > ol,
  .entry-content > ol,
  .entry-content > p,
  .block_old_quote,
  blockquote,
  figure,
  p + .product-widget,
  .blog_video,
  .video-container,
  .twg-fourcol-wrapper,
  .twg-threecol-wrapper,
  .continue_reading,
  .faq_wrapper,
  figure + .product-widget,
  .collection_widgets,
  table.watch-price-data,
  .post-password-form, .timeline-structure,
  .post_contentDetail .insta-iframe-wrapper   {
    max-width: 580px;
    margin-left: 19.09722222222222%;
  }
  .post_relativeWrapper,
  .post_commonWidth {
    max-width: 1000px;
    width: 69.44444444444444%;
    margin-left: 19.09722222222222%;
  }
}
@media (min-width: 1441px) {
  .post_contentDetail > h2,
  .entry-content > h2,
  .post_contentDetail > h3,
  .entry-content > h3,
  .post_contentDetail > h4,
  .entry-content > h4,
  .post_contentDetail > h5,
  .entry-content > h5,
  .post_contentDetail > h6,
  .entry-content > h6,
  .post_contentDetail > p,
  .entry-content > p,
  .post_contentDetail > ul,
  .entry-content > ul,
  .post_contentDetail > ol,
  .entry-content > ol,
  .block_old_quote,
  blockquote,
  figure,
  p + .product-widget,
  .blog_video,
  .video-container,
  .twg-fourcol-wrapper,
  .twg-threecol-wrapper,
  .continue_reading,
  .faq_wrapper,
  figure + .product-widget,
  .collection_widgets,
  table.watch-price-data,
  .post-password-form,
  .post_contentDetail .insta-iframe-wrapper {
    max-width: 680px;
  }
}
@media (min-width: 1680px) {
  .post_relativeWrapper,
  .post_commonWidth,
  .post_contentDetail > h2,
  .entry-content > h2,
  .post_contentDetail > h3,
  .entry-content > h3,
  .post_contentDetail > h4,
  .entry-content > h4,
  .post_contentDetail > h5,
  .entry-content > h5,
  .post_contentDetail > h6,
  .entry-content > h6,
  .post_contentDetail > p,
  .entry-content > p,
  .post_contentDetail > ul,
  .entry-content > ul,
  .post_contentDetail > ol,
  .entry-content > ol,
  .block_old_quote,
  blockquote,
  figure,
  p + .product-widget,
  .blog_video,
  .video-container,
  .twg-fourcol-wrapper,
  .twg-threecol-wrapper,
  .continue_reading,
  .faq_wrapper,
  figure + .product-widget,
  .collection_widgets,
  table.watch-price-data,
  .post-password-form ,
  .post_contentDetail .insta-iframe-wrapper {
    margin-left: 26.7%;
  }
}
/* some post hide right section */
body.postid-42211 .post_relativeWrapper.recommend_wrap,
body.postid-42752 .post_relativeWrapper.recommend_wrap,
body.postid-49518 .post_relativeWrapper.recommend_wrap {
  display: none;
}
/* below css for comment section design in article page*/
.add-info a {
  color: #b1b1b1;
  margin-right: 25px;
  position: relative;
  font-style: italic;
}
.add-info a:last-child {
  margin-right: 0px;
}
.add-info a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #b1b1b1;
  border-radius: 100%;
  top: 12px;
  right: -16px;
}
.add-info a:last-child:after {
  display: none;
}
/*
.share_buttons {
    padding: 15px;
    position: absolute;
    background: #f2f2f2;
    right: 0px;
    top: 44px;
    z-index: 1;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    animation: 1s hidden;
}
.share_buttons.link-share {
    animation: 1s visible;
    animation-fill-mode: forwards;
}
@keyframes hidden {
    0% {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        height: 0px;
    }
}
@keyframes visible {
    0% {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: visible;
        transform: translateY(-0px);
    }
}
.share_buttons a {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.share_buttons a:last-child {
    margin-bottom: 0;
}
.share_buttons:before {
    content: "";
    border: 8px solid transparent;
    position: absolute;
    top: -15px;
    right: 10px;
    border-bottom: 8px solid #f2f2f2;
}
.share_buttons a::before {
    content: '';
    display: block;
    position: absolute;
    height: 18px;
    left: 0;
    margin-top: -9px;
    top: 50%;
    width: 18px;
}
.share_buttons a.on-whatsapp::before {
    background: url(../images/icon-more-whatsapp.svg)no-repeat center;
}
.share_buttons a.on-twitter::before {
    background: url(../images/icon-more-twitter.svg)no-repeat center;
}
.share_buttons a.on-facebook::before {
    background: url(../images/icon-more-facebook.svg)no-repeat center;
}
.share_buttons a.on-mail::before {
    background: url(../images/icon-more-mail.svg)no-repeat center;
}
.share_buttons a.copy-link::before {
    background: url(../images/icon-more-copy.svg)no-repeat center;
}
.share_buttons a.copy-link.copied {
    color: #9d0000;
}
.share_buttons a.copy-link.copied::after {
    background: #fff;
    content: 'copied';
    margin-left: 10px;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 25px;
    font-weight: 500;
    color: #9d0000;
    text-transform: uppercase;
}
*/
/* photoswip slider css override */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption,
.pswp__bg {
  background: #404040 !important;
}

.pswp--supports-fs .pswp__button--fs,
.pswp--zoom-allowed .pswp__button--zoom {
  display: none !important;
}
.pswp__ui--fit .pswp__caption,
.pswp__button--zoom {
  content: none !important;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  opacity: 1 !important;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/pswp-arrow.svg) center no-repeat !important;
  background-color: rgba(128, 128, 128, 0) !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 100%;
  transition: background-color 0.3s ease-in-out;
}

.pswp__button--arrow--left:hover:before,
.pswp__button--arrow--right:hover:before {
  background-color: rgba(128, 128, 128, 1) !important;
}
.pswp__button--arrow--left::before {
  transform: rotate(180deg);
}
.shop_theStory_wrapper .swiper-button-prev:after,
.shop_theStory_wrapper .swiper-button-next:after {
  font-size: 0px;
}

/*********** new css for inner post page prev next *******/
/*********** new css for inner post page prev next *******/

.article-slider-container .swiper-wrapper .swiper-slide > .product-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.article-slider-container
  .swiper-wrapper
  .swiper-slide
  > .product-widget
  .watch-mrp {
  margin-right: 20px;
}
.article-slider-container .icon_arrowLongLeft,
.article-slider-container .icon_arrowLongRight,
.article-slider-container .slider-control-next,
.article-slider-container .slider-control-prev {
  outline: none;
  cursor: pointer;
}

.article-slider-container .swiper-wrapper {
  margin-bottom: 50px;
}
.article-slider-container .slide-position {
  width: 380px;
}
.article-slider-container .no_counter {
  bottom: 0px;
}
.article-slider-container .slider-progress {
  display: flex;
  width: 340px;
  position: relative;
  bottom: 10px;
  left: 20px;
}
.article-slider-container .slider-progress span {
  width: 100%;
  border-radius: 0px;
  height: 1px;
  margin: 0px !important;
}

.article-slider-container .slider-progress .swiper-pagination-bullet {
  background: #9d0000;
  opacity: 1;
  transition: 0.8s ease-in-out;
  position: relative;
  outline: none;
}
.article-slider-container .slider-progress .swiper-pagination-bullet::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.article-slider-container .slider-progress .swiper-pagination-bullet::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.article-slider-container
  .slider-progress
  .swiper-pagination-bullet-active
  ~ span.swiper-pagination-bullet {
  background-color: #e4e4e4 !important;
}

.article-slider-container .slide-control {
  display: flex;
  width: 61px;
  justify-content: space-between;
  position: relative;
  bottom: 25px;
}
.article-slider-container .slide-control > div {
  opacity: 0.5;
}
.article-slider-container .slide-control > div:hover {
  opacity: 0.9;
}
.article-slider-container .shop_theStory_wrapper .swiper-wrapper {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .article-slider-container .nav-slide-elements .slide-position {
    display: none;
  }
  .article-slider-container .slide-control {
    width: 100%;
    position: absolute;
    bottom: 64%;
    z-index: 1;
  }
  .article-slider-container .slide-control > div {
    background: #fff;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
    height: 46px;
    width: 46px;
    opacity: 0.9;
    text-align: center;
    line-height: 46px;
  }
}

@media(max-width:370px){
	.requestTooltip_inner{width:280px;}
}

.spcl-red-ttl {
  font-size: 20px;
  color: #9d0000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 100%;
  font-weight: normal;
  display: block;
}
table.watch-price-data {
  width: 100%;
  margin-top: 20px;
}
table.watch-price-data th {
  color: #000;
}
table.watch-price-data td,
table.watch-price-data th {
  padding: 8px;
  font-weight: normal;
  color: #404040;
  font-size: 14px;
}
table.watch-price-data tr:nth-child(odd) {
  background-color: #f4f4f4;
}


@media(max-width:1550px){
	.faq_wrapper h3 a{
		padding-right: 22px;
	}
}

.blog_video.embed-responsive ~ div figure{margin-top:30px;}