@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//fashnpack.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #000000;
	--wd-text-font-size: 14px;
	--wd-title-font: "Playfair", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #000000;
	--wd-entities-title-font: "Playfair", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Playfair", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #000000;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Playfair", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: #000000;
	--wd-alternative-color: #ffffff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #000000;
	--btn-default-bgcolor-hover: #fcfcfc;
	--btn-accented-bgcolor: #000000;
	--btn-accented-bgcolor-hover: #ffffff;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 550px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #0a0a0a;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.woodmart-navigation .item-level-0>a {
    padding-right: 20px;
    padding-left: 20px;
}
.price .amount {
    font-size: inherit;
    font-weight: 300;
}
/*****************************
*	vertical news ticker
******************************/
section {
  /*position: absolute;
  left: 10px;
  top: 10px;*/
  width: 45%;
  height: 30px;
  overflow: hidden;
  
  
  & > ul {
    /*position: absolute;
    left: 0;
    top: 0;*/
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

    &[data-length="5"] {
      margin-top: 30px;
      animation-name: news-5;
      animation-duration: 30s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 1s;
    }
    
    &[data-length="2"] {
      margin-top: 30px;
      animation-name: news-4;
      animation-duration: 24s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 3s;
    }
    &[data-length="3"] {
      margin-top: 30px;
      animation-name: news-3;
      animation-duration: 18s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 3s;
    }
    &[data-length="2"] {
      margin-top: 30px;
      animation-name: news-2;
      animation-duration: 12s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 3s;
    }
    
    &:hover {
      animation-play-state: paused;
    }
  }
}

.news {
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
  a{
    text-decoration:none;
    color:red;
  }
  
  &__date {
    color: #88c1ff;
    margin-right: 10px;
  }
  
  &__title {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


// data-length = 1~5 keyframes

@keyframes news-5 {
    0% {margin-top: 30px; visibility: visible;}
    5% {margin-top: 0;}

    15% {margin-top: 0;}
    20% {margin-top: -30px;}

    35% {margin-top: -30px;}
    40% {margin-top: -60px;}

    55% {margin-top: -60px;}
    60% {margin-top: -90px;}

    75% {margin-top: -90px;}
    80% {margin-top: -120px;}

    95% {margin-top: -120px; }
    99% {margin-top: -150px; visibility: hidden;}
    100% {margin-top: 30px; visibility: hidden;}
  }


  @keyframes news-4 {
    0% {top: 30px; visibility: visible;}
    5% {top: 0;}

    15% {top: 0;}
    20% {top: -30px;}

    40% {top: -30px;}
    45% {top: -60px;}

    65% {top: -60px;}
    70% {top: -90px;}

    90% {top: -90px;}
    95% {top: -120px;}

    99% {top: -120px; visibility: hidden;}
    100% {top: 30px; visibility: hidden;}
  }


  @keyframes news-3 {
    0% {top: 30px; visibility: visible;}
    5% {top: 0;}

    30% {top: 0;}
    35% {top: -30px;}

    60% {top: -30px;}
    65% {top: -60px;}

    90% {top: -60px;}
    95% {top: -90px;}

    99% {top: -90px; visibility: hidden;}
    100% {top: 30px; visibility: hidden;}
  }

  @keyframes news-2 {
    0% {top: 30px; visibility: visible;}
    5% {top: 0;}

    55% {top: 0;}
    60% {top: -30px;}

    90% {top: -30px;}
    95% {top: -60px;}

    99% {top: -60px; visibility: hidden;}
    100% {top: 30px; visibility: hidden;}
  }